summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-26fs: Fold fsync_buffers_list() into sync_mapping_buffers()Jan Kara-100/+80
2026-03-26fs: Drop osync_buffers_list()Jan Kara-41/+2
2026-03-26fs: Remove i_private_dataJan Kara-1/+0
2026-03-26aio: Stop using i_private_data and i_private_lockJan Kara-12/+66
2026-03-26hugetlbfs: Stop using i_private_dataJan Kara-8/+3
2026-03-26fs: Stop using i_private_data for metadata bh trackingJan Kara-8/+5
2026-03-26fs: Ignore inode metadata buffers in inode_lru_isolate()Jan Kara-41/+9
2026-03-26affs: Sync and invalidate metadata buffers from affs_evict_inode()Jan Kara-0/+2
2026-03-26bfs: Sync and invalidate metadata buffers from bfs_evict_inode()Jan Kara-0/+2
2026-03-26ext4: Sync and invalidate metadata buffers from ext4_evict_inode()Jan Kara-2/+5
2026-03-26ext2: Sync and invalidate metadata buffers from ext2_evict_inode()Jan Kara-1/+2
2026-03-26minix: Sync and invalidate metadata buffers from minix_evict_inode()Jan Kara-0/+2
2026-03-26udf: Sync and invalidate metadata buffers from udf_evict_inode()Jan Kara-0/+2
2026-03-26fat: Sync and invalidate metadata buffers from fat_evict_inode()Jan Kara-1/+3
2026-03-26fs: Rename generic_file_fsync() to simple_fsync()Jan Kara-22/+20
2026-03-26fs: Drop sync_mapping_buffers() from __generic_file_fsync()Jan Kara-7/+2
2026-03-26fat: Switch to generic_buffers_fsync_noflush()Jan Kara-1/+1
2026-03-26bfs: Switch to generic_buffers_fsync()Jan Kara-1/+1
2026-03-26minix: Switch to generic_buffers_fsync()Jan Kara-2/+2
2026-03-26udf: Switch to generic_buffers_fsync()Jan Kara-2/+2
2026-03-26fs: Remove inode lock from __generic_file_fsync()Jan Kara-2/+0
2026-03-26exfat: Drop pointless invalidate_inode_buffers() callJan Kara-1/+0
2026-03-26ufs: Drop pointless invalidate_mapping_buffers() callJan Kara-1/+0
2026-03-26ocfs2: Drop pointless sync_mapping_buffers() callsJan Kara-4/+0
2026-03-26ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...Jan Kara-4/+0
2026-03-26gfs2: Don't zero i_private_dataJan Kara-1/+0
2026-03-26ext4: Use inode_has_buffers()Jan Kara-4/+2
2026-03-26fat: fix stack frame size warnings in KUnit testsChristian Brauner-1/+1
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong-19/+4
2026-03-26xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong-1/+0
2026-03-26exfat: fix passing zero to ERR_PTR() in exfat_mkdir()Yang Wen-3/+4
2026-03-25Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+48
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon-2/+14
2026-03-25hfsplus: fix generic/523 test-case failureViacheslav Dubeyko-55/+127
2026-03-25fscrypt: use AES library for v1 key derivationEric Biggers-60/+29
2026-03-25quota: Fix race of dquot_scan_active() with quota deactivationJan Kara-8/+30
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang-2/+13
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt-183/+375
2026-03-24fat: add KUnit tests for timestamp conversion helpersavivdaum-8/+175
2026-03-24fs: hugetlb: simplify remove_inode_hugepages() return typeJiaqi Yan-12/+6
2026-03-24tracefs: Use dentry name snapshots instead of heap allocationAnishMulay-31/+8
2026-03-24eventfs: Simplify code using guard()sSteven Rostedt-60/+36
2026-03-25erofs: update the Kconfig descriptionGao Xiang-15/+30
2026-03-24ovl: fix wrong detection of 32bit inode numbersAmir Goldstein-1/+4
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi-1/+9
2026-03-24fs: Replace user_access_{begin/end} by scoped user accessChristophe Leroy (CS GROUP)-74/+49
2026-03-24readdir: Introduce dirent_size()Christophe Leroy (CS GROUP)-12/+7
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong-1/+50
2026-03-23gfs2: Remove trans_drain code duplicationAndreas Gruenbacher-23/+18
2026-03-23gfs2: Move gfs2_remove_from_journal to log.cAndreas Gruenbacher-38/+37