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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-25
btrfs: remove useless check for copy_items() return value
Filipe Manana
1
-4
/
+1
2020-05-25
btrfs: unify buffered and direct I/O read repair
Omar Sandoval
3
-170
/
+86
2020-05-25
btrfs: get rid of endio_repair_workers
Omar Sandoval
4
-10
/
+2
2020-05-25
btrfs: simplify direct I/O read repair
Omar Sandoval
2
-226
/
+44
2020-05-25
btrfs: get rid of one layer of bios in direct I/O
Omar Sandoval
2
-136
/
+65
2020-05-25
btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
Omar Sandoval
2
-39
/
+34
2020-05-25
btrfs: convert btrfs_dio_private->pending_bios to refcount_t
Omar Sandoval
2
-7
/
+11
2020-05-25
btrfs: remove unused btrfs_dio_private::private
Omar Sandoval
2
-2
/
+0
2020-05-25
btrfs: make btrfs_check_repairable() static
Omar Sandoval
2
-6
/
+3
2020-05-25
btrfs: rename __readpage_endio_check to check_data_csum
Omar Sandoval
1
-11
/
+11
2020-05-25
btrfs: clarify btrfs_lookup_bio_sums documentation
Omar Sandoval
1
-4
/
+7
2020-05-25
btrfs: don't do repair validation for checksum errors
Omar Sandoval
1
-0
/
+8
2020-05-25
btrfs: look at full bi_io_vec for repair decision
Omar Sandoval
2
-8
/
+30
2020-05-25
btrfs: fix double __endio_write_update_ordered in direct I/O
Omar Sandoval
1
-108
/
+70
2020-05-25
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
1
-3
/
+3
2020-05-25
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
1
-12
/
+6
2020-05-25
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
4
-15
/
+12
2020-05-25
btrfs: make btrfs_read_disk_super return struct btrfs_disk_super
Nikolay Borisov
1
-24
/
+23
2020-05-25
btrfs: use list_for_each_entry_safe in free_reloc_roots
Nikolay Borisov
1
-11
/
+5
2020-05-25
btrfs: don't force read-only after error in drop snapshot
David Sterba
1
-2
/
+0
2020-05-25
btrfs: remove pointless assertion on reclaim_size counter
Filipe Manana
1
-1
/
+0
2020-05-25
btrfs: tree-checker: remove duplicate definition of 'inode_item_err'
Zheng Wei
1
-4
/
+0
2020-05-25
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
2
-0
/
+21
2020-05-25
btrfs: run btrfs_try_granting_tickets if a priority ticket fails
Josef Bacik
1
-4
/
+10
2020-05-25
btrfs: only check priority tickets for priority flushing
Josef Bacik
1
-2
/
+21
2020-05-25
btrfs: account for trans_block_rsv in may_commit_transaction
Josef Bacik
1
-0
/
+6
2020-05-25
btrfs: allow to use up to 90% of the global block rsv for unlink
Josef Bacik
1
-1
/
+1
2020-05-25
btrfs: improve global reserve stealing logic
Josef Bacik
7
-42
/
+46
2020-05-25
btrfs: backref: distinguish reloc and non-reloc use of indirect resolution
Qu Wenruo
1
-2
/
+14
2020-05-25
btrfs: reloc: move error handling of build_backref_tree() to backref.c
Qu Wenruo
3
-47
/
+58
2020-05-25
btrfs: backref: rename and move finish_upper_links()
Qu Wenruo
3
-115
/
+110
2020-05-25
btrfs: backref: rename and move handle_one_tree_block()
Qu Wenruo
3
-355
/
+373
2020-05-25
btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()
Qu Wenruo
1
-1
/
+5
2020-05-25
btrfs: backref: rename and move should_ignore_root()
Qu Wenruo
2
-4
/
+7
2020-05-25
btrfs: backref: rename and move backref_tree_panic()
Qu Wenruo
2
-20
/
+17
2020-05-25
btrfs: backref: rename and move backref_cache_cleanup()
Qu Wenruo
3
-31
/
+36
2020-05-25
btrfs: backref: rename and move remove_backref_node()
Qu Wenruo
3
-48
/
+53
2020-05-25
btrfs: backref: rename and move drop_backref_node()
Qu Wenruo
2
-38
/
+46
2020-05-25
btrfs: backref: rename and move free_backref_(node|edge)
Qu Wenruo
2
-31
/
+31
2020-05-25
btrfs: backref: rename and move link_backref_edge()
Qu Wenruo
2
-19
/
+20
2020-05-25
btrfs: backref: rename and move alloc_backref_edge()
Qu Wenruo
3
-14
/
+16
2020-05-25
btrfs: backref: rename and move alloc_backref_node()
Qu Wenruo
3
-26
/
+29
2020-05-25
btrfs: backref: rename and move backref_cache_init()
Qu Wenruo
3
-17
/
+21
2020-05-25
btrfs: rename tree_entry to rb_simple_node and export it
Qu Wenruo
3
-79
/
+90
2020-05-25
btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h
Qu Wenruo
2
-113
/
+116
2020-05-25
btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache
Qu Wenruo
1
-137
/
+141
2020-05-25
btrfs: reloc: refactor useless nodes handling into its own function
Qu Wenruo
1
-37
/
+76
2020-05-25
btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()
Qu Wenruo
1
-69
/
+117
2020-05-25
btrfs: reloc: remove the open-coded goto loop for breadth-first search
Qu Wenruo
1
-81
/
+88
2020-05-25
btrfs: reloc: pass essential members for alloc_backref_node()
Qu Wenruo
1
-20
/
+20
[prev]
[next]