linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-15 07:59:15 to 2020-10-20 14:44:40 UTC [more...]

[PATCH 0/2] generic_file_buffered_read() refactoring, perf improvements
 2020-10-20 14:44 UTC  (4+ messages)
` [PATCH 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

Splitting a THP beyond EOF
 2020-10-20 14:32 UTC  (5+ messages)

[PATCH v2 0/2] fs, close_range: add flag CLOSE_RANGE_CLOEXEC
 2020-10-20 14:32 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: add tests for CLOSE_RANGE_CLOEXEC

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-20 14:13 UTC  (23+ messages)
` [PATCH v3 01/18] cachefiles: Handle readpage error correctly
` [PATCH v3 02/18] swap: Call aops->readahead if appropriate
` [PATCH v3 03/18] fs: Add AOP_UPDATED_PAGE return value
` [PATCH v3 04/18] mm/filemap: Inline wait_on_page_read into its one caller
` [PATCH v3 05/18] 9p: Tell the VFS that readpage was synchronous
` [PATCH v3 06/18] afs: "
` [PATCH v3 07/18] ceph: "
` [PATCH v3 08/18] cifs: "
` [PATCH v3 09/18] cramfs: "
` [PATCH v3 10/18] ecryptfs: "
` [PATCH v3 11/18] ext4: "
` [PATCH v3 12/18] ext4: Return error from ext4_readpage
` [PATCH v3 13/18] fuse: Tell the VFS that readpage was synchronous
` [PATCH v3 14/18] hostfs: "
` [PATCH v3 15/18] jffs2: "
` [PATCH v3 16/18] ubifs: "
` [PATCH v3 17/18] udf: "
` [PATCH v3 18/18] vboxsf: "

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-20 14:10 UTC  (24+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference

[PATCH] cachefiles: Drop superfluous readpages aops NULL check
 2020-10-20 11:06 UTC  (4+ messages)

[PATCH] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2020-10-20 11:01 UTC 

[PATCH net-next] mm, oom: keep oom_adj under or at upper limit when printing
 2020-10-20 10:04 UTC  (2+ messages)

[PATCH 1/2] cifs: convert to add_to_page_cache()
 2020-10-20  7:58 UTC  (4+ messages)
` [PATCH 2/2] fs: kill add_to_page_cache_locked()

[PATCH 1/2] fs:regfs: add register easy filesystem
 2020-10-20  6:30 UTC  (2+ messages)
