index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
2019-03-23
1
-2
/
+2
*
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
2019-03-23
1
-2
/
+2
*
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
2019-01-26
1
-0
/
+8
*
btrfs: tree-checker: Fix misleading group system information
Shaokun Zhang
2019-01-16
1
-1
/
+1
*
btrfs: tree-checker: Check level for leaves and nodes
Qu Wenruo
2019-01-16
1
-0
/
+14
*
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
2019-01-16
1
-1
/
+57
*
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
2019-01-16
1
-1
/
+27
*
btrfs: validate type when reading a chunk
Gu Jinxiang
2019-01-16
1
-0
/
+28
*
btrfs: tree-checker: Detect invalid and empty essential trees
Qu Wenruo
2019-01-16
1
-1
/
+14
*
btrfs: tree-checker: Verify block_group_item
Qu Wenruo
2019-01-16
4
-1
/
+104
*
btrfs: tree-check: reduce stack consumption in check_dir_item
David Sterba
2019-01-16
1
-1
/
+2
*
btrfs: tree-checker: use %zu format string for size_t
Arnd Bergmann
2019-01-16
1
-1
/
+1
*
btrfs: tree-checker: Add checker for dir item
Qu Wenruo
2019-01-16
1
-0
/
+141
*
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
2019-01-16
3
-8
/
+43
*
btrfs: tree-checker: Enhance btrfs_check_node output
Qu Wenruo
2019-01-16
1
-7
/
+61
*
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
2019-01-16
4
-281
/
+340
*
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
2019-01-16
1
-0
/
+24
*
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
2019-01-16
2
-0
/
+104
*
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
2019-01-16
1
-0
/
+7
*
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
2019-01-16
1
-23
/
+27
*
btrfs: struct-funcs, constify readers
Jeff Mahoney
2019-01-16
4
-89
/
+91
*
Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()
Filipe Manana
2019-01-16
1
-1
/
+12
*
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
2019-01-16
3
-19
/
+28
*
Btrfs: kill BUG_ON in run_delayed_tree_ref
Liu Bo
2019-01-16
1
-1
/
+7
*
Btrfs: improve check_node to avoid reading corrupted nodes
Liu Bo
2019-01-16
1
-4
/
+28
*
Btrfs: memset to avoid stale content in btree node block
Liu Bo
2019-01-16
1
-0
/
+11
*
Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty
Liu Bo
2019-01-16
1
-3
/
+7
*
Btrfs: check btree node's nritems
Liu Bo
2019-01-16
1
-0
/
+16
*
Btrfs: detect corruption when non-root leaf has zero item
Liu Bo
2019-01-16
1
-1
/
+22
*
Btrfs: fix em leak in find_first_block_group
Josef Bacik
2019-01-16
1
-0
/
+1
*
Btrfs: check inconsistence between chunk and block group
Liu Bo
2019-01-16
1
-1
/
+16
*
Btrfs: add validadtion checks for chunk loading
Liu Bo
2019-01-16
1
-15
/
+67
*
btrfs: Enhance chunk validation check
Qu Wenruo
2019-01-16
1
-1
/
+32
*
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
2019-01-16
6
-17
/
+25
*
Btrfs: send, fix infinite loop due to directory rename dependencies
Robbie Ko
2018-12-17
1
-3
/
+8
*
Btrfs: fix use-after-free when dumping free space
Filipe Manana
2018-12-13
1
-0
/
+2
*
btrfs: Always try all copies when reading extent buffers
Nikolay Borisov
2018-12-13
1
-9
/
+1
*
btrfs: release metadata before running delayed refs
Josef Bacik
2018-12-13
1
-3
/
+3
*
Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Filipe Manana
2018-12-13
1
-0
/
+1
*
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
2018-12-01
2
-13
/
+8
*
btrfs: fix pinned underflow after transaction aborted
Lu Fengqi
2018-11-27
1
-4
/
+15
*
Btrfs: fix data corruption due to cloning of eof block
Filipe Manana
2018-11-21
1
-2
/
+10
*
btrfs: set max_extent_size properly
Josef Bacik
2018-11-21
1
-10
/
+20
*
Btrfs: fix null pointer dereference on compressed write path error
Filipe Manana
2018-11-21
1
-0
/
+1
*
btrfs: qgroup: Dirty all qgroups before rescan
Qu Wenruo
2018-11-21
1
-0
/
+1
*
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
2018-11-21
1
-3
/
+27
*
btrfs: make sure we create all new block groups
Josef Bacik
2018-11-21
1
-2
/
+5
*
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
2018-11-21
1
-0
/
+2
*
btrfs: wait on caching when putting the bg cache
Josef Bacik
2018-11-21
1
-0
/
+1
*
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
2018-11-21
1
-0
/
+4
[next]