Show patches with: Archived = No       |   5595 patches
« 1 2 3 455 56 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
zonefs: Use str_plural() to fix Coccinelle warning zonefs: Use str_plural() to fix Coccinelle warning - - - --- 2024-04-02 Thorsten Blum New
zonefs: Simplify the allocation of slab caches in zonefs_init_inodecache zonefs: Simplify the allocation of slab caches in zonefs_init_inodecache - - - --- 2024-02-05 Kunwu Chan New
zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method - - - --- 2023-06-12 Christoph Hellwig Accepted
zonefs: remove SLAB_MEM_SPREAD flag usage zonefs: remove SLAB_MEM_SPREAD flag usage - - - --- 2024-02-24 Chengming Zhou New
zonefs: Improve error handling zonefs: Improve error handling - 2 1 --- 2024-02-14 Damien Le Moal New
zonefs: convert zonefs to use the new mount api zonefs: convert zonefs to use the new mount api - 1 - --- 2024-02-09 Bill O'Donnell New
xfs: stop advertising SB_I_VERSION xfs: stop advertising SB_I_VERSION 1 - - --- 2024-02-28 Dave Chinner New
xfs: allow cross-linking special files without project quota xfs: allow cross-linking special files without project quota - - - --- 2024-03-04 Andrey Albershteyn New
xattr: restrict vfs_getxattr_alloc() allocation size xattr: restrict vfs_getxattr_alloc() allocation size 1 3 - --- 2024-03-05 Christian Brauner New
xarray: inline xas_descend to improve performance xarray: inline xas_descend to improve performance - - - --- 2024-04-15 Long Li New
Xarray: Fix race in xa_get_order() Xarray: Fix race in xa_get_order() - - - --- 2024-03-02 Han Xing Yi New
xarray: document that xa_alloc uses the smallest index xarray: document that xa_alloc uses the smallest index - - - --- 2024-02-01 Alice Ryhl New
xarray: add guard definitions for xa_lock xarray: add guard definitions for xa_lock - - - --- 2024-02-28 Michal Schmidt New
writeback: move wb_wakeup_delayed defination to fs-writeback.c writeback: move wb_wakeup_delayed defination to fs-writeback.c - 1 - --- 2024-01-18 Kemeng Shi New
vmcore: replace strncpy with strtomem vmcore: replace strncpy with strtomem - - - --- 2024-03-27 Justin Stitt New
virtiofs: use GFP_NOFS when enqueuing request through kworker virtiofs: use GFP_NOFS when enqueuing request through kworker - - - --- 2024-01-04 Hou Tao New
virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw - - - --- 2024-01-03 Hou Tao New
virtiofs: drop __exit from virtio_fs_sysfs_exit() virtiofs: drop __exit from virtio_fs_sysfs_exit() - 1 1 --- 2024-02-27 Stefan Hajnoczi New
virtiofs: don't mark virtio_fs_sysfs_exit as __exit virtiofs: don't mark virtio_fs_sysfs_exit as __exit - - - --- 2024-02-28 Arnd Bergmann New
virtiofs: avoid unnecessary VM_MIXEDMAP for mmap support virtiofs: avoid unnecessary VM_MIXEDMAP for mmap support - - - --- 2024-01-23 Gao Xiang New
vfs: remove SLAB_MEM_SPREAD flag usage vfs: remove SLAB_MEM_SPREAD flag usage - - - --- 2024-02-24 Chengming Zhou New
vfs: remove a redundant might_sleep in wait_on_inode vfs: remove a redundant might_sleep in wait_on_inode - - - --- 2023-11-04 Mateusz Guzik New
vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements - - - --- 2024-04-11 Linus Torvalds New
vboxsf: Remove usage of the deprecated ida_simple_xx() API vboxsf: Remove usage of the deprecated ida_simple_xx() API - 2 - --- 2023-12-19 Christophe JAILLET New
vboxsf: remove SLAB_MEM_SPREAD flag usage vboxsf: remove SLAB_MEM_SPREAD flag usage - - - --- 2024-02-24 Chengming Zhou New
vboxsf: explicitly deny setlease attempts vboxsf: explicitly deny setlease attempts - 1 - --- 2024-03-19 Jeff Layton New
userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl 2 - - --- 2024-01-17 Lokesh Gidra New
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb - - - --- 2024-01-17 Lokesh Gidra New
unicode: make utf8 test count static unicode: make utf8 test count static - - - --- 2024-03-08 Ben Dooks New
udf: convert to new mount API udf: convert to new mount API - - - --- 2024-02-09 Eric Sandeen New
udf: Avoid invalid LVID used on mount udf: Avoid invalid LVID used on mount - - - --- 2024-02-05 Jan Kara New
ubifs: fix kernel-doc warnings ubifs: fix kernel-doc warnings - 1 - --- 2023-12-06 Randy Dunlap New
Tried making changes Tried making changes - - - --- 2023-12-02 attreyee-muk New
treewide: Fix common grammar mistake "the the" treewide: Fix common grammar mistake "the the" 1 2 - --- 2024-04-11 Thorsten Blum New
treewide: Change CONFIG_BASE_SMALL to bool type treewide: Change CONFIG_BASE_SMALL to bool type - - - --- 2024-01-26 Yoann Congal New
tracing: Add new_exec tracepoint tracing: Add new_exec tracepoint - - - --- 2024-04-08 Marco Elver New
tracefs/eventfs: Use root and instance inodes as default ownership tracefs/eventfs: Use root and instance inodes as default ownership - - - --- 2024-01-04 Steven Rostedt New
tmpfs: Fix race on handling dquot rbtree tmpfs: Fix race on handling dquot rbtree - 1 - --- 2024-03-07 Carlos Maiolino New
tmpfs: don't interrupt fallocate with EINTR tmpfs: don't interrupt fallocate with EINTR - - - --- 2024-03-04 Mikulas Patocka New
timerfd: fix nonblocking reads timerfd: fix nonblocking reads - - - --- 2024-04-01 Jens Axboe New
test_xarray: fix soft lockup for advanced-api tests test_xarray: fix soft lockup for advanced-api tests - - - --- 2024-02-16 Luis Chamberlain New
test_ida: Fix compilation errors test_ida: Fix compilation errors - - - --- 2023-11-12 shiqiang.deng New
sysctl: treewide: constify ctl_table_root::set_ownership sysctl: treewide: constify ctl_table_root::set_ownership - - - --- 2023-12-26 Thomas Weißschuh New
sysctl: treewide: constify ctl_table_root::permissions sysctl: treewide: constify ctl_table_root::permissions - - - --- 2023-12-26 Thomas Weißschuh New
sysctl: remove struct ctl_path sysctl: remove struct ctl_path - 1 - --- 2023-12-20 Thomas Weißschuh New
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR - - - --- 2023-12-23 Thomas Weißschuh New
statx.2: Document STATX_SUBVOL statx.2: Document STATX_SUBVOL - - - --- 2024-03-11 Kent Overstreet New
statx: stx_vol statx: stx_vol - - - --- 2024-03-02 Kent Overstreet New
statmount: reduce runtime stack usage statmount: reduce runtime stack usage - - - --- 2023-12-12 Arnd Bergmann New
squashfs: squashfs_read_data need to check if the length is 0 squashfs: squashfs_read_data need to check if the length is 0 - 1 - --- 2023-11-16 Lizhi Xu New
squashfs: fix oob in squashfs_readahead squashfs: fix oob in squashfs_readahead - - - --- 2023-11-15 Edward Adam Davis New
seq_file: Optimize seq_puts() seq_file: Optimize seq_puts() - - - --- 2024-01-04 Christophe JAILLET New
selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm - - - --- 2023-11-19 angquan yu New
selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm - - - --- 2023-11-19 angquan yu New
select: Avoid wrap-around instrumentation in do_sys_poll() select: Avoid wrap-around instrumentation in do_sys_poll() - 1 - --- 2024-01-29 Kees Cook New
security: new security_file_ioctl_compat() hook security: new security_file_ioctl_compat() hook - 2 - --- 2023-12-19 Alfred Piccioni New
scsi: target: core: add missing file_{start,end}_write() scsi: target: core: add missing file_{start,end}_write() 1 2 - --- 2023-11-23 Amir Goldstein New
sched/psi: Fix use-after-free in poll_freewait() sched/psi: Fix use-after-free in poll_freewait() - - - --- 2023-06-13 Lu Jialin Superseded
Revert "fsnotify: optionally pass access range in file permission hooks" Revert "fsnotify: optionally pass access range in file permission hooks" - - - --- 2024-01-09 Jens Axboe New
Revert "fs/aio: Make io_cancel() generate completions again" Revert "fs/aio: Make io_cancel() generate completions again" 1 - - --- 2024-03-04 Bart Van Assche New
Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" Revert "debugfs: annotate debugfs handlers vs. removal with lockdep" 1 - - --- 2023-12-02 Johannes Berg New
Removing PG_error use from btrfs Removing PG_error use from btrfs - - - --- 2024-04-18 Matthew Wilcox New
Remove myself as maintainer of GFS2 Remove myself as maintainer of GFS2 - - - --- 2023-11-14 Bob Peterson New
remap_range: merge do_clone_file_range() into vfs_clone_file_range() remap_range: merge do_clone_file_range() into vfs_clone_file_range() - 1 - --- 2024-02-02 Amir Goldstein New
reiserfs: fix uninit-value in reiserfs_new_inode reiserfs: fix uninit-value in reiserfs_new_inode - - - --- 2023-12-31 Edward Adam Davis New
reiserfs: fix uninit-value in comp_keys reiserfs: fix uninit-value in comp_keys - - - --- 2023-12-26 Edward Adam Davis New
reiserfs: fix null ptr deref in reiserfs_xattr_set reiserfs: fix null ptr deref in reiserfs_xattr_set - - - --- 2024-01-03 Edward Adam Davis New
reiserfs: Convert to writepages reiserfs: Convert to writepages - 1 - --- 2024-03-05 Matthew Wilcox New
regset: use vmalloc() for regset_get_alloc() regset: use vmalloc() for regset_get_alloc() - - - --- 2024-02-02 Douglas Anderson New
readahead: use ilog2 instead of a while loop in page_cache_ra_order() readahead: use ilog2 instead of a while loop in page_cache_ra_order() - - - --- 2024-01-15 Pankaj Raghav (Samsung) New
readahead: Update the file_ra_state.ra_pages with each readahead operation readahead: Update the file_ra_state.ra_pages with each readahead operation - - - --- 2023-10-30 Youling Tang New
readahead: Avoid multiple marked readahead pages readahead: Avoid multiple marked readahead pages - - - --- 2024-01-04 Jan Kara New
Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements Re: [PATCH] vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements - - - --- 2024-04-12 Charles Mirabile New
quota: fix to propagate error of mark_dquot_dirty() to caller quota: fix to propagate error of mark_dquot_dirty() to caller - - - --- 2024-04-12 Chao Yu New
quota: Fix potential NULL pointer dereference quota: Fix potential NULL pointer dereference - - - --- 2024-02-02 wangjianjian (C) New
quota: don't let mark_dquot_dirty() fail silently quota: don't let mark_dquot_dirty() fail silently - - - --- 2024-04-07 Chao Yu New
quota: Detect loops in quota tree quota: Detect loops in quota tree - - - --- 2024-02-09 Jan Kara New
quota: convert dquot_claim_space_nodirty() to return void quota: convert dquot_claim_space_nodirty() to return void - - - --- 2023-12-10 Chao Yu New
qnx6: convert qnx6 to use the new mount api qnx6: convert qnx6 to use the new mount api - - - --- 2024-02-29 Bill O'Donnell New
qnx4: convert qnx4 to use the new mount api qnx4: convert qnx4 to use the new mount api 1 - - --- 2024-02-26 Bill O'Donnell New
proc: Update inode upon changing task security attribute proc: Update inode upon changing task security attribute - - - --- 2023-11-30 Munehisa Kamata New
proc: Remove usage of the deprecated ida_simple_xx() API proc: Remove usage of the deprecated ida_simple_xx() API - 1 - --- 2024-01-15 Christophe JAILLET New
proc: remove unnecessary comment since removal of no_llseek proc: remove unnecessary comment since removal of no_llseek - - - --- 2024-01-19 Suyao Qian New
proc: remove SLAB_MEM_SPREAD flag usage proc: remove SLAB_MEM_SPREAD flag usage - - - --- 2024-02-24 Chengming Zhou New
proc: proc_sysctl: Optimize proc_sys_fill_cache() variable proc: proc_sysctl: Optimize proc_sys_fill_cache() variable - - - --- 2024-01-15 Li zeming New
proc: proc_sysctl: Optimize insert_links() proc: proc_sysctl: Optimize insert_links() - - - --- 2024-01-15 Li kunyu New
proc: allow restricting /proc/pid/mem writes proc: allow restricting /proc/pid/mem writes - - - --- 2024-02-21 Adrian Ratiu Superseded
pipe: wakeup wr_wait after setting max_usage pipe: wakeup wr_wait after setting max_usage - 1 - --- 2023-12-01 Christian Brauner New
pipe: use __pipe_{lock,unlock} instead of spinlock pipe: use __pipe_{lock,unlock} instead of spinlock - - - --- 2023-01-03 Hongchen Zhang Superseded
pidfd: make pidfs_dentry_operations static pidfd: make pidfs_dentry_operations static - - - --- 2024-02-22 Jiapeng Chong New
PATCH 01/22] hostfs: use d_splice_alias() calling conventions to simplify failure exits PATCH 01/22] hostfs: use d_splice_alias() calling conventions to simplify failure exits - - - --- 2023-12-20 Al Viro New
ovl: require xwhiteout feature flag on layer roots ovl: require xwhiteout feature flag on layer roots - 1 - --- 2024-01-18 Miklos Szeredi New
ovl: Reject mounting case-insensitive filesystems ovl: Reject mounting case-insensitive filesystems 1 - - --- 2023-12-23 Gabriel Krisman Bertazi New
ovl: port to new mount api ovl: port to new mount api - - - --- 2023-06-08 Christian Brauner Changes Requested
ovl: fix memory leak in ovl_parse_param ovl: fix memory leak in ovl_parse_param - - - --- 2023-11-12 Edward Adam Davis New
ovl: fix BUG: Dentry still in use in unmount ovl: fix BUG: Dentry still in use in unmount - - - --- 2023-12-17 Edward Adam Davis New
openpromfs: finish conversion to the new mount API openpromfs: finish conversion to the new mount API - - - --- 2024-03-01 Eric Sandeen New
nvdimm/pmem: Fix leak on dax_add_host() failure nvdimm/pmem: Fix leak on dax_add_host() failure - 3 - --- 2024-02-12 Mathieu Desnoyers New
nilfs2: simplify device handling nilfs2: simplify device handling 1 - - --- 2023-11-01 Jan Kara New
nilfs2: Fix OOB in nilfs_set_de_type nilfs2: Fix OOB in nilfs_set_de_type - - 1 --- 2024-04-15 Ryusuke Konishi New
« 1 2 3 455 56 »