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: split btrfs_setxattr calls regarding transaction
Anand Jain
2019-04-29
3
-13
/
+33
*
btrfs: remove redundant readonly root check in btrfs_setxattr_trans
Anand Jain
2019-04-29
1
-3
/
+0
*
btrfs: export btrfs_setxattr
Anand Jain
2019-04-29
2
-3
/
+4
*
btrfs: rename do_setxattr to btrfs_setxattr
Anand Jain
2019-04-29
1
-5
/
+5
*
btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
Anand Jain
2019-04-29
4
-18
/
+18
*
btrfs: trace: Introduce trace events for all btrfs tree locking events
Qu Wenruo
2019-04-29
1
-0
/
+10
*
btrfs: trace: Introduce trace events for sleepable tree lock
Qu Wenruo
2019-04-29
1
-0
/
+12
*
Btrfs: remove no longer used member num_dirty_bgs from transaction
Filipe Manana
2019-04-29
3
-3
/
+0
*
btrfs: get fs_info from trans in btrfs_run_dev_replace
David Sterba
2019-04-29
3
-5
/
+4
*
btrfs: get fs_info from trans in btrfs_run_dev_stats
David Sterba
2019-04-29
3
-5
/
+4
*
btrfs: get fs_info from trans in btrfs_finish_sprout
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: get fs_info from trans in init_first_rw_device
David Sterba
2019-04-29
1
-5
/
+4
*
btrfs: get fs_info from trans in copy_for_split
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from trans in insert_ptr
David Sterba
2019-04-29
1
-7
/
+6
*
btrfs: get fs_info from trans in balance_node_right
David Sterba
2019-04-29
1
-5
/
+3
*
btrfs: get fs_info from trans in push_node_left
David Sterba
2019-04-29
1
-7
/
+5
*
btrfs: get fs_info from trans in btrfs_write_out_cache
David Sterba
2019-04-29
3
-8
/
+5
*
btrfs: get fs_info from trans in create_free_space_inode
David Sterba
2019-04-29
3
-9
/
+6
*
btrfs: get fs_info from trans in btrfs_set_log_full_commit
David Sterba
2019-04-29
4
-19
/
+17
*
btrfs: get fs_info from trans in btrfs_need_log_full_commit
David Sterba
2019-04-29
2
-6
/
+5
*
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
2019-04-29
5
-7
/
+4
*
btrfs: get fs_info from trans in update_block_group
David Sterba
2019-04-29
1
-5
/
+5
*
btrfs: get fs_info from trans in btrfs_write_dirty_block_groups
David Sterba
2019-04-29
3
-5
/
+4
*
btrfs: get fs_info from trans in btrfs_setup_space_cache
David Sterba
2019-04-29
3
-5
/
+4
*
btrfs: get fs_info from trans in write_one_cache_group
David Sterba
2019-04-29
1
-7
/
+4
*
btrfs: Remove redundant inode argument from btrfs_add_ordered_sum
Nikolay Borisov
2019-04-29
4
-8
/
+6
*
btrfs: Do mandatory tree block check before submitting bio
Qu Wenruo
2019-04-29
1
-0
/
+13
*
btrfs: tree-checker: Remove comprehensive root owner check
Qu Wenruo
2019-04-29
1
-24
/
+0
*
Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...
Robbie Ko
2019-04-29
1
-1
/
+2
*
btrfs: get fs_info from eb in read_one_dev
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: get fs_info from eb in read_one_chunk
David Sterba
2019-04-29
1
-4
/
+4
*
btrfs: get fs_info from eb in btrfs_check_chunk_valid
David Sterba
2019-04-29
3
-7
/
+5
*
btrfs: get fs_info from eb in should_balance_chunk
David Sterba
2019-04-29
1
-4
/
+3
*
btrfs: get fs_info from eb in btrfs_check_node
David Sterba
2019-04-29
3
-3
/
+4
*
btrfs: get fs_info from eb in btrfs_check_leaf_relaxed
David Sterba
2019-04-29
3
-5
/
+3
*
btrfs: get fs_info from eb in btrfs_check_leaf_full
David Sterba
2019-04-29
3
-5
/
+3
*
btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bit
Nikolay Borisov
2019-04-29
1
-63
/
+28
*
btrfs: Implement find_first_clear_extent_bit
Nikolay Borisov
2019-04-29
2
-0
/
+75
*
btrfs: Optimize unallocated chunks discard
Nikolay Borisov
2019-04-29
3
-3
/
+66
*
btrfs: Factor out in_range macro
Nikolay Borisov
2019-04-29
3
-2
/
+2
*
btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
Nikolay Borisov
2019-04-29
3
-45
/
+10
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
9
-119
/
+63
*
btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree
Nikolay Borisov
2019-04-29
1
-1
/
+1
*
btrfs: Stop using call_rcu for device freeing
Nikolay Borisov
2019-04-29
2
-13
/
+8
*
btrfs: Implement set_extent_bits_nowait
Nikolay Borisov
2019-04-29
2
-0
/
+9
*
btrfs: Introduce new bits for device allocation tree
Nikolay Borisov
2019-04-29
1
-0
/
+3
*
btrfs: Populate ->orig_block_len during read_one_chunk
Nikolay Borisov
2019-04-29
1
-19
/
+22
*
btrfs: Rename and export clear_btree_io_tree
Nikolay Borisov
2019-04-29
3
-33
/
+34
*
btrfs: Handle pending/pinned chunks before blockgroup relocation during devic...
Nikolay Borisov
2019-04-29
1
-32
/
+23
*
btrfs: combine device update operations during transaction commit
Nikolay Borisov
2019-04-29
6
-64
/
+51
[next]