Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v15 16/26] nfsd: add LOCALIO support, (continued)
- [PATCH v15 17/26] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v15 18/26] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit, Mike Snitzer
- [PATCH v15 19/26] nfs: add LOCALIO support, Mike Snitzer
- [PATCH v15 20/26] nfs: enable localio for non-pNFS IO, Mike Snitzer
- [PATCH v15 21/26] pnfs/flexfiles: enable localio support, Mike Snitzer
- [PATCH v15 22/26] nfs/localio: use dedicated workqueues for filesystem read and write, Mike Snitzer
- [PATCH v15 23/26] nfs: implement client support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v15 24/26] nfs: add Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v15 25/26] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v15 26/26] nfs: add "NFS Client and Server Interlock" section to localio.rst, Mike Snitzer
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, NeilBrown
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, Jeff Layton
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, Anna Schumaker
- [PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO,
Hou Tao
- [syzbot] [netfs?] possible deadlock in lock_mm_and_find_vma (2),
syzbot
- [PATCH] isofs: Annotate struct SL_component with __counted_by(),
Thorsten Blum
- [PATCH v6 0/2] fuse: add timeout option for requests,
Joanne Koong
- [PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc,
Christophe Leroy
- [PATCH printk v5 00/17] add threaded printing + the rest,
John Ogness
- [PATCH v3 0/2] iomap: flush dirty cache over unwritten mappings on zero range,
Brian Foster
- Re: [PATCH v2] ovl: don't set the superblock's errseq_t manually,
Amir Goldstein
- [PATCH RFC 00/20] file: remove f_version,
Christian Brauner
- [PATCH RFC 01/20] file: remove pointless comment, Christian Brauner
- [PATCH RFC 02/20] adi: remove unused f_version, Christian Brauner
- [PATCH RFC 03/20] ceph: remove unused f_version, Christian Brauner
- [PATCH RFC 04/20] s390: remove unused f_version, Christian Brauner
- [PATCH RFC 05/20] fs: add vfs_setpos_cookie(), Christian Brauner
- [PATCH RFC 06/20] fs: add must_set_pos(), Christian Brauner
- [PATCH RFC 07/20] fs: use must_set_pos(), Christian Brauner
- [PATCH RFC 08/20] fs: add generic_llseek_cookie(), Christian Brauner
- [PATCH RFC 09/20] affs: store cookie in private data, Christian Brauner
- [PATCH RFC 10/20] ext2: store cookie in private data, Christian Brauner
- [PATCH RFC 11/20] ext4: store cookie in private data, Christian Brauner
- [PATCH RFC 12/20] input: remove f_version abuse, Christian Brauner
- [PATCH RFC 13/20] ocfs2: store cookie in private data, Christian Brauner
- [PATCH RFC 14/20] proc: store cookie in private data, Christian Brauner
- [PATCH RFC 15/20] udf: store cookie in private data, Christian Brauner
- [PATCH RFC 16/20] ufs: store cookie in private data, Christian Brauner
- [PATCH RFC 17/20] ubifs: store cookie in private data, Christian Brauner
- [PATCH RFC 18/20] fs: add f_pipe, Christian Brauner
- [PATCH RFC 19/20] pipe: use f_pipe, Christian Brauner
- [PATCH RFC 20/20] fs: remove f_version, Christian Brauner
- Re: [PATCH RFC 00/20] file: remove f_version, Jeff Layton
- [PATCH] input: remove f_version abuse, Christian Brauner
- [RFC PATCH] fuse: enable writeback cgroup to limit dirty page cache,
Yang Erkun
- [PATCH 00/10] ext4: clean up and refactor fallocate,
Zhang Yi
- [PATCH 02/10] ext4: don't explicit update times in ext4_fallocate(), Zhang Yi
- [PATCH 03/10] ext4: drop ext4_update_disksize_before_punch(), Zhang Yi
- [PATCH 01/10] ext4: write out dirty data before dropping pages, Zhang Yi
- [PATCH 04/10] ext4: refactor ext4_zero_range(), Zhang Yi
- [PATCH 05/10] ext4: refactor ext4_punch_hole(), Zhang Yi
- [PATCH 06/10] ext4: refactor ext4_collapse_range(), Zhang Yi
- [PATCH 07/10] ext4: refactor ext4_insert_range(), Zhang Yi
- [PATCH 08/10] ext4: factor out ext4_do_fallocate(), Zhang Yi
- [PATCH 10/10] ext4: factor out a common helper to lock and flush data before fallocate, Zhang Yi
- [PATCH 09/10] ext4: factor out the common checking part of all fallocate operations, Zhang Yi
- [PATCH 0/3] adfs, affs, befs: convert to new mount api,
Eric Sandeen
- [PATCH] dcache: don't discard dentry_hashtable or d_hash_shift,
Stephen Brennan
- [PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v7 bpf-next 01/10] lib/buildid: harden build ID parsing logic, Andrii Nakryiko
- [PATCH v7 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction, Andrii Nakryiko
- [PATCH v7 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v7 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v7 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v7 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v7 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v7 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- Re: [PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic, Andrii Nakryiko
- Re: [PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic, patchwork-bot+netdevbpf
- [PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT,
David Hildenbrand
- [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order(), David Hildenbrand
- [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages(), David Hildenbrand
- [PATCH v1 03/17] mm/rmap: use folio_large_nr_pages() in add/remove functions, David Hildenbrand
- [PATCH v1 04/17] mm: let _folio_nr_pages overlay memcg_data in first tail page, David Hildenbrand
- [PATCH v1 05/17] mm/rmap: pass dst_vma to page_try_dup_anon_rmap() and page_dup_file_rmap(), David Hildenbrand
- [PATCH v1 06/17] mm/rmap: pass vma to __folio_add_rmap(), David Hildenbrand
- [PATCH v1 07/17] mm/rmap: abstract large mapcount operations for large folios (!hugetlb), David Hildenbrand
- [PATCH v1 08/17] mm/rmap: initial MM owner tracking for large folios (!hugetlb), David Hildenbrand
- [PATCH v1 09/17] bit_spinlock: __always_inline (un)lock functions, David Hildenbrand
- [PATCH v1 10/17] mm: COW reuse support for PTE-mapped THP with CONFIG_MM_ID, David Hildenbrand
- [PATCH v1 11/17] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios, David Hildenbrand
- [PATCH v1 12/17] mm: remove per-page mapcount dependency in folio_likely_mapped_shared() (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v1 13/17] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v1 14/17] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v1 15/17] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v1 16/17] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v1 17/17] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- Re: [PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT, David Hildenbrand
- [PATCH v3 00/13] nfsd: implement the "delstid" draft,
Jeff Layton
- [PATCH v3 01/13] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease, Jeff Layton
- [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field, Jeff Layton
- [PATCH v3 02/13] nfsd: untangle code in nfsd4_deleg_getattr_conflict(), Jeff Layton
- [PATCH v3 06/13] nfsd: add pragma public to delegated timestamp types, Jeff Layton
- [PATCH v3 07/13] nfsd: fix reported change attr on a write delegation, Jeff Layton
- [PATCH v3 09/13] nfsd: add support for FATTR4_OPEN_ARGUMENTS, Jeff Layton
- [PATCH v3 10/13] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION, Jeff Layton
- [PATCH v3 08/13] nfs_common: make nfs4.h include generated nfs4_1.h, Jeff Layton
- [PATCH v3 12/13] nfsd: add support for delegated timestamps, Jeff Layton
- [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
- [PATCH v3 05/13] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer, Jeff Layton
- [PATCH v3 04/13] nfsd: drop the nfsd4_fattr_args "size" field, Jeff Layton
- [PATCH v3 13/13] nfsd: handle delegated timestamps in SETATTR, Jeff Layton
- [PATCH] fs: drop GFP_NOFAIL mode from alloc_page_buffers,
Michal Hocko
- [PATCH v2] cachefiles: fix dentry leak in cachefiles_open_file(),
libaokun
- [PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs,
Hongbo Li
- [PATCH v14 00/25] nfs/nfsd: add support for LOCALIO,
Mike Snitzer
- [PATCH v14 01/25] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno, Mike Snitzer
- [PATCH v14 02/25] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno, Mike Snitzer
- [PATCH v14 03/25] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h, Mike Snitzer
- [PATCH v14 04/25] NFSD: Handle @rqstp == NULL in check_nfsd_access(), Mike Snitzer
- [PATCH v14 05/25] NFSD: Refactor nfsd_setuser_and_check_port(), Mike Snitzer
- [PATCH v14 06/25] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry(), Mike Snitzer
- [PATCH v14 07/25] NFSD: Short-circuit fh_verify tracepoints for LOCALIO, Mike Snitzer
- [PATCH v14 08/25] nfsd: factor out __fh_verify to allow NULL rqstp to be passed, Mike Snitzer
- [PATCH v14 09/25] nfsd: add nfsd_file_acquire_local(), Mike Snitzer
- [PATCH v14 10/25] nfsd: add nfsd_serv_try_get and nfsd_serv_put, Mike Snitzer
- [PATCH v14 11/25] SUNRPC: remove call_allocate() BUG_ONs, Mike Snitzer
- [PATCH v14 12/25] SUNRPC: add svcauth_map_clnt_to_svc_cred_local, Mike Snitzer
- [PATCH v14 13/25] SUNRPC: replace program list with program array, Mike Snitzer
- [PATCH v14 14/25] nfs_common: add NFS LOCALIO auxiliary protocol enablement, Mike Snitzer
- [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces, Mike Snitzer
- [PATCH v14 16/25] nfsd: add localio support, Mike Snitzer
- [PATCH v14 17/25] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v14 18/25] nfs: pass struct nfs_localio_ctx to nfs_init_pgio and nfs_init_commit, Mike Snitzer
- [PATCH v14 19/25] nfs: add localio support, Mike Snitzer
- [PATCH v14 20/25] nfs: enable localio for non-pNFS IO, Mike Snitzer
- [PATCH v14 21/25] pnfs/flexfiles: enable localio support, Mike Snitzer
- [PATCH v14 22/25] nfs/localio: use dedicated workqueues for filesystem read and write, Mike Snitzer
- [PATCH v14 23/25] nfs: implement client support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v14 24/25] nfs: add Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v14 25/25] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- Re: [PATCH v14 00/25] nfs/nfsd: add support for LOCALIO, Mike Snitzer
- [PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v12 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Mark Brown
- [PATCH v12 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v12 04/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v12 05/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v12 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v12 07/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v12 08/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v12 09/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v12 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v12 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v12 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v12 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v12 14/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v12 16/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v12 17/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v12 18/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v12 19/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v12 20/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v12 22/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v12 24/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v12 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v12 28/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v12 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v12 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v12 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v12 32/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v12 33/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v12 34/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v12 35/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v12 36/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v12 37/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v12 38/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v12 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- BUG: WARNING in retire_sysctl_set,
Xingyu Li
- [PATCH v2 00/11] fuse: convert to using folios and iomap,
Josef Bacik
- [PATCH v2 01/11] fuse: convert readahead to use folios, Josef Bacik
- [PATCH v2 02/11] fuse: convert fuse_send_write_pages to use folios, Josef Bacik
- [PATCH v2 03/11] fuse: convert fuse_fill_write_pages to use folios, Josef Bacik
- [PATCH v2 04/11] fuse: convert fuse_page_mkwrite to use folios, Josef Bacik
- [PATCH v2 05/11] fuse: use kiocb_modified in buffered write path, Josef Bacik
- [PATCH v2 06/11] fuse: use iomap for writeback cache buffered writes, Josef Bacik
- [PATCH v2 07/11] fuse: convert fuse_do_readpage to use folios, Josef Bacik
- [PATCH v2 08/11] fuse: convert fuse_writepage_need_send to take a folio, Josef Bacik
- [PATCH v2 09/11] fuse: use the folio based vmstat helpers, Josef Bacik
- [PATCH v2 10/11] fuse: convert fuse_retrieve to use folios, Josef Bacik
- [PATCH v2 11/11] fuse: convert fuse_notify_store to use folios, Josef Bacik
- [PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes,
David Howells
- [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry, David Howells
- [PATCH 2/6] netfs, cifs: Fix handling of short DIO read, David Howells
- [PATCH 3/6] cifs: Fix copy offload to flush destination region, David Howells
- [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range(), David Howells
- [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region, David Howells
- [PATCH 6/6] netfs, cifs: Improve some debugging bits, David Howells
- Re: [PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes, Steve French
- VFS caching of file extents,
Matthew Wilcox
- [PATCH v2 0/2] iomap: flush dirty cache over unwritten mappings on zero range,
Brian Foster
- [PATCH V5] Documentation: Document the kernel flag bdev_allow_write_mounted,
Guilherme G. Piccoli
- [PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations,
Kent Overstreet
- [PATCH -next] zonefs: obtain fs magic from superblock,
Hongbo Li
- [PATCH v3 0/3] fs,mm: add kmem_cache_create_rcu(),
Christian Brauner
- [PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2),
Aleksa Sarai
- [PATCH v2] writeback: Refine the show_inode_state() macro definition,
Julian Sun
- RFC: add STATX_DIO_READ_ALIGN,
Christoph Hellwig
- BUG: corrupted list in list_lru_del, Juefei Pu
- [PATCH] buffer: Associate the meta bio with blkg from buffer page,
Haifeng Xu
- [PATCH v8 0/8] Improve the copy of task comm,
Yafang Shao
- [PATCH v8 1/8] Get rid of __get_task_comm(), Yafang Shao
- [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy(), Yafang Shao
- [PATCH v8 3/8] security: Replace memcpy() with get_task_comm(), Yafang Shao
- [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v8 7/8] net: Replace strcpy() with strscpy(), Yafang Shao
- [PATCH v8 8/8] drm: Replace strcpy() with strscpy(), Yafang Shao
- [PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super(),
Nathan Chancellor
- [no subject], Unknown
- [PATCH 00/11] fuse: convert to using folios and iomap,
Josef Bacik
- [PATCH 01/11] fuse: convert readahead to use folios, Josef Bacik
- [PATCH 02/11] fuse: convert fuse_send_write_pages to use folios, Josef Bacik
- [PATCH 03/11] fuse: convert fuse_fill_write_pages to use folios, Josef Bacik
- [PATCH 04/11] fuse: convert fuse_page_mkwrite to use folios, Josef Bacik
- [PATCH 05/11] fuse: use kiocb_modified in buffered write path, Josef Bacik
- [PATCH 06/11] fuse: use iomap for writeback cache buffered writes, Josef Bacik
- [PATCH 07/11] fuse: convert fuse_do_readpage to use folios, Josef Bacik
- [PATCH 08/11] fuse: convert fuse_writepage_need_send to take a folio, Josef Bacik
- [PATCH 09/11] fuse: use the folio based vmstat helpers, Josef Bacik
- [PATCH 10/11] fuse: convert fuse_retrieve to use folios, Josef Bacik
- [PATCH 11/11] fuse: convert fuse_notify_store to use folios, Josef Bacik
- Re: [PATCH 00/11] fuse: convert to using folios and iomap, Bernd Schubert
- SRCU hung task on 5.10.y on synchronize_srcu(&fsnotify_mark_srcu),
Jon Kohler
- Re: [BUG?] bcachefs: keep writing to device when there is no high-level I/O activity., Kent Overstreet
- [PATCH v2 0/3] fs,mm: add kmem_cache_create_rcu(),
Christian Brauner
- [PATCH] cifs: Fix copy offload to flush destination region, David Howells
- [PATCH 6.1 133/321] binfmt_misc: cleanup on filesystem umount, Greg Kroah-Hartman
- [PATCH 6.1 023/321] fs/netfs/fscache_cookie: add missing "n_accesses" check, Greg Kroah-Hartman
- [PATCH 6.10 142/273] cifs: Add a tracepoint to track credits involved in R/W requests, Greg Kroah-Hartman
- [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1,
Chandan Babu R
- [PATCH 6.10 083/273] 9p: Fix DIO read through netfs,
Greg Kroah-Hartman
- [PATCH 6.10 050/273] fs/netfs/fscache_cookie: add missing "n_accesses" check, Greg Kroah-Hartman
- [PATCH 6.10 009/273] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag", Greg Kroah-Hartman
- [PATCH 6.6 119/341] binfmt_misc: cleanup on filesystem umount, Greg Kroah-Hartman
- The mapping->invalidate_lock, copy-offload and cifs,
David Howells
- [PATCH 6.6 036/341] fs/netfs/fscache_cookie: add missing "n_accesses" check, Greg Kroah-Hartman
- [PATCH RFC] fs: don't force i_version increment when timestamps change,
Jeff Layton
- [PATCH] affs: Replace one-element array with flexible-array member,
Thorsten Blum
- [PATCH][RFC] iomap: add a private argument for iomap_file_buffered_write,
Josef Bacik
- [PATCH v2] statx.2: Document AT_EMPTY_PATH allows using NULL instead of "" for pathname,
Xi Ruoyao
- [PATCH] sysctl: avoid spurious permanent empty tables,
Thomas Weißschuh
- FUSE passthrough: fd lifetime?,
Han-Wen Nienhuys
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]