` [PATCH 2/2] fs:regfs: add panic notifier callback for saving regs

Linux-cifs readdir behaviour when dir modified
 2020-10-20  5:44 UTC 

[GIT PULL] zonefs changes for 5.10-rc1
 2020-10-19 21:46 UTC  (2+ messages)

[GIT PULL] fuse update for 5.10
 2020-10-19 21:46 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.10, part 2
 2020-10-19 21:45 UTC  (2+ messages)

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-19 19:03 UTC  (9+ messages)

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-19 18:01 UTC  (8+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-19 17:23 UTC  (11+ messages)
  ` [External] "

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-19 16:58 UTC  (5+ messages)
` [RESEND PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [RESEND PATCH v11 2/3] arch: Wire up trusted_for(2)
` [RESEND PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v4 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-10-19  2:06 UTC 

[PATCH v4 1/2] exfat: add exfat_update_inode()
 2020-10-19  2:05 UTC 

[PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-10-19  0:47 UTC  (3+ messages)

[Bug 209719] New: NULL pointer dereference
 2020-10-18 17:20 UTC  (4+ messages)

[RESEND PATCH v2 0/3] NFS User Namespaces with new mount API
 2020-10-17 23:59 UTC  (5+ messages)
` [RESEND PATCH v2 1/3] NFS: Use cred from fscontext during fsmount
` [RESEND PATCH v2 2/3] samples/vfs: Split out common code for new syscall APIs
` [RESEND PATCH v2 3/3] samples/vfs: Add example leveraging NFS with new APIs and user namespaces

[PATCH] ubifs: delete duplicated words + other fixes
 2020-10-17 21:26 UTC  (3+ messages)

[PATCH v9 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-17  2:13 UTC  (12+ messages)
` [PATCH v9 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v9 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v9 03/10] fs/ntfs3: Add bitmap
` [PATCH v9 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v9 05/10] fs/ntfs3: Add attrib operations
` [PATCH v9 06/10] fs/ntfs3: Add compression
` [PATCH v9 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v9 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v9 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v9 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 0/4] Some more lock_page work
 2020-10-16 23:03 UTC  (19+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

[GIT PULL] overlayfs update for 5.10
 2020-10-16 22:31 UTC  (2+ messages)

[PATCH 0/2] Killable synchronous BIO submission
 2020-10-16 16:59 UTC  (5+ messages)
` [PATCH 1/2] block: Add submit_bio_killable
` [PATCH 2/2] fs: Make mpage_readpage synchronous

WARNING: suspicious RCU usage in io_init_identity
 2020-10-16 15:05 UTC  (3+ messages)

[PATCH v3 0/2] block, iomap: disable iopoll for split bio
 2020-10-16 13:30 UTC  (8+ messages)
` [PATCH v3 1/2] block: "
` [PATCH v3 2/2] block,iomap: disable iopoll when split needed

[PATCH v2 0/3] NFS User Namespaces
 2020-10-16 12:37 UTC  (4+ messages)
` [PATCH v2 1/3] NFS: Use cred from fscontext during fsmount
` [PATCH v2 2/3] samples/vfs: Split out common code for new syscall APIs
` [PATCH v2 3/3] samples/vfs: Add example leveraging NFS with new APIs and user namespaces

[RFC PATCH 0/5] implement containerized syncfs for overlayfs
 2020-10-16  9:22 UTC  (19+ messages)
` [RFC PATCH 1/5] fs: introduce notifier list for vfs inode

[PATCH 1/5] Add manpage for open_tree(2)
 2020-10-16  6:50 UTC  (7+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-16  6:35 UTC  (16+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate "
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH 2/2] Documentation: add eventpoll to fs api-summary book
 2020-10-16  3:38 UTC 

[PATCH 1/2] fs/eventpoll.c: fix Returns: kernel-doc notation
 2020-10-16  3:37 UTC 

[GIT PULL] Fix unaligned direct IO read past EOF for 5.10-rc1
 2020-10-15 22:19 UTC  (2+ messages)

[GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1
 2020-10-15 22:19 UTC  (2+ messages)

[GIT PULL] configfs updates for 5.10
 2020-10-15 22:19 UTC  (2+ messages)

[PATCH 00/13] Clean up kernel_read/kernel_write
 2020-10-15 18:23 UTC  (7+ messages)
` [PATCH 01/13] fs: Allow a NULL pos pointer to __kernel_write
` [PATCH 02/13] fs: Allow a NULL pos pointer to __kernel_read

[PATCH 0/2] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-15 16:46 UTC  (7+ messages)
` [PATCH 1/2] vfs: move generic_remap_checks out of mm
` [PATCH 3/2] vfs: move the generic write and copy checks "

Unbreakable loop in fuse_fill_write_pages()
 2020-10-15 13:18 UTC  (3+ messages)

[PATCH][next] io_uring: fix flags check for the REQ_F_WORK_INITIALIZED setting
 2020-10-15 13:12 UTC  (2+ messages)

[PATCH v21 00/12] Landlock LSM
 2020-10-15 12:31 UTC  (3+ messages)
` [PATCH v21 12/12] landlock: Add user and kernel documentation

[PATCH 00/14] Transparent Huge Page support for XFS
 2020-10-15  9:52 UTC  (7+ messages)
` [PATCH 03/14] iomap: Support THPs in BIO completion path
` [PATCH 04/14] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 08/14] iomap: Support THPs in readahead

[v2 0/2] block, iomap: disable iopoll for split bio
 2020-10-15  8:47 UTC  (4+ messages)
` [v2 2/2] block,iomap: disable iopoll when split needed

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-15  8:31 UTC  (5+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).