Show patches with: Archived = No       |   5459 patches
« 1 2 3 454 55 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,5/5] squashfs: Convert squashfs_fill_page() to take a folio [v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
[v2,4/5] squashfs; Convert squashfs_copy_cache() to take a folio [v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
[v2,3/5] squashfs: Convert squashfs_readpage_block() to take a folio [v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
[v2,2/5] squashfs: Pass a folio to squashfs_readpage_fragment() [v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
[v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() [v2,1/5] squashfs: Use a folio throughout squashfs_read_folio() - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
[12/12] mm: add FGP_DONTCACHE folio creation flag Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[11/12] mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issue Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[10/12] mm/filemap: add filemap_fdatawrite_range_kick() helper Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[09/12] mm/filemap: drop streaming/uncached pages when writeback completes Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[08/12] mm/filemap: add read support for RWF_DONTCACHE Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[06/12] mm/truncate: add folio_unmap_invalidate() helper Uncached buffered IO - - - --- 2024-12-20 Jens Axboe New
[05/12] mm/readahead: add readahead_control->dropbehind member Uncached buffered IO - 1 - --- 2024-12-20 Jens Axboe New
[04/12] mm: add PG_dropbehind folio flag Uncached buffered IO - 1 - --- 2024-12-20 Jens Axboe New
[03/12] mm/readahead: add folio allocation helper Uncached buffered IO - 2 - --- 2024-12-20 Jens Axboe New
[02/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead Uncached buffered IO - 3 - --- 2024-12-20 Jens Axboe New
[01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb Uncached buffered IO - 2 - --- 2024-12-20 Jens Axboe New
[v6,5/5] libfs: Use d_children list to iterate simple_offset directories Improve simple directory offset wrap behavior - - - --- 2024-12-20 Chuck Lever New
[v6,4/5] libfs: Replace simple_offset end-of-directory detection Improve simple directory offset wrap behavior - - - --- 2024-12-20 Chuck Lever New
[v6,3/5] Revert "libfs: fix infinite directory reads for offset dir" Improve simple directory offset wrap behavior - - - --- 2024-12-20 Chuck Lever New
[v6,2/5] Revert "libfs: Add simple_offset_empty()" Improve simple directory offset wrap behavior - - - --- 2024-12-20 Chuck Lever New
[v6,1/5] libfs: Return ENOSPC when the directory offset range is exhausted Improve simple directory offset wrap behavior - 2 - --- 2024-12-20 Chuck Lever New
[v2] seq_file: copy as much as possible to user buffer in seq_read() [v2] seq_file: copy as much as possible to user buffer in seq_read() - - - --- 2024-12-20 David Wang New
hostfs: Convert to writepages hostfs: Convert to writepages - - - --- 2024-12-20 Matthew Wilcox (Oracle) New
seq_file: copy as much as possible to user buffer in seq_read() seq_file: copy as much as possible to user buffer in seq_read() - - - --- 2024-12-20 David Wang New
[11/11] nfsd: use lookup_and_lock_one() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[10/11] VFS: take a shared lock for create/remove directory operations. Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[09/11] VFS: re-pack DENTRY_ flags. Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[08/11] VFS: add inode_dir_lock/unlock Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[07/11] VFS: introduce lookup_and_lock() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[06/11] VFS: introduce done_lookup_and_lock() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[05/11] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[04/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[03/11] VFS: use global wait-queue table for d_alloc_parallel() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[02/11] VFS: add _shared versions of the various directory modifying inode_operations Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[01/11] VFS: introduce vfs_mkdir_return() Allow concurrent changes in a directory - - - --- 2024-12-20 NeilBrown New
[v5,10/10] ext4: move out common parts into ext4_fallocate() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,09/10] ext4: move out inode_lock into ext4_fallocate() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,08/10] ext4: factor out ext4_do_fallocate() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,07/10] ext4: refactor ext4_insert_range() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,06/10] ext4: refactor ext4_collapse_range() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,05/10] ext4: refactor ext4_zero_range() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,04/10] ext4: refactor ext4_punch_hole() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,03/10] ext4: don't write back data before punch hole in nojournal mode ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,02/10] ext4: don't explicit update times in ext4_fallocate() ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
[v5,01/10] ext4: remove writable userspace mappings before truncating page cache ext4: clean up and refactor fallocate - 2 - --- 2024-12-20 Zhang Yi New
vboxsf: Convert to writepages vboxsf: Convert to writepages - - - --- 2024-12-19 Matthew Wilcox (Oracle) New
samples/vfs: add __SANE_USERSPACE_TYPES__ to mountinfo program samples/vfs: add __SANE_USERSPACE_TYPES__ to mountinfo program - - - --- 2024-12-19 Jeff Layton New
[RFC] fuse: Abort connection if FUSE server get stuck [RFC] fuse: Abort connection if FUSE server get stuck - - - --- 2024-12-19 Etienne Martineau New
[10/10] iomap: pass private data to iomap_truncate_page [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[09/10] iomap: pass private data to iomap_zero_range [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[08/10] iomap: pass private data to iomap_page_mkwrite [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[07/10] iomap: optionally use ioends for direct I/O [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[06/10] iomap: factor out a iomap_dio_done helper [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[05/10] iomap: move common ioend code to ioend.c [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[04/10] iomap: split bios to zone append limits in the submission handlers [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[03/10] iomap: add a IOMAP_F_ANON_WRITE flag [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[02/10] iomap: simplify io_flags and io_type in struct iomap_ioend [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[01/10] iomap: allow the file system to submit the writeback bios [01/10] iomap: allow the file system to submit the writeback bios - 1 - --- 2024-12-19 Christoph Hellwig New
[RFC,2/2] selftests: add pidfd bind-mount tests pidfs: support bind-mounts - - - --- 2024-12-19 Christian Brauner New
[RFC,1/2] pidfs: allow bind-mounts pidfs: support bind-mounts - - - --- 2024-12-19 Christian Brauner New
[v2,3/3] xfs_io: add extsize command support xfs_io: enable extsize and stat -v support for ext4 - 1 - --- 2024-12-19 Ojaswin Mujoo New
[v2,2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details xfs_io: enable extsize and stat -v support for ext4 - 1 - --- 2024-12-19 Ojaswin Mujoo New
[v2,1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC xfs_io: enable extsize and stat -v support for ext4 - 2 - --- 2024-12-19 Ojaswin Mujoo New
fs: relax assertions on failure to encode file handles fs: relax assertions on failure to encode file handles - 1 1 --- 2024-12-19 Amir Goldstein New
[v11,2/2] fuse: add default_request_timeout and max_request_timeout sysctls fuse: add kernel-enforced request timeout option - 2 - --- 2024-12-18 Joanne Koong New
[v11,1/2] fuse: add kernel-enforced timeout option for requests fuse: add kernel-enforced request timeout option - 1 - --- 2024-12-18 Joanne Koong New
[RFC,v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback [RFC,v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback - - - --- 2024-12-18 Song Liu New
[2/2] generic: add tests for read/writes from hugepages-backed buffers fstests: test reads/writes from hugepages-backed buffers - - - --- 2024-12-18 Joanne Koong New
[1/2] fsx: support reads/writes from buffers backed by hugepages fstests: test reads/writes from hugepages-backed buffers - - - --- 2024-12-18 Joanne Koong New
[RFC,netfs] Fix uninitialized variable in netfs_retry_read_subrequests() [RFC,netfs] Fix uninitialized variable in netfs_retry_read_subrequests() - - - --- 2024-12-18 Paul E. McKenney New
nfs: flag as supporting FOP_DONTCACHE nfs: flag as supporting FOP_DONTCACHE - - - --- 2024-12-18 Mike Snitzer New
[v4,5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,4/5] Xarray: remove repeat check in xas_squash_marks() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,3/5] Xarray: distinguish large entries correctly in xas_split_alloc() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,2/5] Xarray: move forward index correctly in xas_pause() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
[v4,1/5] Xarray: Do not return sibling entries from xas_find_marked() Fix and cleanups to xarray - - - --- 2024-12-18 Kemeng Shi New
lsm: integrity: Allow enable/disable ima and evm with lsm= cmdline lsm: integrity: Allow enable/disable ima and evm with lsm= cmdline - - - --- 2024-12-18 Song Liu New
[5/5] fs/buffer: reduce stack usage on bh_read_iter() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[4/5] fs/buffer: add iteration support for block_read_full_folio() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[3/5] fs/buffer: add a for_each_bh() for block_read_full_folio() fs/buffer: strack reduction on async read - 1 - --- 2024-12-18 Luis Chamberlain New
[2/5] fs/buffer: simplify block_read_full_folio() with bh_offset() fs/buffer: strack reduction on async read - - - --- 2024-12-18 Luis Chamberlain New
[1/5] fs/buffer: move async batch read code into a helper fs/buffer: strack reduction on async read - - - --- 2024-12-18 Luis Chamberlain New
[2/2] nvme: use blk_validate_block_size() for max LBA check block size limit cleanups - 1 - --- 2024-12-18 Luis Chamberlain New
[1/2] block/bdev: use helper for max block size check block size limit cleanups - 1 - --- 2024-12-18 Luis Chamberlain New
[bpf-next,v6,5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,4/5] bpf: Make fs kfuncs available for SYSCALL program type bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,3/5] bpf: Add bpf_fget_task() kfunc bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,2/5] selftests/bpf: Add tests for open-coded style process file iterator bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[bpf-next,v6,1/5] bpf: Introduce task_file open-coded iterator kfuncs bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc - - - --- 2024-12-17 Juntong Deng New
[RFC,2/2] evm: Add kernel parameter to disable EVM ima: evm: Add kernel cmdline options to disable IMA/EVM - - - --- 2024-12-17 Song Liu New
[RFC,1/2] ima: Add kernel parameter to disable IMA ima: evm: Add kernel cmdline options to disable IMA/EVM - - - --- 2024-12-17 Song Liu New
[v14,2/2] rust: xarray: Add an abstraction for XArray rust: xarray: Add a minimal abstraction for XArray - 2 - --- 2024-12-17 Tamir Duberstein New
[v14,1/2] rust: types: add `ForeignOwnable::PointedTo` rust: xarray: Add a minimal abstraction for XArray - 1 - --- 2024-12-17 Tamir Duberstein New
[v3,2/2] sysctl: Fix underflow value setting risk in vm_table Fixes multiple sysctl proc_handler usage error - 1 - --- 2024-12-17 Nicolas Bouchinet New
[v3,1/2] coredump: Fixes core_pipe_limit sysctl proc_handler Fixes multiple sysctl proc_handler usage error - 1 - --- 2024-12-17 Nicolas Bouchinet New
fs: use xarray for old mount id fs: use xarray for old mount id - - - --- 2024-12-17 Christian Brauner New
[-next] fs: fix missing declaration of init_files [-next] fs: fix missing declaration of init_files - - - --- 2024-12-17 Zhang Kunbo New
[v4,bpf-next,6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
[v4,bpf-next,5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs Enable writing xattr from BPF programs - - - --- 2024-12-17 Song Liu New
« 1 2 3 454 55 »