aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-23Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino5-78/+169
2026-03-23Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino7-98/+130
2026-03-23xfs: report cow mappings with dirty pagecache for iomap zero rangeBrian Foster1-4/+22
2026-03-23xfs: replace zero range flush with folio batchBrian Foster2-18/+6
2026-03-23xfs: only flush when COW fork blocks overlap data fork holesBrian Foster1-6/+30
2026-03-23xfs: look up cow fork extent earlier for buffered iomap_beginBrian Foster1-21/+25
2026-03-23xfs: flush eof folio before insert range size updateBrian Foster1-0/+17
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster2-4/+23
2026-03-23xfs: flush dirty pagecache over hole in zoned mode zero rangeBrian Foster1-0/+19
2026-03-23xfs: fix iomap hole map reporting for zoned zero rangeBrian Foster1-8/+10
2026-03-23xfs: remove redundant validation in xlog_recover_attri_commit_pass2Long Li1-46/+0
2026-03-23xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
2026-03-23xfs: close crash window in attr dabtree inactivationLong Li1-38/+57
2026-03-23xfs: factor out xfs_attr3_leaf_initLong Li2-0/+25
2026-03-23xfs: factor out xfs_attr3_node_entry_removeLong Li2-11/+44
2026-03-23xfs: only assert new size for datafork during truncate extentsLong Li1-1/+2
2026-03-23xfs: Use xarray to track SB UUIDs instead of plain array.Lukas Herbolt2-39/+39
2026-03-23fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}Thorsten Blum1-2/+3
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
2026-03-22ksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich33-109/+495
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds18-40/+341
2026-03-20Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+6
2026-03-20Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-33/+21
2026-03-20Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-8/+18
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong3-9/+14
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara4-32/+16
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
2026-03-19netfs: Fix read abandonment during retryDavid Howells1-1/+4
2026-03-19vfs: fix docstring of hash_name()Jori Koolstra1-2/+8
2026-03-18hfsplus: validate b-tree node 0 bitmap at mount timeShardul Bankar1-0/+60
2026-03-18hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar1-47/+122
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-21/+97
2026-03-18fs/tests: exec: Remove bad test vectorKees Cook1-3/+0
2026-03-19erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu1-0/+3
2026-03-18Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino6-57/+137
2026-03-18autofs: replace manual symlink buffer allocation in autofs_dir_symlinkThorsten Blum1-5/+3
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong1-5/+10
2026-03-18xfs: avoid unnecessary calculations in xfs_zoned_need_gc()Damien Le Moal1-6/+18
2026-03-18xfs: display more zone related information in mountstatsDamien Le Moal1-1/+6
2026-03-18xfs: fix a comment typo in xfs_select_zone_nowait()Damien Le Moal1-1/+1
2026-03-18xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()Damien Le Moal1-3/+4
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling3-3/+4
2026-03-18xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIAChristoph Hellwig1-10/+8
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-03-18xfs: refactor xfsaild_push loop into helperYuto Ohnuki1-58/+69
2026-03-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51