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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-24
/
+3
2017-11-13
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
1
-24
/
+3
2017-11-01
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
1
-7
/
+14
2017-11-01
btrfs: make the delalloc block rsv per inode
Josef Bacik
1
-211
/
+109
2017-11-01
Btrfs: rework outstanding_extents
Josef Bacik
1
-47
/
+92
2017-10-30
btrfs: add assertions for releasing trans handle reservations
Josef Bacik
1
-1
/
+4
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
1
-55
/
+35
2017-10-30
btrfs: move all ref head cleanup to the helper function
Josef Bacik
1
-81
/
+64
2017-10-30
btrfs: move ref_mod modification into the if (ref) logic
Josef Bacik
1
-4
/
+2
2017-10-30
btrfs: breakout empty head cleanup to a helper
Josef Bacik
1
-34
/
+45
2017-10-30
btrfs: move extent_op cleanup to a helper
Josef Bacik
1
-37
/
+40
2017-10-30
btrfs: add a helper to return a head ref
Josef Bacik
1
-15
/
+14
2017-10-30
Btrfs: add a extent ref verify tool
Josef Bacik
1
-0
/
+22
2017-10-30
btrfs: pass root to various extent ref mod functions
Josef Bacik
1
-11
/
+13
2017-10-30
btrfs: Fix bool initialization/comparison
Thomas Meyer
1
-2
/
+2
2017-10-30
btrfs: change how we decide to commit transactions during flushing
Josef Bacik
1
-14
/
+28
2017-10-30
btrfs: convert all mount option checking code to use btrfs_test_opt
Satoru Takeuchi
1
-1
/
+1
2017-10-30
btrfs: Remove redundant argument of __link_block_group
Nikolay Borisov
1
-4
/
+4
2017-10-30
btrfs: Remove redundant forward declarations
Nikolay Borisov
1
-12
/
+0
2017-08-21
btrfs: pass fs_info to btrfs_del_root instead of tree_root
Jeff Mahoney
1
-1
/
+1
2017-08-21
Btrfs: add one more sanity check for shared ref type
Liu Bo
1
-4
/
+25
2017-08-21
Btrfs: convert to use btrfs_get_extent_inline_ref_type
Liu Bo
1
-6
/
+30
2017-08-21
Btrfs: add a helper to retrive extent inline ref type
Liu Bo
1
-0
/
+37
2017-08-21
btrfs: Remove chunk_objectid argument from btrfs_make_block_group
Nikolay Borisov
1
-3
/
+3
2017-08-21
btrfs: Do not use data_alloc_cluster in ssd mode
Hans van Kranenburg
1
-5
/
+6
2017-08-18
btrfs: Remove never-reached WARN_ON
Nikolay Borisov
1
-1
/
+1
2017-08-16
btrfs: Simplify math in should_alloc chunk
Nikolay Borisov
1
-5
/
+4
2017-08-16
btrfs: account for pinned bytes in should_alloc_chunk
Jeff Mahoney
1
-1
/
+1
2017-08-16
btrfs: fix spelling of snapshotting
David Sterba
1
-11
/
+11
2017-08-16
btrfs: Make flush_space return void
Nikolay Borisov
1
-8
/
+8
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
1
-3
/
+3
2017-08-16
btrfs: Remove unused parameters from volume.c functions
Nikolay Borisov
1
-3
/
+1
2017-08-16
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
1
-1
/
+1
2017-08-16
btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand
Nikolay Borisov
1
-9
/
+2
2017-08-16
btrfs: Remove redundant argument of flush_space
Nikolay Borisov
1
-9
/
+7
2017-08-16
btrfs: remove unused sectorsize member
Nikolay Borisov
1
-1
/
+0
2017-07-24
Btrfs: fix early ENOSPC due to delalloc
Omar Sandoval
1
-4
/
+0
2017-07-24
btrfs: fix lockup in find_free_extent with read-only block groups
Jeff Mahoney
1
-2
/
+5
2017-06-29
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
1
-6
/
+6
2017-06-29
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...
Qu Wenruo
1
-5
/
+7
2017-06-29
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
1
-10
/
+13
2017-06-29
btrfs: qgroup: Return actually freed bytes for qgroup release or free data
Qu Wenruo
1
-1
/
+1
2017-06-29
Btrfs: rework delayed ref total_bytes_pinned accounting
Omar Sandoval
1
-9
/
+32
2017-06-29
Btrfs: return old and new total ref mods when adding delayed refs
Omar Sandoval
1
-24
/
+27
2017-06-29
Btrfs: always account pinned bytes when dropping a tree block ref
Omar Sandoval
1
-9
/
+8
2017-06-29
Btrfs: update total_bytes_pinned when pinning down extents
Omar Sandoval
1
-1
/
+2
2017-06-29
Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()
Omar Sandoval
1
-1
/
+1
2017-06-29
Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64
Omar Sandoval
1
-21
/
+20
2017-06-19
btrfs: Use btrfs_space_info_used instead of opencoding it
Nikolay Borisov
1
-6
/
+3
2017-06-19
btrfs: Refactor update_space_info
Nikolay Borisov
1
-40
/
+18
[next]