index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: fix race when defragmenting leads to unnecessary IO
Filipe Manana
1
-0
/
+39
2020-12-08
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
5
-107
/
+186
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
4
-7
/
+6
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
9
-18
/
+31
2020-12-08
btrfs: pass the root owner and level around for readahead
Josef Bacik
1
-6
/
+18
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
8
-18
/
+25
2020-12-08
btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
Josef Bacik
1
-12
/
+3
2020-12-08
btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
Josef Bacik
1
-10
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
Josef Bacik
1
-12
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in walk_down_tree
Josef Bacik
1
-16
/
+2
2020-12-08
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
1
-9
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in do_relocation
Josef Bacik
1
-11
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
Josef Bacik
1
-13
/
+2
2020-12-08
btrfs: use btrfs_read_node_slot in btrfs_realloc_node
Josef Bacik
1
-33
/
+3
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
8
-61
/
+63
2020-12-08
btrfs: remove lockdep classes for the fs tree
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: discard: reschedule work after sysfs param update
Pavel Begunkov
1
-2
/
+3
2020-12-08
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
2
-0
/
+16
2020-12-08
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
2
-8
/
+8
2020-12-08
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
1
-5
/
+5
2020-12-08
btrfs: scrub: refactor scrub_find_csum()
Qu Wenruo
1
-20
/
+47
2020-12-08
btrfs: scrub: remove the force parameter from scrub_pages
Qu Wenruo
1
-5
/
+5
2020-12-08
btrfs: scrub: distinguish scrub page from regular page
Qu Wenruo
1
-51
/
+51
2020-12-08
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
1
-5
/
+6
2020-12-08
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
1
-36
/
+42
2020-12-08
btrfs: make csum_tree_block() handle node smaller than page
Qu Wenruo
1
-2
/
+3
2020-12-08
btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty
Qu Wenruo
1
-4
/
+1
2020-12-08
btrfs: make buffer_radix take sector size units
Qu Wenruo
2
-4
/
+5
2020-12-08
btrfs: assert page mapping lock in attach_extent_buffer_page
Qu Wenruo
1
-0
/
+9
2020-12-08
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
2
-6
/
+8
2020-12-08
btrfs: load free space cache asynchronously
Josef Bacik
3
-70
/
+60
2020-12-08
btrfs: load the free space cache inode extents from commit root
Josef Bacik
1
-1
/
+10
2020-12-08
btrfs: load free space cache into a temporary ctl
Josef Bacik
4
-119
/
+70
2020-12-08
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
3
-11
/
+13
2020-12-08
btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
Josef Bacik
1
-0
/
+2
2020-12-08
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
3
-28
/
+40
2020-12-08
btrfs: do not shorten unpin len for caching block groups
Josef Bacik
1
-4
/
+4
2020-12-08
btrfs: reorder extent buffer members for better packing
David Sterba
1
-3
/
+3
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
17
-58
/
+0
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
15
-219
/
+30
2020-12-08
btrfs: scrub: remove local copy of csum_size from context
David Sterba
1
-10
/
+9
2020-12-08
btrfs: check integrity: remove local copy of csum_size
David Sterba
1
-5
/
+1
2020-12-08
btrfs: remove unnecessary local variables for checksum size
David Sterba
4
-10
/
+5
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
9
-20
/
+18
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
11
-24
/
+23
2020-12-08
btrfs: precalculate checksums per leaf once
David Sterba
3
-20
/
+13
2020-12-08
btrfs: store precalculated csum_size in fs_info
David Sterba
2
-0
/
+2
2020-12-08
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
David Sterba
7
-30
/
+25
2020-12-08
btrfs: replace div_u64 by shift in free_space_bitmap_size
David Sterba
1
-10
/
+8
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
8
-13
/
+17
[next]