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.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
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
11
-34
/
+24
2020-03-23
btrfs: relocation: Check cancel request after each extent found
Qu Wenruo
1
-0
/
+4
2020-03-23
btrfs: relocation: Check cancel request after each data page read
Qu Wenruo
1
-0
/
+12
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
3
-1
/
+12
2020-03-23
Btrfs: implement full reflink support for inline extents
Filipe Manana
1
-87
/
+187
2020-03-23
Btrfs: simplify inline extent handling when doing reflinks
Filipe Manana
1
-39
/
+14
2020-03-23
Btrfs: move all reflink implementation code into its own file
Filipe Manana
6
-737
/
+743
2020-03-23
btrfs: scrub: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
btrfs: rcu-string: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
btrfs: delayed-inode: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
btrfs: add RCU locks around block group initialization
Madhuparna Bhowmik
1
-0
/
+2
2020-03-23
btrfs: Open code insert_extent_backref
Nikolay Borisov
1
-20
/
+9
2020-03-23
btrfs: Remove impossible BUG_ON in get_tree_block_key
Nikolay Borisov
1
-1
/
+0
2020-03-23
btrfs: balance: factor out convert profile validation
David Sterba
1
-24
/
+21
2020-03-23
btrfs: return void from csum_tree_block
David Sterba
1
-10
/
+3
2020-03-23
btrfs: simplify tree block checksumming loop
David Sterba
1
-24
/
+8
2020-03-23
btrfs: inline checksum name and driver definitions
David Sterba
1
-3
/
+4
2020-03-23
btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk
Nikolay Borisov
1
-25
/
+13
2020-03-23
btrfs: fix btrfs_calc_reclaim_metadata_size calculation
Josef Bacik
1
-9
/
+34
2020-03-23
Btrfs: fix crash during unmount due to race with delayed inode workers
Filipe Manana
3
-0
/
+22
2020-03-23
btrfs: factor out prepare_allocation() for extent allocation
Naohiro Aota
1
-42
/
+68
2020-03-23
btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
Naohiro Aota
1
-0
/
+3
2020-03-23
btrfs: factor out chunk_allocation_failed() for extent allocation
Naohiro Aota
1
-9
/
+18
2020-03-23
btrfs: drop unnecessary arguments from find_free_extent_update_loop()
Naohiro Aota
1
-5
/
+2
2020-03-23
btrfs: factor out found_extent() for extent allocation
Naohiro Aota
1
-5
/
+25
2020-03-23
btrfs: factor out release_block_group()
Naohiro Aota
1
-5
/
+19
2020-03-23
btrfs: drop unnecessary arguments from clustered allocation functions
Naohiro Aota
1
-9
/
+7
2020-03-23
btrfs: factor out do_allocation() for extent allocation
Naohiro Aota
1
-31
/
+44
2020-03-23
btrfs: move variables for clustered allocation into find_free_extent_ctl
Naohiro Aota
1
-15
/
+23
2020-03-23
btrfs: move hint_byte into find_free_extent_ctl
Naohiro Aota
1
-5
/
+9
2020-03-23
btrfs: introduce extent allocation policy
Naohiro Aota
1
-0
/
+8
2020-03-23
btrfs: parameterize dev_extent_min for chunk allocation
Naohiro Aota
1
-4
/
+5
2020-03-23
btrfs: factor out create_chunk()
Naohiro Aota
1
-61
/
+71
2020-03-23
btrfs: factor out decide_stripe_size()
Naohiro Aota
1
-58
/
+78
2020-03-23
btrfs: factor out gather_device_info()
Naohiro Aota
1
-54
/
+67
2020-03-23
btrfs: factor out init_alloc_chunk_ctl
Naohiro Aota
1
-38
/
+62
2020-03-23
btrfs: introduce alloc_chunk_ctl
Naohiro Aota
1
-65
/
+93
2020-03-23
btrfs: refactor find_free_dev_extent_start()
Naohiro Aota
1
-20
/
+58
2020-03-23
btrfs: introduce chunk allocation policy
Naohiro Aota
2
-0
/
+7
2020-03-23
btrfs: handle invalid profile in chunk allocation
Naohiro Aota
1
-1
/
+4
2020-03-23
btrfs: change full_search to bool in find_free_extent_update_loop
Naohiro Aota
1
-1
/
+1
2020-03-23
btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running
Qu Wenruo
1
-6
/
+0
2020-03-23
btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...
Qu Wenruo
1
-2
/
+9
2020-03-23
btrfs: switch to use new generic UUID API
Andy Shevchenko
4
-13
/
+8
2020-03-23
btrfs: Don't submit any btree write bio if the fs has errors
Qu Wenruo
1
-1
/
+34
2020-03-23
btrfs: ioctl: resize: only show message if size is changed
Marcos Paulo de Souza
1
-3
/
+5
2020-03-23
btrfs: slightly simplify global block reserve calculations
Anand Jain
1
-1
/
+1
2020-03-23
btrfs: merge unlocking to common exit block in btrfs_commit_transaction
David Sterba
1
-35
/
+23
2020-03-23
btrfs: reduce pointer intdirections in btree_readpage_end_io_hook
David Sterba
1
-3
/
+4
2020-03-23
btrfs: adjust delayed refs message level
David Sterba
1
-1
/
+1
[prev]
[next]