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-04-08
hfsplus: fix logic of alloc/free b-tree node
Viacheslav Dubeyko
1
-0
/
+3
2026-04-08
hfsplus: fix error processing issue in hfs_bmap_free()
Viacheslav Dubeyko
1
-5
/
+9
2026-04-08
hfsplus: fix potential race conditions in b-tree functionality
Viacheslav Dubeyko
4
-8
/
+18
2026-04-08
tracefs: Fix default permissions not being applied on initial mount
David Carlier
1
-0
/
+1
2026-04-08
mm: add gpu active/reclaim per-node stat counters (v2)
Dave Airlie
1
-0
/
+6
2026-04-07
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
1
-8
/
+12
2026-04-07
smb: client: fix off-by-8 bounds check in check_wsl_eas()
Greg Kroah-Hartman
1
-1
/
+1
2026-04-07
gfs2: prevent NULL pointer dereference during unmount
Andreas Gruenbacher
1
-2
/
+3
2026-04-07
gfs2: hide error messages after withdraw
Andreas Gruenbacher
1
-1
/
+1
2026-04-07
gfs2: wait for withdraw earlier during unmount
Andreas Gruenbacher
1
-2
/
+3
2026-04-07
gfs2: inode directory consistency checks
Andreas Gruenbacher
3
-2
/
+7
2026-04-07
gfs2: gfs2_log_flush withdraw fixes
Andreas Gruenbacher
1
-8
/
+17
2026-04-07
gfs2: add some missing log locking
Andreas Gruenbacher
1
-8
/
+20
2026-04-07
gfs2: fix address space truncation during withdraw
Andreas Gruenbacher
2
-19
/
+39
2026-04-07
gfs2: drain ail under sd_log_flush_lock
Andreas Gruenbacher
1
-2
/
+1
2026-04-07
fs/resctrl: Add missing return value descriptions
Reinette Chatre
2
-0
/
+8
2026-04-07
btrfs: btrfs_log_dev_io_error() on all bio errors
Boris Burkov
1
-2
/
+10
2026-04-07
btrfs: fix silent IO error loss in encoded writes and zoned split
Michal Grzedzicki
2
-2
/
+2
2026-04-07
btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extents
Dave Chen
1
-3
/
+7
2026-04-07
btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan check
Dave Chen
1
-1
/
+1
2026-04-07
btrfs: remove duplicate journal_info reset on failure to commit transaction
Filipe Manana
1
-2
/
+0
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
10
-16
/
+16
2026-04-07
Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+10
2026-04-07
btrfs: fix double free in create_space_info() error path
Guangshuo Li
1
-1
/
+1
2026-04-07
btrfs: fix double free in create_space_info_sub_group() error path
Guangshuo Li
1
-3
/
+1
2026-04-07
btrfs: do not reject a valid running dev-replace
Qu Wenruo
1
-1
/
+6
2026-04-07
btrfs: only invalidate btree inode pages after all ebs are released
Qu Wenruo
1
-7
/
+7
2026-04-07
btrfs: prevent direct reclaim during compressed readahead
JP Kobryn (Meta)
6
-18
/
+45
2026-04-07
btrfs: replace BUG_ON() with error return in cache_save_setup()
Teng Liu
1
-1
/
+7
2026-04-07
btrfs: zstd: don't cache sectorsize in a local variable
David Sterba
1
-8
/
+4
2026-04-07
btrfs: zlib: don't cache sectorsize in a local variable
David Sterba
1
-5
/
+3
2026-04-07
btrfs: zlib: drop redundant folio address variable
David Sterba
1
-7
/
+3
2026-04-07
btrfs: lzo: inline read/write length helpers
David Sterba
1
-22
/
+6
2026-04-07
btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()
David Sterba
1
-2
/
+2
2026-04-07
btrfs: read eb folio index right before loops
David Sterba
1
-9
/
+10
2026-04-07
btrfs: rename local variable for offset in folio
David Sterba
1
-4
/
+4
2026-04-07
btrfs: unify types for binary search variables
David Sterba
1
-1
/
+1
2026-04-07
btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()
David Sterba
1
-1
/
+0
2026-04-07
btrfs: tree-checker: add remap-tree checks to check_block_group_item()
Mark Harmstone
1
-0
/
+41
2026-04-07
btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return void
Filipe Manana
2
-8
/
+4
2026-04-07
btrfs: fix deadlock between reflink and transaction commit when using flushoncommit
Filipe Manana
1
-0
/
+45
2026-04-07
btrfs: tree-checker: check remap-tree flags in btrfs_check_chunk_valid()
Mark Harmstone
1
-0
/
+14
2026-04-07
btrfs: tree-checker: add checker for items in remap tree
Mark Harmstone
1
-0
/
+70
2026-04-07
btrfs: fix unnecessary flush on close when truncating zero-sized files
Dave Chen
1
-1
/
+1
2026-04-07
btrfs: move shutdown and remove_bdev callbacks out of experimental features
Qu Wenruo
2
-6
/
+0
2026-04-07
btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak
Yochai Eisenrich
1
-2
/
+3
2026-04-07
btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()
Filipe Manana
1
-0
/
+30
2026-04-07
btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
Leo Martins
3
-3
/
+28
2026-04-07
btrfs: decrease indentation of find_free_extent_update_loop
Johannes Thumshirn
1
-54
/
+55
2026-04-07
btrfs: unexport btrfs_qgroup_reserve_meta()
Filipe Manana
3
-6
/
+3
[prev]
[next]