aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-19nsfs: support file handlesChristian Brauner1-0/+158
2025-09-19mnt: support ns lookupChristian Brauner3-120/+33
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner80-421/+725
2025-09-19mnt: use ns_common_init()Christian Brauner1-9/+6
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong2-5/+13
2025-09-19iomap: trace iomap_zero_iter zeroing activitiesDarrick J. Wong2-0/+4
2025-09-19fs: add might_sleep() annotation to iput() and moreMax Kellermann1-0/+18
2025-09-19writeback: Add tracepoint to track pending inode switchesJan Kara1-0/+2
2025-09-19writeback: Avoid excessively long inode switching timesJan Kara1-10/+11
2025-09-19writeback: Avoid softlockup when switching many inodesJan Kara1-1/+10
2025-09-19writeback: Avoid contention on wb->list_lock when switching inodesJan Kara1-36/+63
2025-09-18smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara1-2/+15
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal2-1/+8
2025-09-18xfs: improve zone statistics messageDamien Le Moal1-1/+1
2025-09-18xfs: centralize error tag definitionsChristoph Hellwig2-193/+87
2025-09-18xfs: remove pointless externs in xfs_error.hChristoph Hellwig1-19/+14
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig25-70/+62
2025-09-18xfs: remove xfs_errortag_setChristoph Hellwig2-26/+6
2025-09-18xfs: remove xfs_errortag_getChristoph Hellwig2-15/+2
2025-09-18jfs: replace hardcoded magic number with DTPAGEMAXSLOT constantZheng Yu1-2/+2
2025-09-18JFS: Remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-18JFS: Remove unnecessary parenthesesLiao Yuanhong1-5/+5
2025-09-18jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-09-18jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-09-18btrfs: reject invalid compression levelQu Wenruo3-18/+33
2025-09-17Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-6/+6
2025-09-18btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-17smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)Stefan Metzmacher1-0/+3
2025-09-17smb: client: use disable[_delayed]_work_sync in smbdirect.cStefan Metzmacher1-3/+3
2025-09-17smb: client: fix filename matching of deferred filesPaulo Alcantara3-26/+20
2025-09-17smb: client: let recv_done verify data_offset, data_length and remaining_data_lengthStefan Metzmacher1-1/+19
2025-09-17Merge tag '6.17-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-58/+125
2025-09-17nfsd_get_inode(): lift setting ->i_{,f}op to callers.Al Viro1-18/+9
2025-09-17nfsdfs_create_files(): switch to simple_start_creating()Al Viro1-18/+12
2025-09-17_nfsd_symlink(): switch to simple_start_creating()Al Viro1-26/+16
2025-09-17nfsd_mkdir(): switch to simple_start_creating()Al Viro1-25/+12
2025-09-17nfsctl: symlink has no business bumping link count of parent directoryAl Viro1-1/+0
2025-09-17constify {__,}mnt_is_readonly()Al Viro1-2/+2
2025-09-17WRITE_HOLD machinery: no need for to bump mount_lock seqcountAl Viro1-8/+8
2025-09-17struct mount: relocate MNT_WRITE_HOLD bitAl Viro2-18/+41
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro3-12/+33
2025-09-17setup_mnt(): primitive for connecting a mount to filesystemAl Viro1-17/+17
2025-09-17simplify the callers of mnt_unhold_writers()Al Viro1-24/+10
2025-09-17copy_mnt_ns(): use guardsAl Viro1-12/+4
2025-09-17copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failureAl Viro1-3/+1
2025-09-17Merge branch 'no-rebase-mnt_ns_tree_remove' into work.mountAl Viro1-1/+1
2025-09-17fsverity: Use 2-way interleaved SHA-256 hashing when supportedEric Biggers1-34/+139
2025-09-17fsverity: Remove inode parameter from fsverity_hash_block()Eric Biggers4-12/+9