Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v5 00/11] mempolicy2, mbind2, and weighted interleave, (continued)
- [GIT PULL] overlayfs backing file helpers for 6.8,
Amir Goldstein
- [PATCH] sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR,
Thomas Weißschuh
- [linux-next:master] BUILD REGRESSION 39676dfe52331dba909c617f213fdb21015c8d10, kernel test robot
- Convert write_cache_pages() to an iterator v4,
Christoph Hellwig
- [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write, Christoph Hellwig
- [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback, Christoph Hellwig
- [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages, Christoph Hellwig
- [PATCH 06/17] writeback: Factor out writeback_finish(), Christoph Hellwig
- [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 08/17] writeback: Factor folio_prepare_writeback() out of write_cache_pages(), Christoph Hellwig
- [PATCH 09/17] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 10/17] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 11/17] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages(), Christoph Hellwig
- [PATCH 13/17] writeback: Move the folio_prepare_writeback loop out of write_cache_pages(), Christoph Hellwig
- [PATCH 15/17] writeback: Add for_each_writeback_folio(), Christoph Hellwig
- [PATCH 14/17] writeback: Factor writeback_iter_next() out of write_cache_pages(), Christoph Hellwig
- [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure, Christoph Hellwig
- [syzbot] [ntfs3?] WARNING: kmalloc bug in ntfs_load_attr_list,
syzbot
- [PATCH v19 00/12] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[linux-next:master] 253ca8678d: lmbench3.Select.100tcp.latency.us -5.0% improvement, kernel test robot
[syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode (2), syzbot
[syzbot] [hfs?] WARNING in hfsplus_ext_write_extent (2), syzbot
[syzbot] [udf?] WARNING in udf_free_blocks (2), syzbot
[GIT PULL] afs, dns: Fix dynamic root interaction with negative DNS,
David Howells
[PATCH] afs: Fix overwriting of result of DNS query,
David Howells
[PATCH v4 0/3] afs: Fix dynamic root interaction with failing DNS lookups,
David Howells
[syzbot] [fs?] INFO: trying to register non-static key in debugfs_file_get,
syzbot
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH v5 02/40] afs: Automatically generate trace tag enums, David Howells
- [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v5 10/40] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v5 11/40] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v5 15/40] netfs: Add support for DIO buffering, David Howells
- [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v5 24/40] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support, David Howells
- [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v5 30/40] netfs: Implement buffered write API, David Howells
- [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v5 32/40] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v5 34/40] netfs: Provide a writepages implementation, David Howells
- [PATCH v5 35/40] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v5 36/40] netfs: Implement a write-through caching option, David Howells
- [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint, David Howells
- [PATCH v5 39/40] afs: Use the netfs write helpers, David Howells
- [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] Fix EROFS Kconfig, David Howells
- Re: [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] 9p: Fix initialisation of netfs_inode for 9p, David Howells
[PATCH] fs/ntfs3: Disable ATTR_LIST_ENTRY size check, Konstantin Komarov
[RFC][PATCH 0/4] Intruduce stacking filesystem vfs helpers,
Amir Goldstein
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api, Yu Kuai
- [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 15/17] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis, Yu Kuai
[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion,
Ahelenia Ziemiańska
- [PATCH v2 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT, Ahelenia Ziemiańska
- [PATCH v2 02/11] af_unix: unix_stream_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH v2 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O, Ahelenia Ziemiańska
- [PATCH v2 04/11] net/smc: smc_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH v2 05/11] kcm: kcm_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH v2 06/11] tls/sw: tls_sw_splice_read: always request non-blocking I/O, Ahelenia Ziemiańska
- [PATCH v2 07/11] net/tcp: tcp_splice_read: always do non-blocking reads, Ahelenia Ziemiańska
- [PATCH v2 08/11] tty: splice_read: disable, Ahelenia Ziemiańska
- [PATCH v2 09/11] fuse: file: limit splice_read to virtiofs, Ahelenia Ziemiańska
- [PATCH v2 10/11] fuse: allow splicing from filesystems mounted by real root, Ahelenia Ziemiańska
- [PATCH v2 11/11] splice: splice_to_socket: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH v2 12/11 man-pages] splice.2: document 6.8 blocking behaviour, Ahelenia Ziemiańska
- [PATCH v2 14/11] fuse: allow splicing to trusted mounts only, Ahelenia Ziemiańska
- [PATCH v2 13/11] tty: splice_write: disable, Ahelenia Ziemiańska
[PATCH] sysctl: remove struct ctl_path,
Thomas Weißschuh
[PATCH] eventfs: Have event files and directories default to parent uid and gid,
Steven Rostedt
[PATCH bpf-next] bpf: Re-support uid and gid when mounting bpffs,
Daniel Borkmann
LSF/MM/BPF: 2024: Call for Proposals,
Daniel Borkmann
[PATCHES] assorted fs cleanups,
Al Viro
- PATCH 01/22] hostfs: use d_splice_alias() calling conventions to simplify failure exits, Al Viro
- [PATCH 02/22] /proc/sys: use d_splice_alias() calling conventions to simplify failure exits, Al Viro
- [PATCH 03/22] zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode, Al Viro
- [PATCH 04/22] udf: d_splice_alias() will do the right thing on ERR_PTR() inode, Al Viro
- [PATCH 05/22] affs: d_obtain_alias(ERR_PTR(...)) will do the right thing, Al Viro
- [PATCH 06/22] befs: d_obtain_alias(ERR_PTR(...)) will do the right thing, Al Viro
- [PATCH 07/22] ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing, Al Viro
- [PATCH 08/22] gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing, Al Viro
- [PATCH 09/22] kernfs: d_obtain_alias(NULL) will do the right thing..., Al Viro
- nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing..., Al Viro
- [PATCH 11/22] udf: d_obtain_alias(ERR_PTR(...)) will do the right thing..., Al Viro
- [PATCH 12/22] ext4_add_entry(): ->d_name.len is never 0, Al Viro
- [PATCH 13/22] bfs_add_entry(): get rid of pointless ->d_name.len checks, Al Viro
- [PATCH 14/22] __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks, Al Viro
- [PATCH 15/22] reiserfs_add_entry(): get rid of pointless namelen checks, Al Viro
- [PATCH 16/22] udf_fiiter_add_entry(): check for zero ->d_name.len is bogus..., Al Viro
- [PATCH 17/22] get rid of passing callbacks to ceph __dentry_leases_walk(), Al Viro
- [PATCH 18/22] nfsd: kill stale comment about simple_fill_super() requirements, Al Viro
- [PATCH 19/22] ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent, Al Viro
- [PATCH 20/22] gfs2: use is_subdir(), Al Viro
- [PATCH 21/22] orangefs: saner arguments passing in readdir guts, Al Viro
- [PATCH 22/22] apparmorfs: don't duplicate kfree_link(), Al Viro
- Re: [PATCHES] assorted fs cleanups, Andreas Grünbacher
[GIT PULL] overlayfs fixes for 6.7-rc7,
Amir Goldstein
[syzbot] [reiserfs?] kernel BUG in flush_commit_list (2), syzbot
[PATCH v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio,
Jingbo Xu
Re: pull-request: bpf-next 2023-12-18,
Christian Brauner
[PATCH] security: new security_file_ioctl_compat() hook,
Alfred Piccioni
[PATCH bpf-next] bpf: add BPF_F_TOKEN_FD flag to pass with BPF token FD,
Andrii Nakryiko
[PATCH] vboxsf: Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
[PATCH v2 0/2] mm: fix arithmetic for bdi min_ratio and,
Jingbo Xu
[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
- [PATCH v8 01/19] fs: Fix rw_hint validation, Bart Van Assche
- [PATCH v8 02/19] fs: Verify write lifetime constants at compile time, Bart Van Assche
- [PATCH v8 03/19] fs: Split fcntl_rw_hint(), Bart Van Assche
- [PATCH v8 04/19] fs: Move enum rw_hint into a new header file, Bart Van Assche
- [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields, Bart Van Assche
- [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode, Bart Van Assche
- [PATCH v8 07/19] fs/f2fs: Restore the whint_mode mount option, Bart Van Assche
- [PATCH v8 08/19] fs/f2fs: Restore support for tracing data lifetimes, Bart Van Assche
- [PATCH v8 09/19] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH v8 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams, Bart Van Assche
- [PATCH v8 11/19] scsi: sd: Translate data lifetime information, Bart Van Assche
- [PATCH v8 12/19] scsi: scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH v8 13/19] scsi: scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH v8 14/19] scsi: scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH v8 15/19] scsi: scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH v8 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap, Bart Van Assche
- [PATCH v8 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH v8 18/19] scsi: scsi_debug: Implement GET STREAM STATUS, Bart Van Assche
- [PATCH v8 19/19] scsi: scsi_debug: Maintain write statistics per group number, Bart Van Assche
- Re: [PATCH v8 00/19] Pass data lifetime information to SCSI disk devices, Jens Axboe
Re: [PATCH] iomap: fix warning in iomap_write_delalloc_release(),
Darrick J. Wong
[PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v4 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v4 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v4 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v4 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [PATCH v4 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v4 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v4 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v4 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v4 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v4 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v4 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- Re: [PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave, Huang, Ying
[PATCH v7 00/19] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
- [PATCH v7 01/19] fs: Fix rw_hint validation, Bart Van Assche
- [PATCH v7 02/19] fs: Verify write lifetime constants at compile time, Bart Van Assche
- [PATCH v7 03/19] fs: Split fcntl_rw_hint(), Bart Van Assche
- [PATCH v7 04/19] fs: Move enum rw_hint into a new header file, Bart Van Assche
- [PATCH v7 05/19] block, fs: Restore the per-bio/request data lifetime fields, Bart Van Assche
- [PATCH v7 06/19] block, fs: Propagate write hints to the block device inode, Bart Van Assche
- [PATCH v7 07/19] fs/f2fs: Restore the whint_mode mount option, Bart Van Assche
- [PATCH v7 08/19] fs/f2fs: Restore support for tracing data lifetimes, Bart Van Assche
- [PATCH v7 09/19] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH v7 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams, Bart Van Assche
- [PATCH v7 11/19] scsi: sd: Translate data lifetime information, Bart Van Assche
- [PATCH v7 12/19] scsi: scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH v7 13/19] scsi: scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH v7 14/19] scsi: scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH v7 15/19] scsi: scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH v7 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap, Bart Van Assche
- [PATCH v7 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH v7 18/19] scsi: scsi_debug: Implement GET STREAM STATUS, Bart Van Assche
- [PATCH v7 19/19] scsi: scsi_debug: Maintain write statistics per group number, Bart Van Assche
- Re: [PATCH v7 00/19] Pass data lifetime information to SCSI disk devices, Douglas Gilbert
Convert write_cache_pages() to an iterator v3,
Christoph Hellwig
- [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write, Christoph Hellwig
- [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages, Christoph Hellwig
- [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure, Christoph Hellwig
- [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback, Christoph Hellwig
- [PATCH 06/17] writeback: Factor out writeback_finish(), Christoph Hellwig
- [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 08/17] writeback: Factor should_writeback_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 09/17] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 11/17] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 10/17] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages(), Christoph Hellwig
- [PATCH 13/17] writeback: Factor writeback_get_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 14/17] writeback: Factor writeback_iter_next() out of write_cache_pages(), Christoph Hellwig
- [PATCH 15/17] writeback: Add for_each_writeback_folio(), Christoph Hellwig
- [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback, Christoph Hellwig
- Re: Convert write_cache_pages() to an iterator v3, Dave Chinner
[syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2),
syzbot
[ANNOUNCE] xfs-linux: for-next updated to 98bdbf60cca8, Chandan Babu R
Re: [PATCH] mm: fix arithmetic for bdi min_ratio and max_ratio, Jingbo Xu
[syzbot] [reiserfs?] possible deadlock in __run_timers,
syzbot
[viro-vfs:headers.unaligned 2/2] tools/arch/x86/lib/insn.c:16:10: fatal error: '../include/linux/unaligned.h' file not found, kernel test robot
[PATCH 00/50] big header dependency cleanup targeting sched.h,
Kent Overstreet
- [PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes, Kent Overstreet
- [PATCH 02/50] x86/kernel/fpu/bugs.c: fix missing include, Kent Overstreet
- [PATCH 03/50] x86/lib/cache-smp.c: fix missing include, Kent Overstreet
- [PATCH 04/50] x86/include/asm/debugreg.h: fix missing include, Kent Overstreet
- [PATCH 05/50] x86/include/asm/paravirt_types.h: fix missing include, Kent Overstreet
- [PATCH 06/50] task_stack.h: add missing include, Kent Overstreet
- [PATCH 07/50] nsproxy.h: add missing include, Kent Overstreet
- [PATCH 08/50] kernel/fork.c: add missing include, Kent Overstreet
- [PATCH 10/50] time_namespace.h: fix missing include, Kent Overstreet
- [PATCH 09/50] kmsan: add missing types.h dependency, Kent Overstreet
- [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h, Kent Overstreet
[PATCH 20/50] posix-cpu-timers: Split out posix-timers_types.h, Kent Overstreet
[PATCH 21/50] locking/seqlock: Split out seqlock_types.h, Kent Overstreet
[PATCH 22/50] pid: Split out pid_types.h, Kent Overstreet
- [PATCH 23/50] sched.h: move pid helpers to pid.h, Kent Overstreet
- [PATCH 24/50] plist: Split out plist_types.h, Kent Overstreet
- [PATCH 25/50] wait: Remove uapi header file from main header file, Kent Overstreet
- [PATCH 26/50] rslib: kill bogus dependency on list.h, Kent Overstreet
- [PATCH 27/50] timerqueue: Split out timerqueue_types.h, Kent Overstreet
- [PATCH 28/50] signal: Kill bogus dependency on list.h, Kent Overstreet
- [PATCH 29/50] timers: Split out timer_types.h, Kent Overstreet
- [PATCH 30/50] workqueue: Split out workqueue_types.h, Kent Overstreet
- [PATCH 31/50] shm: Slim down dependencies, Kent Overstreet
- [PATCH 32/50] ipc: Kill bogus dependency on spinlock.h, Kent Overstreet
- Re: [PATCH 22/50] pid: Split out pid_types.h, Christian Brauner
[PATCH 33/50] Split out irqflags_types.h, Kent Overstreet
- [PATCH 34/50] mm_types_task.h: Trim dependencies, Kent Overstreet
- [PATCH 35/50] cpumask: Split out cpumask_types.h, Kent Overstreet
- [PATCH 36/50] syscall_user_dispatch.h: split out *_types.h, Kent Overstreet
- [PATCH 37/50] x86/signal: kill dependency on time.h, Kent Overstreet
- [PATCH 38/50] uapi/linux/resource.h: fix include, Kent Overstreet
- [PATCH 39/50] refcount: Split out refcount_types.h, Kent Overstreet
- [PATCH 40/50] seccomp: Split out seccomp_types.h, Kent Overstreet
- [PATCH 41/50] uidgid: Split out uidgid_types.h, Kent Overstreet
- [PATCH 42/50] sem: Split out sem_types.h, Kent Overstreet
- [PATCH 43/50] lockdep: move held_lock to lockdep_types.h, Kent Overstreet
[PATCH 44/50] restart_block: Trim includes, Kent Overstreet
Why doesn't FUSE use stable writes?,
Matthew Wilcox
[PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
[PATCH] nfs: Remove writepage, Matthew Wilcox (Oracle)
[PATCH 00/14] Clean up the writeback paths,
Matthew Wilcox (Oracle)
- [PATCH 01/14] fs: Remove clean_page_buffers(), Matthew Wilcox (Oracle)
- [PATCH 08/14] hfsplus: Really remove hfsplus_writepage, Matthew Wilcox (Oracle)
- [PATCH 09/14] minix: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 12/14] ufs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 04/14] fs: Reduce stack usage in do_mpage_readpage, Matthew Wilcox (Oracle)
- [PATCH 10/14] ocfs2: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 06/14] bfs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 13/14] fs: Convert block_write_full_page to block_write_full_folio, Matthew Wilcox (Oracle)
- [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio, Matthew Wilcox (Oracle)
- [PATCH 03/14] fs: Reduce stack usage in __mpage_writepage, Matthew Wilcox (Oracle)
- [PATCH 05/14] adfs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 07/14] hfs: Really remove hfs_writepage, Matthew Wilcox (Oracle)
- [PATCH 11/14] sysv: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 02/14] fs: Convert clean_buffers() to take a folio, Matthew Wilcox (Oracle)
- Re: [PATCH 00/14] Clean up the writeback paths, Jens Axboe
[syzbot] [ext4?] WARNING in lock_two_nondirectories,
syzbot
[PATCH] fs: fix doc comment typo fs tree wide,
Alexander Mikhalitsyn
Re: [RFC] HACK: overlayfs: Optimize overlay/restore creds,
Amir Goldstein
Why does mpage_writepage() not handle locked buffers?,
Matthew Wilcox
[PATCH v6 00/20] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
[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]