summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner
2025-09-19mnt: expose pointer to init_mnt_nsChristian Brauner
2025-09-19nsfs: add missing id retrieval supportChristian Brauner
2025-09-19nsfs: support exhaustive file handlesChristian Brauner
2025-09-19nsfs: support file handlesChristian Brauner
2025-09-19mnt: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19mnt: use ns_common_init()Christian Brauner
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong
2025-09-19iomap: trace iomap_zero_iter zeroing activitiesDarrick J. Wong
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann
2025-09-19writeback: Add tracepoint to track pending inode switchesJan Kara
2025-09-19writeback: Avoid excessively long inode switching timesJan Kara
2025-09-19writeback: Avoid softlockup when switching many inodesJan Kara
2025-09-19writeback: Avoid contention on wb->list_lock when switching inodesJan Kara
2025-09-18smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal
2025-09-18xfs: improve zone statistics messageDamien Le Moal
2025-09-18xfs: centralize error tag definitionsChristoph Hellwig
2025-09-18xfs: remove pointless externs in xfs_error.hChristoph Hellwig
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig
2025-09-18xfs: remove xfs_errortag_setChristoph Hellwig
2025-09-18xfs: remove xfs_errortag_getChristoph Hellwig
2025-09-18jfs: replace hardcoded magic number with DTPAGEMAXSLOT constantZheng Yu
2025-09-18JFS: Remove redundant 0 value initializationLiao Yuanhong
2025-09-18JFS: Remove unnecessary parenthesesLiao Yuanhong
2025-09-18jfs: fix uninitialized waitqueue in transaction managerShaurya Rane
2025-09-18jfs: Verify inode mode when loading from diskTetsuo Handa
2025-09-18btrfs: reject invalid compression levelQu Wenruo
2025-09-17Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-18btrfs: ref-verify: handle damaged extent root treeDavid Sterba
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo
2025-09-17smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credi...Stefan Metzmacher
2025-09-17smb: client: use disable[_delayed]_work_sync in smbdirect.cStefan Metzmacher
2025-09-17smb: client: fix filename matching of deferred filesPaulo Alcantara
2025-09-17smb: client: let recv_done verify data_offset, data_length and remaining_data...Stefan Metzmacher
2025-09-17Merge tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-09-17nfsd_get_inode(): lift setting ->i_{,f}op to callers.Al Viro
2025-09-17nfsdfs_create_files(): switch to simple_start_creating()Al Viro
2025-09-17_nfsd_symlink(): switch to simple_start_creating()Al Viro
2025-09-17nfsd_mkdir(): switch to simple_start_creating()Al Viro
2025-09-17nfsctl: symlink has no business bumping link count of parent directoryAl Viro
2025-09-17constify {__,}mnt_is_readonly()Al Viro
2025-09-17WRITE_HOLD machinery: no need for to bump mount_lock seqcountAl Viro