index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-03-26
fs: Fold fsync_buffers_list() into sync_mapping_buffers()
Jan Kara
-100
/
+80
2026-03-26
fs: Drop osync_buffers_list()
Jan Kara
-41
/
+2
2026-03-26
fs: Remove i_private_data
Jan Kara
-1
/
+0
2026-03-26
aio: Stop using i_private_data and i_private_lock
Jan Kara
-12
/
+66
2026-03-26
hugetlbfs: Stop using i_private_data
Jan Kara
-8
/
+3
2026-03-26
fs: Stop using i_private_data for metadata bh tracking
Jan Kara
-8
/
+5
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
-41
/
+9
2026-03-26
affs: Sync and invalidate metadata buffers from affs_evict_inode()
Jan Kara
-0
/
+2
2026-03-26
bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
Jan Kara
-0
/
+2
2026-03-26
ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
Jan Kara
-2
/
+5
2026-03-26
ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
Jan Kara
-1
/
+2
2026-03-26
minix: Sync and invalidate metadata buffers from minix_evict_inode()
Jan Kara
-0
/
+2
2026-03-26
udf: Sync and invalidate metadata buffers from udf_evict_inode()
Jan Kara
-0
/
+2
2026-03-26
fat: Sync and invalidate metadata buffers from fat_evict_inode()
Jan Kara
-1
/
+3
2026-03-26
fs: Rename generic_file_fsync() to simple_fsync()
Jan Kara
-22
/
+20
2026-03-26
fs: Drop sync_mapping_buffers() from __generic_file_fsync()
Jan Kara
-7
/
+2
2026-03-26
fat: Switch to generic_buffers_fsync_noflush()
Jan Kara
-1
/
+1
2026-03-26
bfs: Switch to generic_buffers_fsync()
Jan Kara
-1
/
+1
2026-03-26
minix: Switch to generic_buffers_fsync()
Jan Kara
-2
/
+2
2026-03-26
udf: Switch to generic_buffers_fsync()
Jan Kara
-2
/
+2
2026-03-26
fs: Remove inode lock from __generic_file_fsync()
Jan Kara
-2
/
+0
2026-03-26
exfat: Drop pointless invalidate_inode_buffers() call
Jan Kara
-1
/
+0
2026-03-26
ufs: Drop pointless invalidate_mapping_buffers() call
Jan Kara
-1
/
+0
2026-03-26
ocfs2: Drop pointless sync_mapping_buffers() calls
Jan Kara
-4
/
+0
2026-03-26
ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() c...
Jan Kara
-4
/
+0
2026-03-26
gfs2: Don't zero i_private_data
Jan Kara
-1
/
+0
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
-4
/
+2
2026-03-26
fat: fix stack frame size warnings in KUnit tests
Christian Brauner
-1
/
+1
2026-03-26
xfs: remove file_path tracepoint data
Darrick J. Wong
-19
/
+4
2026-03-26
xfs: don't irele after failing to iget in xfs_attri_recover_work
Darrick J. Wong
-1
/
+0
2026-03-26
exfat: fix passing zero to ERR_PTR() in exfat_mkdir()
Yang Wen
-3
/
+4
2026-03-25
Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-21
/
+48
2026-03-25
ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Namjae Jeon
-2
/
+14
2026-03-25
hfsplus: fix generic/523 test-case failure
Viacheslav Dubeyko
-55
/
+127
2026-03-25
fscrypt: use AES library for v1 key derivation
Eric Biggers
-60
/
+29
2026-03-25
quota: Fix race of dquot_scan_active() with quota deactivation
Jan Kara
-8
/
+30
2026-03-25
erofs: fix .fadvise() for page cache sharing
Gao Xiang
-2
/
+13
2026-03-24
Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...
Steven Rostedt
-183
/
+375
2026-03-24
fat: add KUnit tests for timestamp conversion helpers
avivdaum
-8
/
+175
2026-03-24
fs: hugetlb: simplify remove_inode_hugepages() return type
Jiaqi Yan
-12
/
+6
2026-03-24
tracefs: Use dentry name snapshots instead of heap allocation
AnishMulay
-31
/
+8
2026-03-24
eventfs: Simplify code using guard()s
Steven Rostedt
-60
/
+36
2026-03-25
erofs: update the Kconfig description
Gao Xiang
-15
/
+30
2026-03-24
ovl: fix wrong detection of 32bit inode numbers
Amir Goldstein
-1
/
+4
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
-1
/
+9
2026-03-24
fs: Replace user_access_{begin/end} by scoped user access
Christophe Leroy (CS GROUP)
-74
/
+49
2026-03-24
readdir: Introduce dirent_size()
Christophe Leroy (CS GROUP)
-12
/
+7
2026-03-24
iomap: fix lockdep complaint when reads fail
Darrick J. Wong
-1
/
+50
2026-03-23
gfs2: Remove trans_drain code duplication
Andreas Gruenbacher
-23
/
+18
2026-03-23
gfs2: Move gfs2_remove_from_journal to log.c
Andreas Gruenbacher
-38
/
+37
[prev]
[next]