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-06
xfs: fix returned valued from xfs_defer_can_append
Carlos Maiolino
1
-1
/
+1
2026-03-05
smb: client: fix oops due to uninitialised var in smb2_unlink()
Paulo Alcantara
1
-1
/
+3
2026-03-05
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-0
/
+3
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
5
-10
/
+16
2026-03-05
exfat: optimize exfat_chain_cont_cluster with cached buffer heads
Chi Zhiling
1
-12
/
+37
2026-03-05
exfat: drop redundant sec parameter from exfat_mirror_bh
Chi Zhiling
1
-7
/
+4
2026-03-05
exfat: use readahead helper in exfat_get_dentry
Chi Zhiling
1
-38
/
+14
2026-03-05
exfat: use readahead helper in exfat_allocate_bitmap
Chi Zhiling
1
-12
/
+6
2026-03-05
exfat: add block readahead in exfat_chain_cont_cluster
Chi Zhiling
2
-2
/
+46
2026-03-05
xfs: Remove redundant NULL check after __GFP_NOFAIL
hongao
1
-6
/
+2
2026-03-05
ntfs: select FS_IOMAP in Kconfig
Namjae Jeon
1
-0
/
+1
2026-03-05
ntfs: add MODULE_ALIAS_FS
Woody Suwalski
1
-0
/
+1
2026-03-04
hfsplus: fix potential Allocation File corruption after fsync
Viacheslav Dubeyko
8
-9
/
+65
2026-03-04
Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
8
-87
/
+265
2026-03-04
cifs: open files should not hold ref on superblock
Shyam Prasad N
5
-13
/
+50
2026-03-04
iomap: reject delalloc mappings during writeback
Darrick J. Wong
1
-6
/
+7
2026-03-04
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
1
-3
/
+12
2026-03-04
ntfs: reduce stack usage in ntfs_write_mft_block()
Arnd Bergmann
1
-2
/
+7
2026-03-04
exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE support
David Timber
1
-0
/
+41
2026-03-04
exfat: Fix bitwise operation having different size
Philipp Hahn
1
-1
/
+1
2026-03-04
exfat: Drop dead assignment of num_clusters
Philipp Hahn
1
-1
/
+0
2026-03-04
fs/ntfs3: prevent uninitialized lcn caused by zero len
Edward Adam Davis
1
-5
/
+5
2026-03-04
fs/ntfs3: add a subset of W=1 warnings for stricter checks
Konstantin Komarov
1
-0
/
+20
2026-03-04
xfs: fix race between healthmon unmount and read_iter
Darrick J. Wong
1
-7
/
+10
2026-03-04
xfs: add write pointer to xfs_rtgroup_geometry
Wilfred Mallawa
2
-1
/
+23
2026-03-04
xfs: remove scratch field from struct xfs_gc_bio
Damien Le Moal
1
-2
/
+0
2026-03-03
smb: client: Compare MACs in constant time
Eric Biggers
2
-2
/
+5
2026-03-03
smb/client: remove unused SMB311_posix_query_info()
ZhangGuoDong
2
-21
/
+0
2026-03-03
smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()
ZhangGuoDong
1
-1
/
+1
2026-03-03
smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()
ZhangGuoDong
1
-2
/
+2
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
11
-28
/
+67
2026-03-03
fuse: fix uninit-value in fuse_dentry_revalidate()
Luis Henriques
1
-0
/
+5
2026-03-03
fuse: use offset_in_page() for page offset calculations
Joanne Koong
1
-4
/
+4
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
2
-2
/
+2
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
1
-24
/
+16
2026-03-03
btrfs: remove duplicated definition of btrfs_printk_in_rcu()
Filipe Manana
1
-3
/
+0
2026-03-03
btrfs: remove unnecessary transaction abort in the received subvol ioctl
Filipe Manana
1
-1
/
+0
2026-03-03
btrfs: abort transaction on failure to update root in the received subvol ioctl
Filipe Manana
1
-1
/
+2
2026-03-03
btrfs: fix transaction abort on set received ioctl due to item overflow
Filipe Manana
3
-2
/
+59
2026-03-03
btrfs: fix transaction abort when snapshotting received subvolumes
Filipe Manana
1
-0
/
+16
2026-03-03
btrfs: fix transaction abort on file creation due to name hash collision
Filipe Manana
1
-0
/
+19
2026-03-03
btrfs: read key again after incrementing slot in move_existing_remaps()
Mark Harmstone
1
-0
/
+2
2026-03-03
btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buffer()
Bart Van Assche
1
-0
/
+1
2026-03-03
btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
Boris Burkov
1
-0
/
+7
2026-03-03
btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread start
Johannes Thumshirn
1
-1
/
+6
2026-03-03
btrfs: hold space_info->lock when clearing periodic reclaim ready
Sun YangKai
1
-1
/
+4
2026-03-03
btrfs: print-tree: add remap tree definitions
Mark Harmstone
1
-0
/
+10
2026-03-03
fuse: validate outarg offset and size in notify store/retrieve
Joanne Koong
1
-4
/
+10
2026-03-03
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
1
-0
/
+3
2026-03-03
fuse: quiet down complaints in fuse_conn_limit_write
Darrick J. Wong
1
-2
/
+2
[prev]
[next]