index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-26
minix: Track metadata bhs in fs-private inode part
Jan Kara
5
-8
/
+24
2026-03-26
udf: Track metadata bhs in fs-private inode part
Jan Kara
9
-14
/
+25
2026-03-26
fat: Track metadata bhs in fs-private inode part
Jan Kara
7
-20
/
+34
2026-03-26
bfs: Track metadata bhs in fs-private inode part
Jan Kara
3
-6
/
+17
2026-03-26
affs: Track metadata bhs in fs-private inode part
Jan Kara
6
-28
/
+35
2026-03-26
ext2: Track metadata bhs in fs-private inode part
Jan Kara
4
-9
/
+15
2026-03-26
fs: Provide functions for handling mapping_metadata_bhs directly
Jan Kara
1
-59
/
+51
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
2
-8
/
+8
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
2
-18
/
+17
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
2
-71
/
+65
2026-03-26
fs: Fold fsync_buffers_list() into sync_mapping_buffers()
Jan Kara
1
-100
/
+80
2026-03-26
fs: Drop osync_buffers_list()
Jan Kara
1
-41
/
+2
2026-03-26
fs: Remove i_private_data
Jan Kara
1
-1
/
+0
2026-03-26
aio: Stop using i_private_data and i_private_lock
Jan Kara
1
-12
/
+66
2026-03-26
hugetlbfs: Stop using i_private_data
Jan Kara
1
-8
/
+3
2026-03-26
fs: Stop using i_private_data for metadata bh tracking
Jan Kara
1
-8
/
+5
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
2
-41
/
+9
2026-03-26
affs: Sync and invalidate metadata buffers from affs_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-26
bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-26
ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
Jan Kara
2
-2
/
+5
2026-03-26
ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
Jan Kara
1
-1
/
+2
2026-03-26
minix: Sync and invalidate metadata buffers from minix_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-26
udf: Sync and invalidate metadata buffers from udf_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-26
fat: Sync and invalidate metadata buffers from fat_evict_inode()
Jan Kara
1
-1
/
+3
2026-03-26
fs: Rename generic_file_fsync() to simple_fsync()
Jan Kara
9
-22
/
+20
2026-03-26
fs: Drop sync_mapping_buffers() from __generic_file_fsync()
Jan Kara
1
-7
/
+2
2026-03-26
fat: Switch to generic_buffers_fsync_noflush()
Jan Kara
1
-1
/
+1
2026-03-26
bfs: Switch to generic_buffers_fsync()
Jan Kara
1
-1
/
+1
2026-03-26
minix: Switch to generic_buffers_fsync()
Jan Kara
2
-2
/
+2
2026-03-26
udf: Switch to generic_buffers_fsync()
Jan Kara
2
-2
/
+2
2026-03-26
fs: Remove inode lock from __generic_file_fsync()
Jan Kara
1
-2
/
+0
2026-03-26
exfat: Drop pointless invalidate_inode_buffers() call
Jan Kara
1
-1
/
+0
2026-03-26
ufs: Drop pointless invalidate_mapping_buffers() call
Jan Kara
1
-1
/
+0
2026-03-26
ocfs2: Drop pointless sync_mapping_buffers() calls
Jan Kara
2
-4
/
+0
2026-03-26
ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
Jan Kara
2
-4
/
+0
2026-03-26
gfs2: Don't zero i_private_data
Jan Kara
1
-1
/
+0
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
2
-4
/
+2
2026-03-26
fat: fix stack frame size warnings in KUnit tests
Christian Brauner
1
-1
/
+1
2026-03-26
xfs: remove file_path tracepoint data
Darrick J. Wong
2
-19
/
+4
2026-03-26
xfs: don't irele after failing to iget in xfs_attri_recover_work
Darrick J. Wong
1
-1
/
+0
2026-03-26
exfat: fix passing zero to ERR_PTR() in exfat_mkdir()
Yang Wen
1
-3
/
+4
2026-03-25
ecryptfs: Log function name only once in decode_and_decrypt_filename
Thorsten Blum
1
-2
/
+1
2026-03-25
ecryptfs: Remove redundant if checks in encrypt_and_encode_filename
Thorsten Blum
1
-11
/
+10
2026-03-25
ecryptfs: Fix tag number in encrypt_filename() error message
Thorsten Blum
1
-3
/
+3
2026-03-25
ecryptfs: Use struct_size to improve process_response + send_miscdev
Thorsten Blum
2
-3
/
+7
2026-03-25
ecryptfs: Replace memcpy + manual NUL termination with strscpy
Thorsten Blum
2
-7
/
+4
2026-03-25
ecryptfs: Set s_time_gran to get correct time granularity
Frank Hsiao 蕭法宣
1
-0
/
+1
2026-03-25
Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
4
-20
/
+47
2026-03-25
ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Namjae Jeon
1
-2
/
+14
2026-03-25
hfsplus: fix generic/523 test-case failure
Viacheslav Dubeyko
5
-55
/
+127
[prev]
[next]