index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
1
-1
/
+1
2024-09-04
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-08-29
btrfs: send: allow cloning non-aligned extent if it ends at i_size
Filipe Manana
1
-13
/
+39
2024-08-29
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
7
-9
/
+11
2024-08-29
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-08-29
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
1
-1
/
+1
2024-08-29
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-08-29
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-08-29
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
1
-4
/
+24
2024-08-29
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
1
-1
/
+1
2024-08-29
btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
David Sterba
1
-2
/
+0
2024-08-29
btrfs: tree-checker: add dev extent item checks
Qu Wenruo
1
-0
/
+69
2024-08-29
btrfs: zoned: properly take lock to read/update block group's zoned variables
Naohiro Aota
1
-6
/
+8
2024-08-29
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
Alexander Lobakin
1
-4
/
+4
2024-08-14
btrfs: fix double inode unlock for direct IO sync writes
Filipe Manana
1
-1
/
+4
2024-08-14
btrfs: fix corruption after buffer fault in during direct IO append write
Filipe Manana
2
-13
/
+43
2024-08-14
btrfs: avoid using fixed char array size for tree names
Qu Wenruo
1
-1
/
+1
2024-08-14
btrfs: fix bitmap leak when loading free space cache on duplicate entry
Filipe Manana
1
-0
/
+1
2024-08-11
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
5
-8
/
+15
2024-07-27
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
1
-1
/
+4
2024-07-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: fix adding block group to a reclaim list and the unused list during re...
Naohiro Aota
1
-2
/
+11
2024-07-11
btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning
Lu Yao
1
-1
/
+1
2024-07-05
btrfs: zoned: fix initial free space detection
Naohiro Aota
1
-1
/
+1
2024-06-27
btrfs: retry block group reclaim without infinite loop
Boris Burkov
1
-2
/
+9
2024-06-21
btrfs: zoned: fix use-after-free due to race with dev replace
Filipe Manana
1
-3
/
+10
2024-06-21
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-37
/
+42
2024-06-21
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
1
-11
/
+19
2024-06-21
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-92
/
+92
2024-06-21
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
1
-47
/
+37
2024-06-21
btrfs: fix leak of qgroup extent records after transaction abort
Filipe Manana
1
-9
/
+1
2024-06-21
btrfs: make btrfs_destroy_delayed_refs() return void
Filipe Manana
1
-6
/
+3
2024-06-21
btrfs: remove unnecessary prototype declarations at disk-io.c
Filipe Manana
1
-9
/
+0
2024-06-21
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
1
-1
/
+1
2024-06-16
btrfs: fix crash on racing fsync and size-extending write into prealloc
Omar Sandoval
1
-6
/
+11
2024-05-17
btrfs: do not wait for short bulk allocation
Qu Wenruo
1
-12
/
+7
2024-05-17
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
Dominique Martinet
1
-0
/
+1
2024-05-17
btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
Dmitry Antipov
1
-2
/
+2
2024-05-17
btrfs: always clear PERTRANS metadata during commit
Boris Burkov
1
-1
/
+1
2024-05-17
btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
Boris Burkov
1
-1
/
+1
2024-05-17
btrfs: return accurate error code on open failure in open_fs_devices()
Anand Jain
1
-5
/
+12
2024-05-02
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
Johannes Thumshirn
1
-9
/
+3
2024-04-17
btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
Boris Burkov
1
-9
/
+8
2024-04-17
btrfs: record delayed inode root in transaction
Boris Burkov
1
-0
/
+3
2024-04-17
btrfs: qgroup: correctly model root qgroup rsv in convert
Boris Burkov
1
-0
/
+2
2024-04-13
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
1
-1
/
+9
2024-04-13
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
David Sterba
1
-1
/
+8
2024-04-13
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
1
-1
/
+11
2024-04-03
btrfs: zoned: use zone aware sb location for scrub
Johannes Thumshirn
1
-1
/
+11
2024-04-03
btrfs: zoned: don't skip block groups with 100% zone unusable
Johannes Thumshirn
1
-1
/
+2
[next]