summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-31iomap: Remove FGP_NOFS from iomap_get_folio()Matthew Wilcox (Oracle)1-1/+1
2026-07-31iomap: add a separate bio_set for iomap_split_ioendChristoph Hellwig1-2/+19
2026-07-31dcache: keep shrink_dcache_for_umount() making progress on busy rootsKarl Mehltretter1-1/+6
2026-07-31fs/namei.c: fix coding style in atomic_open() and lookup_open()Christian Brauner1-3/+8
2026-07-31fs/namei.c: fix kerneldoc of atomic_open() and vfs_lookup_open()Christian Brauner1-5/+7
2026-07-31fs/namei.c: update stale comments in lookup_open()Christian Brauner1-11/+9
2026-07-31Remove excl arg to ->create inode_operationNeilBrown47-63/+54
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg1-6/+5
2026-07-31dcache: use lockref routines for dead count checksMateusz Guzik1-8/+8
2026-07-31lockref: tidy up dead count handlingMateusz Guzik7-15/+15
2026-07-31fs/pipe: unify the page pools into a single per-pipe poolBreno Leitao1-97/+74
2026-07-31fs: annotate inode timestamp accessorsYu Peng2-10/+10
2026-07-31eventpoll: compute timer slack lazily in ep_poll()Usama Arif1-2/+4
2026-07-31put_mnt_ns(): leave mounts connectedNoah Orlando1-1/+1
2026-07-31affs: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-31hfs: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-31hfsplus: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-31fs/jffs2: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-31ufs: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-31romfs: detect hard link cycles이상호1-0/+8
2026-07-30fs/proc: use softleaf_has_pfn() in pagemap PMD walkerUsama Arif1-1/+2
2026-07-30Merge tag 'v7.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-87/+63
2026-07-30ksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon1-2/+2
2026-07-30ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
2026-07-30ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov7-12/+578
2026-07-30ext4: protect WRITE_ZEROES written extents with orphan listZhang Yi1-7/+69
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi3-21/+38
2026-07-30ext4: fix incorrect function call when initializing s_resgidJiazi Liu1-1/+1
2026-07-30ext4: validate EA inode i_nlink in ext4_xattr_inode_igetYun Zhou1-0/+15
2026-07-30udf: Fix data loss when converting inline inodes to out of lineJan Kara1-2/+13
2026-07-30udf: Move udf_map_block() upJan Kara1-59/+59
2026-07-30fs/namei.c: update kerneldoc of atomic_open()Jori Koolstra1-9/+17
2026-07-30vfs: call audit_inode_child() in lookup_open() on failureJori Koolstra1-36/+56
2026-07-30vfs: move create error && negative dentry case in lookup_open() upJori Koolstra1-4/+5
2026-07-30fanotify: stop permission watchdog when timeout is zeroYichong Chen1-1/+6
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov11-184/+684
2026-07-30fs/ntfs3: Rename 'err' to 'ret' in read pathsKonstantin Komarov1-20/+21
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov1-0/+1
2026-07-29ext2: Simplify error handling of IO error when adding xattrJan Kara1-9/+5
2026-07-29fs/ntfs3: bound page_lcns[] index by the log recordKonstantin Komarov1-0/+15
2026-07-29fs/ntfs3: validate dirty page table on log replayXiang Mei1-0/+19
2026-07-29isofs: Drop support of directory entries straddling blocksJan Kara2-52/+11
2026-07-29exfat: clean up new entry on add entry failureYichong Chen1-1/+16
2026-07-28fs,fsverity: remove check for fsverity being enabled in setattr_prepare()Andrey Albershteyn1-1/+1
2026-07-28fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng1-1/+1
2026-07-28nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatchRyusuke Konishi1-2/+15
2026-07-28nilfs2: prevent out-of-bounds read in super root block parsingDavid Lee1-0/+6
2026-07-28nilfs2: fix infinite loop in nilfs_clean_segments()Joshua Crofts1-0/+4
2026-07-28nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncationRyusuke Konishi4-11/+36