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
2021-02-08
btrfs: improve preemptive background space flushing
Josef Bacik
3
-2
/
+100
2021-02-08
btrfs: introduce a FORCE_COMMIT_TRANS flush operation
Josef Bacik
2
-0
/
+15
2021-02-08
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
4
-23
/
+18
2021-02-08
btrfs: add a trace point for reserve tickets
Josef Bacik
1
-1
/
+11
2021-02-08
btrfs: make flush_space take a enum btrfs_flush_state instead of int
Josef Bacik
1
-3
/
+3
2021-02-08
btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cb
Roman Anasal
1
-8
/
+7
2021-02-08
btrfs: run delayed refs less often in commit_cowonly_roots
Josef Bacik
1
-11
/
+12
2021-02-08
btrfs: stop running all delayed refs during snapshot
Josef Bacik
1
-6
/
+0
2021-02-08
btrfs: remove bogus BUG_ON in alloc_reserved_tree_block
Josef Bacik
1
-1
/
+0
2021-02-08
btrfs: move delayed ref flushing for qgroup into qgroup helper
Josef Bacik
1
-6
/
+17
2021-02-08
btrfs: only run delayed refs once before committing
Josef Bacik
1
-6
/
+0
2021-02-08
btrfs: delayed refs pre-flushing should only run the heads we have
Josef Bacik
1
-1
/
+1
2021-02-08
btrfs: only let one thread pre-flush delayed refs in commit
Josef Bacik
2
-23
/
+21
2021-02-08
btrfs: do not block on deleted bgs mutex in the cleaner
Josef Bacik
1
-3
/
+8
2021-02-08
btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root
Josef Bacik
1
-2
/
+3
2021-02-08
btrfs: add asserts for deleting backref cache nodes
Josef Bacik
1
-3
/
+6
2021-02-08
btrfs: do not warn if we can't find the reloc root when looking up backref
Josef Bacik
1
-1
/
+1
2021-02-08
btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
Josef Bacik
1
-7
/
+12
2021-02-08
btrfs: fix reloc root leak with 0 ref reloc roots on recovery
Josef Bacik
1
-3
/
+1
2021-02-08
btrfs: remove repeated word in struct member comment
Nigel Christian
1
-1
/
+1
2021-02-08
btrfs: account for new extents being deleted in total_bytes_pinned
Josef Bacik
2
-14
/
+24
2021-02-08
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
5
-117
/
+74
2021-02-08
btrfs: enable W=1 checks for btrfs
Nikolay Borisov
1
-0
/
+16
2021-02-08
btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdev
Nikolay Borisov
1
-2
/
+0
2021-02-08
btrfs: fix parameter description for functions in extent_io.c
Nikolay Borisov
1
-25
/
+27
2021-02-08
btrfs: fix parameter description in space-info.c
Nikolay Borisov
1
-23
/
+27
2021-02-08
btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...
Nikolay Borisov
1
-12
/
+17
2021-02-08
btrfs: document btrfs_check_shared parameters
Nikolay Borisov
1
-1
/
+7
2021-02-08
btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputs
Nikolay Borisov
1
-3
/
+5
2021-02-08
btrfs: document fs_info in btrfs_rmap_block
Nikolay Borisov
1
-1
/
+3
2021-02-08
btrfs: document now parameter of peek_discard_list
Nikolay Borisov
1
-2
/
+4
2021-02-08
btrfs: improve parameter description for __btrfs_write_out_cache
Nikolay Borisov
1
-5
/
+8
2021-02-08
btrfs: fix parameter description in delayed-ref.c functions
Nikolay Borisov
1
-10
/
+13
2021-02-08
btrfs: fix function description formats in file-item.c
Nikolay Borisov
1
-8
/
+14
2021-02-08
btrfs: fix parameter description of btrfs_add_extent_mapping
Nikolay Borisov
1
-6
/
+7
2021-02-08
btrfs: document modified parameter of add_extent_mapping
Nikolay Borisov
1
-1
/
+4
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
3
-20
/
+42
2021-02-08
btrfs: remove redundant NULL check before kvfree
Yang Li
1
-2
/
+1
2021-02-08
btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
Josef Bacik
1
-7
/
+0
2021-02-08
btrfs: keep track of the root owner for relocation reads
Josef Bacik
1
-3
/
+43
2021-02-08
btrfs: introduce helper to grab an existing extent buffer from a page
Qu Wenruo
1
-20
/
+30
2021-02-08
btrfs: update comment for btrfs_dirty_pages
Qu Wenruo
1
-6
/
+5
2021-02-08
btrfs: refactor __extent_writepage_io() to improve readability
Qu Wenruo
1
-21
/
+16
2021-02-08
btrfs: rename parameter offset to disk_bytenr in submit_extent_page
Qu Wenruo
1
-15
/
+15
2021-02-08
btrfs: refactor btrfs_dec_test_* functions for ordered extents
Qu Wenruo
3
-55
/
+65
2021-02-08
btrfs: make btrfs_dio_private::bytes u32
Qu Wenruo
1
-1
/
+2
2021-02-08
btrfs: remove always true condition in btrfs_start_delalloc_roots
Nikolay Borisov
1
-1
/
+1
2021-02-08
btrfs: make btrfs_start_delalloc_root's nr argument a long
Nikolay Borisov
5
-7
/
+8
2021-02-08
btrfs: send: remove stale code when checking for shared extents
Filipe Manana
1
-16
/
+0
2021-02-08
btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_device
Nikolay Borisov
1
-4
/
+3
[next]