index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-10-25
1
-9
/
+3
|
\
|
*
simplify btrfs_lookup()
Al Viro
2018-10-10
1
-9
/
+3
*
|
btrfs: switch return_bigger to bool in find_ref_head
Lu Fengqi
2018-10-15
1
-5
/
+6
*
|
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
2018-10-15
4
-9
/
+6
*
|
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
2018-10-15
4
-7
/
+6
*
|
btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lock
Lu Fengqi
2018-10-15
3
-6
/
+3
*
|
btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head
Lu Fengqi
2018-10-15
3
-8
/
+5
*
|
btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch
Lu Fengqi
2018-10-15
1
-6
/
+7
*
|
btrfs: relocation: Remove redundant tree level check
Qu Wenruo
2018-10-15
1
-1
/
+0
*
|
btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe
Qu Wenruo
2018-10-15
1
-15
/
+8
*
|
btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
Qu Wenruo
2018-10-15
2
-0
/
+6
*
|
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
2018-10-15
1
-3
/
+27
*
|
Btrfs: fix warning when replaying log after fsync of a tmpfile
Filipe Manana
2018-10-15
1
-10
/
+32
*
|
btrfs: drop min_size from evict_refill_and_join
Josef Bacik
2018-10-15
1
-10
/
+6
*
|
btrfs: assert on non-empty delayed iputs
Josef Bacik
2018-10-15
1
-0
/
+1
*
|
btrfs: make sure we create all new block groups
Josef Bacik
2018-10-15
1
-2
/
+5
*
|
btrfs: reset max_extent_size on clear in a bitmap
Josef Bacik
2018-10-15
1
-0
/
+2
*
|
btrfs: protect space cache inode alloc with GFP_NOFS
Josef Bacik
2018-10-15
1
-0
/
+8
*
|
btrfs: release metadata before running delayed refs
Josef Bacik
2018-10-15
1
-3
/
+3
*
|
Btrfs: kill btrfs_clear_path_blocking
Liu Bo
2018-10-15
3
-58
/
+4
*
|
btrfs: dev-replace: remove pointless assert in write unlock
David Sterba
2018-10-15
1
-1
/
+0
*
|
btrfs: dev-replace: move replace members out of fs_info
David Sterba
2018-10-15
3
-15
/
+16
*
|
btrfs: dev-replace: avoid useless lock on error handling path
David Sterba
2018-10-15
1
-1
/
+6
*
|
btrfs: open code btrfs_after_dev_replace_commit
David Sterba
2018-10-15
3
-10
/
+4
*
|
btrfs: open code btrfs_dev_replace_stats_inc
David Sterba
2018-10-15
2
-12
/
+4
*
|
btrfs: open code btrfs_dev_replace_clear_lock_blocking
David Sterba
2018-10-15
3
-15
/
+5
*
|
btrfs: remove btrfs_dev_replace::read_locks
David Sterba
2018-10-15
3
-7
/
+0
*
|
btrfs: tree-checker: Check level for leaves and nodes
Qu Wenruo
2018-10-15
1
-0
/
+14
*
|
btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...
Qu Wenruo
2018-10-15
3
-11
/
+21
*
|
btrfs: qgroup: Don't trace subtree if we're dropping reloc tree
Qu Wenruo
2018-10-15
1
-1
/
+7
*
|
btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents
Qu Wenruo
2018-10-15
3
-8
/
+112
*
|
btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree
Qu Wenruo
2018-10-15
1
-0
/
+135
*
|
btrfs: qgroup: Introduce function to trace two swaped extents
Qu Wenruo
2018-10-15
1
-0
/
+162
*
|
btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...
Qu Wenruo
2018-10-15
1
-0
/
+4
*
|
btrfs: relocation: Add basic extent backref related comments for build_backre...
Qu Wenruo
2018-10-15
1
-10
/
+18
*
|
Btrfs: get rid of btrfs_symlink_aops
Omar Sandoval
2018-10-15
1
-10
/
+2
*
|
Btrfs: don't clean dirty pages during buffered writes
Chris Mason
2018-10-15
1
-6
/
+23
*
|
btrfs: use common helper instead of open coding a bit test
David Sterba
2018-10-15
1
-1
/
+1
*
|
btrfs: refactor __btrfs_run_delayed_refs loop
Nikolay Borisov
2018-10-15
1
-80
/
+28
*
|
btrfs: Factor out loop processing all refs of a head
Nikolay Borisov
2018-10-15
1
-0
/
+77
*
|
btrfs: Factor out ref head locking code in __btrfs_run_delayed_refs
Nikolay Borisov
2018-10-15
1
-17
/
+36
*
|
btrfs: tests: polish ifdefs around testing helper
David Sterba
2018-10-15
1
-6
/
+6
*
|
btrfs: tests: group declarations of self-test helpers
David Sterba
2018-10-15
1
-3
/
+1
*
|
btrfs: tests: move testing members of struct btrfs_root to the end
David Sterba
2018-10-15
1
-5
/
+4
*
|
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
2018-10-15
4
-13
/
+18
*
|
Btrfs: preftree: use rb_first_cached
Liu Bo
2018-10-15
1
-15
/
+17
*
|
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-10-15
5
-19
/
+22
*
|
Btrfs: delayed-inode: use rb_first_cached for ins_root and del_root
Liu Bo
2018-10-15
2
-15
/
+18
*
|
Btrfs: delayed-refs: use rb_first_cached for ref_tree
Liu Bo
2018-10-15
5
-20
/
+25
*
|
Btrfs: delayed-refs: use rb_first_cached for href_root
Liu Bo
2018-10-15
5
-21
/
+26
[next]