index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()
Qu Wenruo
2020-10-07
1
-13
/
+147
*
btrfs: extent_io: do extra check for extent buffer read write functions
Qu Wenruo
2020-10-07
1
-37
/
+47
*
btrfs: rework error detection in init_tree_roots
Nikolay Borisov
2020-10-07
1
-10
/
+9
*
btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations
Qu Wenruo
2020-10-07
4
-7
/
+16
*
btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
Qu Wenruo
2020-10-07
1
-2
/
+1
*
btrfs: do not hold device_list_mutex when closing devices
Josef Bacik
2020-10-07
1
-5
/
+4
*
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
2020-10-07
1
-1
/
+0
*
btrfs: remove alloc_list splice in btrfs_prepare_sprout
Nikolay Borisov
2020-10-07
1
-4
/
+0
*
btrfs: document some invariants of seed code
Nikolay Borisov
2020-10-07
1
-0
/
+15
*
btrfs: switch seed device to list api
Nikolay Borisov
2020-10-07
4
-83
/
+70
*
btrfs: simplify setting/clearing fs_info to btrfs_fs_devices
Nikolay Borisov
2020-10-07
3
-24
/
+2
*
btrfs: make close_fs_devices return void
Nikolay Borisov
2020-10-07
2
-9
/
+5
*
btrfs: factor out loop logic from btrfs_free_extra_devids
Nikolay Borisov
2020-10-07
1
-14
/
+20
*
btrfs: factor out reada loop in __reada_start_machine
Nikolay Borisov
2020-10-07
1
-5
/
+15
*
btrfs: remove err variable from btrfs_get_extent
Nikolay Borisov
2020-10-07
1
-18
/
+14
*
btrfs: dio iomap DSYNC workaround
Josef Bacik
2020-10-07
3
-2
/
+94
*
btrfs: switch to iomap for direct IO
Goldwyn Rodrigues
2020-10-07
4
-172
/
+176
*
btrfs: add owner and fs_info to alloc_state io_tree
Qu Wenruo
2020-10-07
2
-3
/
+5
*
btrfs: make read_block_group_item return void
Marcos Paulo de Souza
2020-10-07
1
-6
/
+2
*
btrfs: sysfs: fix unused-but-set-variable warnings
Leon Romanovsky
2020-10-07
1
-2
/
+6
*
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
2020-10-07
8
-106
/
+277
*
btrfs: do not commit logs and transactions during link and rename operations
Filipe Manana
2020-10-07
3
-169
/
+60
*
btrfs: do not take the log_mutex of the subvolume when pinning the log
Filipe Manana
2020-10-07
1
-2
/
+0
*
btrfs: send: remove indirect callback parameter for changed_cb
David Sterba
2020-10-07
1
-9
/
+2
*
btrfs: scrub: rename ratelimit state varaible to avoid shadowing
David Sterba
2020-10-07
1
-4
/
+4
*
btrfs: remove unnecessarily shadowed variables
David Sterba
2020-10-07
2
-2
/
+0
*
btrfs: compression: move declarations to header
David Sterba
2020-10-07
2
-35
/
+35
*
btrfs: remove const from btrfs_feature_set_name
David Sterba
2020-10-07
2
-2
/
+2
*
btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()
Qu Wenruo
2020-10-07
1
-3
/
+1
*
btrfs: fix possible infinite loop in data async reclaim
Josef Bacik
2020-10-07
1
-0
/
+6
*
btrfs: add a comment explaining the data flush steps
Josef Bacik
2020-10-07
1
-0
/
+47
*
btrfs: do async reclaim for data reservations
Josef Bacik
2020-10-07
4
-35
/
+89
*
btrfs: flush delayed refs when trying to reserve data space
Josef Bacik
2020-10-07
1
-0
/
+1
*
btrfs: run delayed iputs before committing the transaction for data
Josef Bacik
2020-10-07
1
-1
/
+1
*
btrfs: don't force commit if we are data
Josef Bacik
2020-10-07
1
-18
/
+4
*
btrfs: drop the commit_cycles stuff for data reservations
Josef Bacik
2020-10-07
1
-19
/
+2
*
btrfs: use the same helper for data and metadata reservations
Josef Bacik
2020-10-07
1
-33
/
+13
*
btrfs: serialize data reservations if we are flushing
Josef Bacik
2020-10-07
1
-1
/
+4
*
btrfs: use ticketing for data space reservations
Josef Bacik
2020-10-07
1
-58
/
+64
*
btrfs: add btrfs_reserve_data_bytes and use it
Josef Bacik
2020-10-07
3
-115
/
+98
*
btrfs: add the data transaction commit logic into may_commit_transaction
Josef Bacik
2020-10-07
1
-7
/
+24
*
btrfs: add flushing states for handling data reservations
Josef Bacik
2020-10-07
2
-0
/
+8
*
btrfs: check tickets after waiting on ordered extents
Josef Bacik
2020-10-07
1
-8
/
+9
*
btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
Josef Bacik
2020-10-07
1
-54
/
+1
*
btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
Josef Bacik
2020-10-07
1
-3
/
+1
*
btrfs: call btrfs_try_granting_tickets when reserving space
Josef Bacik
2020-10-07
1
-0
/
+7
*
btrfs: call btrfs_try_granting_tickets when unpinning anything
Josef Bacik
2020-10-07
1
-4
/
+3
*
btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
Josef Bacik
2020-10-07
1
-0
/
+2
*
btrfs: make ALLOC_CHUNK use the space info flags
Josef Bacik
2020-10-07
1
-1
/
+1
*
btrfs: make shrink_delalloc take space_info as an arg
Josef Bacik
2020-10-07
1
-5
/
+4
[next]