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
2020-10-07
btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursed
Josef Bacik
3
-14
/
+14
2020-10-07
btrfs: don't opencode sync_blockdev in btrfs_init_new_device
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: remove redundant code from btrfs_free_stale_devices
Nikolay Borisov
1
-2
/
+0
2020-10-07
btrfs: refactor locked condition in btrfs_init_new_device
Nikolay Borisov
1
-3
/
+4
2020-10-07
btrfs: use RCU for quick device check in btrfs_init_new_device
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: ctree: check key order before merging tree blocks
Qu Wenruo
1
-0
/
+74
2020-10-07
btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()
Qu Wenruo
1
-1
/
+19
2020-10-07
btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()
Qu Wenruo
1
-13
/
+147
2020-10-07
btrfs: extent_io: do extra check for extent buffer read write functions
Qu Wenruo
1
-37
/
+47
2020-10-07
btrfs: rework error detection in init_tree_roots
Nikolay Borisov
1
-10
/
+9
2020-10-07
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
4
-7
/
+16
2020-10-07
btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
Qu Wenruo
1
-2
/
+1
2020-10-07
btrfs: do not hold device_list_mutex when closing devices
Josef Bacik
1
-5
/
+4
2020-10-07
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
1
-1
/
+0
2020-10-07
btrfs: remove alloc_list splice in btrfs_prepare_sprout
Nikolay Borisov
1
-4
/
+0
2020-10-07
btrfs: document some invariants of seed code
Nikolay Borisov
1
-0
/
+15
2020-10-07
btrfs: switch seed device to list api
Nikolay Borisov
4
-83
/
+70
2020-10-07
btrfs: simplify setting/clearing fs_info to btrfs_fs_devices
Nikolay Borisov
3
-24
/
+2
2020-10-07
btrfs: make close_fs_devices return void
Nikolay Borisov
2
-9
/
+5
2020-10-07
btrfs: factor out loop logic from btrfs_free_extra_devids
Nikolay Borisov
1
-14
/
+20
2020-10-07
btrfs: factor out reada loop in __reada_start_machine
Nikolay Borisov
1
-5
/
+15
2020-10-07
btrfs: remove err variable from btrfs_get_extent
Nikolay Borisov
1
-18
/
+14
2020-10-07
btrfs: dio iomap DSYNC workaround
Josef Bacik
3
-2
/
+94
2020-10-07
btrfs: switch to iomap for direct IO
Goldwyn Rodrigues
4
-172
/
+176
2020-10-07
btrfs: add owner and fs_info to alloc_state io_tree
Qu Wenruo
2
-3
/
+5
2020-10-07
btrfs: make read_block_group_item return void
Marcos Paulo de Souza
1
-6
/
+2
2020-10-07
btrfs: sysfs: fix unused-but-set-variable warnings
Leon Romanovsky
1
-2
/
+6
2020-10-07
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
8
-106
/
+277
2020-10-07
btrfs: do not commit logs and transactions during link and rename operations
Filipe Manana
3
-169
/
+60
2020-10-07
btrfs: do not take the log_mutex of the subvolume when pinning the log
Filipe Manana
1
-2
/
+0
2020-10-07
btrfs: send: remove indirect callback parameter for changed_cb
David Sterba
1
-9
/
+2
2020-10-07
btrfs: scrub: rename ratelimit state varaible to avoid shadowing
David Sterba
1
-4
/
+4
2020-10-07
btrfs: remove unnecessarily shadowed variables
David Sterba
2
-2
/
+0
2020-10-07
btrfs: compression: move declarations to header
David Sterba
2
-35
/
+35
2020-10-07
btrfs: remove const from btrfs_feature_set_name
David Sterba
2
-2
/
+2
2020-10-07
btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()
Qu Wenruo
1
-3
/
+1
2020-10-07
btrfs: fix possible infinite loop in data async reclaim
Josef Bacik
1
-0
/
+6
2020-10-07
btrfs: add a comment explaining the data flush steps
Josef Bacik
1
-0
/
+47
2020-10-07
btrfs: do async reclaim for data reservations
Josef Bacik
4
-35
/
+89
2020-10-07
btrfs: flush delayed refs when trying to reserve data space
Josef Bacik
1
-0
/
+1
2020-10-07
btrfs: run delayed iputs before committing the transaction for data
Josef Bacik
1
-1
/
+1
2020-10-07
btrfs: don't force commit if we are data
Josef Bacik
1
-18
/
+4
2020-10-07
btrfs: drop the commit_cycles stuff for data reservations
Josef Bacik
1
-19
/
+2
2020-10-07
btrfs: use the same helper for data and metadata reservations
Josef Bacik
1
-33
/
+13
2020-10-07
btrfs: serialize data reservations if we are flushing
Josef Bacik
1
-1
/
+4
2020-10-07
btrfs: use ticketing for data space reservations
Josef Bacik
1
-58
/
+64
2020-10-07
btrfs: add btrfs_reserve_data_bytes and use it
Josef Bacik
3
-115
/
+98
2020-10-07
btrfs: add the data transaction commit logic into may_commit_transaction
Josef Bacik
1
-7
/
+24
2020-10-07
btrfs: add flushing states for handling data reservations
Josef Bacik
2
-0
/
+8
2020-10-07
btrfs: check tickets after waiting on ordered extents
Josef Bacik
1
-8
/
+9
[next]