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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: stop incrementing log batch when joining log transaction
Filipe Manana
1
-1
/
+0
2020-12-08
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
3
-1
/
+18
2020-12-08
btrfs: merge __set_extent_bit and set_extent_bit
Nikolay Borisov
3
-34
/
+29
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
3
-10
/
+9
2020-12-08
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
4
-22
/
+21
2020-12-08
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
3
-36
/
+37
2020-12-08
btrfs: make btrfs_insert_replace_extent take btrfs_inode
Nikolay Borisov
1
-17
/
+17
2020-12-08
btrfs: make find_first_non_hole take btrfs_inode
Nikolay Borisov
1
-7
/
+8
2020-12-08
btrfs: make maybe_insert_hole take btrfs_inode
Nikolay Borisov
1
-11
/
+11
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
10
-51
/
+51
2020-12-08
btrfs: make btrfs_update_inode_item take btrfs_inode
Nikolay Borisov
1
-7
/
+7
2020-12-08
btrfs: make btrfs_delayed_update_inode take btrfs_inode
Nikolay Borisov
3
-7
/
+10
2020-12-08
btrfs: make btrfs_finish_ordered_io btrfs_inode-centric
Nikolay Borisov
1
-19
/
+18
2020-12-08
btrfs: make btrfs_truncate_inode_items take btrfs_inode
Nikolay Borisov
4
-25
/
+27
2020-12-08
btrfs: make insert_prealloc_file_extent take btrfs_inode
Nikolay Borisov
1
-5
/
+7
2020-12-08
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
5
-18
/
+18
2020-12-08
btrfs: remove extent_buffer::recursed
Josef Bacik
2
-2
/
+0
2020-12-08
btrfs: remove the recurse parameter from __btrfs_tree_read_lock
Josef Bacik
2
-6
/
+3
2020-12-08
btrfs: use btrfs_tree_read_lock in btrfs_search_slot
Josef Bacik
1
-1
/
+1
2020-12-08
btrfs: merge back btrfs_read_lock_root_node helpers
Josef Bacik
3
-11
/
+4
2020-12-08
btrfs: locking: remove the recursion handling code
Josef Bacik
1
-64
/
+4
2020-12-08
btrfs: remove btrfs_path::recurse
Josef Bacik
2
-4
/
+2
2020-12-08
btrfs: unlock to current level in btrfs_next_old_leaf
Josef Bacik
1
-15
/
+17
2020-12-08
btrfs: cleanup the locking in btrfs_next_old_leaf
Josef Bacik
1
-10
/
+4
2020-12-08
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
5
-21
/
+19
2020-12-08
btrfs: drop never met disk total bytes check in verify_one_dev_extent
Anand Jain
1
-15
/
+10
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
3
-11
/
+11
2020-12-08
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
8
-50
/
+176
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
[prev]
[next]