summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-02Merge tag 'vfs-7.2-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-31Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-31Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-31unicode: Properly reject invalid encoding version stringsGabriel Krisman Bertazi
2026-07-31utf8: Remove unused utf8_normalizeDr. David Alan Gilbert
2026-07-31NFSv4.2: fix nfs4_listxattr size accountingAchilles Gaikwad
2026-07-31buffer: set BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31block: introduce bio_in_atomic()Tal Zussman
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo
2026-07-31btrfs: disable bs > ps support if no transparent hugepage supportQu Wenruo
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov
2026-07-31btrfs: lzo: reject inline extents without valid headersDavid Lee
2026-07-31btrfs: disable large folios for systems with highmemQu Wenruo
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31freevxfs: remove the driverChristoph Hellwig
2026-07-31fanotify: report full event length for FIONREADYichong Chen
2026-07-31fanotify: fix use-after-free of file range infoChengfeng Ye
2026-07-31exfat: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31hpfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31gfs2: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31f2fs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31ext2: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31zonefs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31erofs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31ext4: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31ntfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31ntfs3: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31btrfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31xfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31iomap: add ->iomap_next()Joanne Koong
2026-07-31iomap: use GFP_NOWAIT when application for iomap_dio_simple allocationsChristoph Hellwig
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-31iomap: split iomap_iter() logic into iomap_iter_next()Joanne Koong
2026-07-31iomap: release the folio batch on iomap callback failuresBrian Foster
2026-07-31fuse: use iomap helper to mark folio uptodateJoanne Koong
2026-07-31iomap: add helper to mark folio uptodateJoanne Koong
2026-07-31fuse: don't clear folio uptodate on writethrough errorsJoanne Koong
2026-07-31iomap: add simple dio path for small direct I/OFengnan Chang
2026-07-31iomap: pass error code to should_report_dio_fserror directlyFengnan Chang
2026-07-31iomap: factor out iomap_dio_alignment helperFengnan Chang
2026-07-31iomap: Remove FGP_NOFS from iomap_get_folio()Matthew Wilcox (Oracle)
2026-07-31iomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig
2026-07-31dcache: keep shrink_dcache_for_umount() making progress on busy rootsKarl Mehltretter
2026-07-31fs/namei.c: fix coding style in atomic_open() and lookup_open()Christian Brauner
2026-07-31fs/namei.c: fix kerneldoc of atomic_open() and vfs_lookup_open()Christian Brauner
2026-07-31fs/namei.c: update stale comments in lookup_open()Christian Brauner
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg