summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-07-31dcache: use lockref routines for dead count checksMateusz Guzik
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-31fs/pipe: unify the page pools into a single per-pipe poolBreno Leitao
2026-07-31fs: annotate inode timestamp accessorsYu Peng
2026-07-31eventpoll: compute timer slack lazily in ep_poll()Usama Arif
2026-07-31put_mnt_ns(): leave mounts connectedNoah Orlando
2026-07-31affs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31hfs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31hfsplus: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31fs/jffs2: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31ufs: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-07-31romfs: detect hard link cycles이상호
2026-07-30fs/proc: use softleaf_has_pfn() in pagemap PMD walkerUsama Arif
2026-07-30Merge tag 'v7.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-30ksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon
2026-07-30ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
2026-07-30ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov
2026-07-30ext4: protect WRITE_ZEROES written extents with orphan listZhang Yi