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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-38
/
+83
2026-05-16
btrfs: swallow btrfs_record_squota_delta() ENOENT
Boris Burkov
1
-2
/
+3
2026-05-16
btrfs: clamp to avoid squota underflow
Boris Burkov
1
-2
/
+13
2026-05-16
btrfs: fix squota accounting during enable generation
Boris Burkov
2
-4
/
+28
2026-05-16
btrfs: check for subvolume before deleting squota qgroup
Boris Burkov
1
-25
/
+25
2026-05-16
btrfs: always drop root->inodes lock before cond_resched()
Boris Burkov
2
-2
/
+6
2026-05-16
btrfs: mark file extent range dirty after converting prealloc extents
Robbie Ko
1
-3
/
+8
2026-05-15
Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-32
/
+55
2026-05-08
btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap
Robbie Ko
1
-0
/
+28
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2
-5
/
+5
2026-05-08
btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
Calvin Owens
1
-12
/
+14
2026-05-08
btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps
ZhengYuan Huang
1
-15
/
+8
2026-04-27
Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-29
/
+104
2026-04-21
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: check return value of btrfs_partially_delete_raid_extent()
robbieko
1
-7
/
+12
2026-04-21
btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
robbieko
1
-0
/
+10
2026-04-21
btrfs: replace ASSERT with proper error handling in stripe lookup fallback
robbieko
1
-1
/
+4
2026-04-21
btrfs: fix wrong min_objectid in btrfs_previous_item() call
robbieko
1
-1
/
+1
2026-04-21
btrfs: fix raid stripe search missing entries at leaf boundaries
robbieko
1
-3
/
+15
2026-04-21
btrfs: copy devid in btrfs_partially_delete_raid_extent()
robbieko
1
-0
/
+3
2026-04-21
btrfs: handle unexpected free-space-tree key types
David Sterba
1
-3
/
+15
2026-04-21
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
1
-0
/
+2
2026-04-21
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: enable shutdown ioctl for non-experimental builds
Qu Wenruo
1
-4
/
+3
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
3
-4
/
+15
2026-04-21
btrfs: abort transaction in do_remap_reloc_trans() on failure
Mark Harmstone
1
-4
/
+10
2026-04-21
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
Mark Harmstone
1
-0
/
+6
2026-04-21
btrfs: fix bytes_may_use leak in move_existing_remap()
Mark Harmstone
1
-0
/
+6
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-4
/
+4
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-23
/
+4
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-5
/
+5
2026-04-13
Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
61
-1077
/
+2532
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-2
/
+2
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
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
[next]