summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-03binfmt_misc: rename Node to struct binfmt_misc_entryChristian Brauner1-29/+31
2026-08-03binfmt_misc: turn the entry behavior flags into an enumChristian Brauner1-4/+8
2026-08-03binfmt_misc: turn the entry bit numbers into a proper enumChristian Brauner1-10/+14
2026-08-03binfmt_misc: annotate racy accesses to ->enabledChristian Brauner1-5/+5
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner1-24/+35
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner1-12/+13
2026-08-02smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
2026-08-02smb/client: show compress mount optionChenXiaoSong1-0/+2
2026-08-02Merge tag 'vfs-7.2-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-56/+115
2026-07-31Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-24/+39
2026-07-31Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-17/+41
2026-07-31unicode: Properly reject invalid encoding version stringsGabriel Krisman Bertazi1-3/+5
2026-07-31utf8: Remove unused utf8_normalizeDr. David Alan Gilbert1-22/+0
2026-07-31NFSv4.2: fix nfs4_listxattr size accountingAchilles Gaikwad1-3/+7
2026-07-31buffer: set BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman1-0/+3
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman2-6/+3
2026-07-31block: introduce bio_in_atomic()Tal Zussman1-10/+1
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo1-1/+2
2026-07-31btrfs: disable bs > ps support if no transparent hugepage supportQu Wenruo2-3/+12
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov1-0/+1
2026-07-31btrfs: lzo: reject inline extents without valid headersDavid Lee1-2/+3
2026-07-31btrfs: disable large folios for systems with highmemQu Wenruo1-1/+9
2026-07-31block: validate user space vectors during extractionKeith Busch1-0/+1
2026-07-31freevxfs: remove the driverChristoph Hellwig18-2426/+0
2026-07-31fanotify: report full event length for FIONREADYichong Chen1-1/+4
2026-07-31fanotify: fix use-after-free of file range infoChengfeng Ye3-8/+6
2026-07-31exfat: convert iomap ops to ->iomap_next()Joanne Koong1-3/+7
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong3-5/+8
2026-07-31hpfs: convert iomap ops to ->iomap_next()Joanne Koong1-1/+3
2026-07-31gfs2: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31f2fs: convert iomap ops to ->iomap_next()Joanne Koong1-1/+3
2026-07-31ext2: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31zonefs: convert iomap ops to ->iomap_next()Joanne Koong1-2/+7
2026-07-31erofs: convert iomap ops to ->iomap_next()Joanne Koong2-3/+8
2026-07-31ext4: convert iomap ops to ->iomap_next()Joanne Koong2-3/+9
2026-07-31ntfs: convert iomap ops to ->iomap_next()Joanne Koong1-10/+22
2026-07-31ntfs3: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31btrfs: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31xfs: convert iomap ops to ->iomap_next()Joanne Koong2-12/+31
2026-07-31iomap: add ->iomap_next()Joanne Koong1-2/+6
2026-07-31iomap: use GFP_NOWAIT when application for iomap_dio_simple allocationsChristoph Hellwig1-1/+6
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig7-167/+70
2026-07-31iomap: split iomap_iter() logic into iomap_iter_next()Joanne Koong1-56/+60
2026-07-31iomap: release the folio batch on iomap callback failuresBrian Foster1-4/+14
2026-07-31fuse: use iomap helper to mark folio uptodateJoanne Koong2-2/+4
2026-07-31iomap: add helper to mark folio uptodateJoanne Koong1-0/+6
2026-07-31fuse: don't clear folio uptodate on writethrough errorsJoanne Koong1-17/+1
2026-07-31iomap: add simple dio path for small direct I/OFengnan Chang1-0/+274
2026-07-31iomap: pass error code to should_report_dio_fserror directlyFengnan Chang1-3/+3
2026-07-31iomap: factor out iomap_dio_alignment helperFengnan Chang1-4/+9