index
:
Linux Stable
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: Replace opencoded sizes with their symbolic constants
Nikolay Borisov
2017-10-30
4
-4
/
+4
|
*
btrfs: Use bd_dev to generate index when dev_state_hashtable add items.
Gu JinXiang
2017-10-30
1
-1
/
+1
|
*
btrfs: fix false EIO for missing device
Anand Jain
2017-10-30
1
-1
/
+4
|
*
btrfs: use need_full_stripe() in __btrfs_map_block()
Anand Jain
2017-10-30
1
-10
/
+6
|
*
btrfs: cleanup extent locking sequence
Goldwyn Rodrigues
2017-10-30
1
-9
/
+7
|
*
btrfs: use BLK_STS defines where needed
Anand Jain
2017-10-30
3
-3
/
+4
|
*
btrfs: add assertions for releasing trans handle reservations
Josef Bacik
2017-10-30
1
-1
/
+4
|
*
btrfs: remove type argument from comp_tree_refs
Josef Bacik
2017-10-30
1
-6
/
+4
|
*
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-10-30
5
-167
/
+114
|
*
btrfs: move all ref head cleanup to the helper function
Josef Bacik
2017-10-30
1
-81
/
+64
|
*
btrfs: move ref_mod modification into the if (ref) logic
Josef Bacik
2017-10-30
1
-4
/
+2
|
*
btrfs: breakout empty head cleanup to a helper
Josef Bacik
2017-10-30
1
-34
/
+45
|
*
btrfs: move extent_op cleanup to a helper
Josef Bacik
2017-10-30
1
-37
/
+40
|
*
btrfs: add a helper to return a head ref
Josef Bacik
2017-10-30
1
-15
/
+14
|
*
Btrfs: only check delayed ref usage in should_end_transaction
Josef Bacik
2017-10-30
1
-2
/
+1
|
*
Btrfs: add a extent ref verify tool
Josef Bacik
2017-10-30
7
-0
/
+1138
|
*
btrfs: pass root to various extent ref mod functions
Josef Bacik
2017-10-30
8
-33
/
+37
|
*
btrfs: add ref-verify mount option
Josef Bacik
2017-10-30
2
-0
/
+18
|
*
btrfs: get rid of sector_t and use u64 offset in submit_extent_page
David Sterba
2017-10-30
1
-11
/
+12
|
*
btrfs: rename page offset parameter in submit_extent_page
David Sterba
2017-10-30
1
-4
/
+4
|
*
btrfs: scrub: get rid of sector_t
David Sterba
2017-10-30
1
-8
/
+8
|
*
btrfs: fix send ioctl on 32bit with 64bit kernel
Josef Bacik
2017-10-30
3
-12
/
+56
|
*
btrfs: fix use of error or warning for missing device
Anand Jain
2017-10-30
1
-8
/
+18
|
*
btrfs: declare btrfs_report_missing_device() static
Anand Jain
2017-10-30
2
-8
/
+6
|
*
btrfs: fix EIO misuse to report missing degraded option
Anand Jain
2017-10-30
1
-3
/
+3
|
*
btrfs: add_missing_dev() should return the actual error
Anand Jain
2017-10-30
1
-5
/
+12
|
*
btrfs: Clean up unused variables in free-space-tree.c
Christos Gkekas
2017-10-30
1
-4
/
+0
|
*
btrfs: tree-checker: use %zu format string for size_t
Arnd Bergmann
2017-10-30
1
-1
/
+1
|
*
Btrfs: remove nr_async_submits and async_submit_draining
Liu Bo
2017-10-30
3
-54
/
+0
|
*
Btrfs: do not make defrag wait on async_delalloc_pages
Liu Bo
2017-10-30
1
-15
/
+0
|
*
Btrfs: remove nr_async_bios
Liu Bo
2017-10-30
3
-19
/
+0
|
*
btrfs: tree-checker: Enhance output for check_extent_data_item
Qu Wenruo
2017-10-30
1
-28
/
+69
|
*
btrfs: tree-checker: Enhance output for check_csum_item
Qu Wenruo
2017-10-30
1
-3
/
+9
|
*
btrfs: tree-checker: Enhance output for btrfs_check_leaf
Qu Wenruo
2017-10-30
1
-6
/
+21
|
*
btrfs: tree-checker: Enhance btrfs_check_node output
Qu Wenruo
2017-10-30
1
-7
/
+61
|
*
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
2017-10-30
4
-282
/
+340
|
*
Btrfs: compress_file_range remove dead variable num_bytes
Timofey Titovets
2017-10-30
1
-7
/
+3
|
*
btrfs: use appropriate replacements for __sb_{start,end}_write calls
Rakesh Pandit
2017-10-30
1
-2
/
+2
|
*
btrfs: prefix sysfs attribute struct names
Hans van Kranenburg
2017-10-30
2
-46
/
+43
|
*
btrfs: Fix bool initialization/comparison
Thomas Meyer
2017-10-30
3
-10
/
+10
|
*
btrfs: Refactor transaction handling in received subvolume ioctl
Nikolay Borisov
2017-10-30
1
-5
/
+1
|
*
btrfs: Explicitly handle btrfs_update_root failure
Nikolay Borisov
2017-10-30
1
-1
/
+6
|
*
btrfs: error out if btrfs_attach_transaction() fails
Anand Jain
2017-10-30
1
-3
/
+8
|
*
btrfs: fix BUG_ON in btrfs_init_new_device()
Anand Jain
2017-10-30
1
-5
/
+9
|
*
btrfs: undo writable superblocke when sprouting fails
Anand Jain
2017-10-30
1
-0
/
+2
|
*
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
2017-10-30
1
-0
/
+24
|
*
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
2017-10-30
1
-0
/
+103
|
*
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
2017-10-30
1
-0
/
+7
|
*
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
2017-10-30
1
-23
/
+27
|
*
Btrfs: cleanup 'start' subtraction from try uncompressed inline extent
Timofey Titovets
2017-10-30
1
-1
/
+1
[prev]
[next]