index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-1
/
+1
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_ref()
robbieko
1
-1
/
+1
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-39
/
+74
2026-03-23
btrfs: fix lost error when running device stats on multiple devices fs
Filipe Manana
1
-2
/
+3
2026-03-23
btrfs: zlib: handle page aligned compressed size correctly
Qu Wenruo
1
-1
/
+3
2026-03-23
btrfs: fix leak of kobject name for sub-group space_info
Shin'ichiro Kawasaki
1
-1
/
+1
2026-03-23
btrfs: fix zero size inode with non-zero size after log replay
Filipe Manana
1
-33
/
+65
2026-03-23
btrfs: fix super block offset in error message in btrfs_validate_super()
Mark Harmstone
1
-2
/
+2
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
18
-40
/
+341
2026-03-17
btrfs: reject root items with drop_progress and zero drop_level
ZhengYuan Huang
1
-0
/
+17
2026-03-17
btrfs: check block group before marking it unused in balance_remap_chunks()
Mark Harmstone
1
-8
/
+17
2026-03-17
btrfs: hold block group reference during entire move_existing_remap()
Mark Harmstone
1
-5
/
+4
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()
Qu Wenruo
1
-2
/
+2
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()
Qu Wenruo
1
-1
/
+1
2026-03-17
btrfs: do not touch page cache for encoded writes
Qu Wenruo
1
-3
/
+7
2026-03-17
btrfs: fix a bug that makes encoded write bio larger than expected
Qu Wenruo
2
-3
/
+5
2026-03-17
btrfs: reserve enough transaction items for qgroup ioctls
Filipe Manana
1
-3
/
+9
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
7
-6
/
+84
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
8
-9
/
+195
2026-03-16
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-4
/
+12
2026-03-13
btrfs: tree-checker: fix misleading root drop_level error message
ZhengYuan Huang
1
-1
/
+1
2026-03-13
btrfs: log new dentries when logging parent dir of a conflicting inode
Filipe Manana
1
-0
/
+6
2026-03-13
btrfs: don't take device_list_mutex when querying zone info
Johannes Thumshirn
1
-2
/
+4
2026-03-13
btrfs: pass 'verbose' parameter to btrfs_relocate_block_group
Johannes Thumshirn
1
-1
/
+1
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
11
-9
/
+126
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
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-02-26
btrfs: check block group lookup in remove_range_from_remap_tree()
Mark Harmstone
1
-0
/
+3
2026-02-26
btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()
Mark Harmstone
1
-0
/
+3
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copies()
Mark Harmstone
1
-2
/
+4
2026-02-26
btrfs: fix compat mask in error messages in btrfs_check_features()
Mark Harmstone
1
-3
/
+3
2026-02-26
btrfs: print correct subvol num if active swapfile prevents deletion
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix warning in scrub_verify_one_metadata()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix objectid value in error message in check_extent_data_ref()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix incorrect key offset in error message in check_dev_extent_item()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: don't commit the super block when unmounting a shutdown filesystem
Miquel Sabaté Solà
1
-3
/
+11
2026-02-26
btrfs: free pages on error in btrfs_uring_read_extent()
Miquel Sabaté Solà
1
-1
/
+6
[next]