summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-23xfs: flush eof folio before insert range size updateBrian Foster
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster
2026-03-23xfs: flush dirty pagecache over hole in zoned mode zero rangeBrian Foster
2026-03-23xfs: fix iomap hole map reporting for zoned zero rangeBrian Foster
2026-03-23xfs: remove redundant validation in xlog_recover_attri_commit_pass2Long Li
2026-03-23xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li
2026-03-23xfs: close crash window in attr dabtree inactivationLong Li
2026-03-23xfs: factor out xfs_attr3_leaf_initLong Li
2026-03-23xfs: factor out xfs_attr3_node_entry_removeLong Li
2026-03-23xfs: only assert new size for datafork during truncate extentsLong Li
2026-03-23xfs: Use xarray to track SB UUIDs instead of plain array.Lukas Herbolt
2026-03-23fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}Thorsten Blum
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
2026-03-22ksmbd: do not expire session on binding failureHyunwoo Kim
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-20Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-20Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-20Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng
2026-03-19netfs: Fix read abandonment during retryDavid Howells
2026-03-19vfs: fix docstring of hash_name()Jori Koolstra
2026-03-18hfsplus: validate b-tree node 0 bitmap at mount timeShardul Bankar
2026-03-18hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-18fs/tests: exec: Remove bad test vectorKees Cook
2026-03-19erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu
2026-03-18Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino
2026-03-18autofs: replace manual symlink buffer allocation in autofs_dir_symlinkThorsten Blum
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong
2026-03-18xfs: avoid unnecessary calculations in xfs_zoned_need_gc()Damien Le Moal
2026-03-18xfs: display more zone related information in mountstatsDamien Le Moal
2026-03-18xfs: fix a comment typo in xfs_select_zone_nowait()Damien Le Moal
2026-03-18xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()Damien Le Moal
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling
2026-03-18xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIAChristoph Hellwig
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao
2026-03-18xfs: refactor xfsaild_push loop into helperYuto Ohnuki
2026-03-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki
2026-03-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki
2026-03-18xfs: opencode xfs_zone_record_blocksCarlos Maiolino
2026-03-17ksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
2026-03-17ksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
2026-03-17ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon
2026-03-17ksmbd: unset conn->binding on failed binding requestNamjae Jeon