index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-19
btrfs: Separate space_info create/update
Nikolay Borisov
1
-66
/
+66
2017-06-19
Btrfs: skip commit transaction if we don't have enough pinned bytes
Liu Bo
1
-1
/
+1
2017-06-19
btrfs: remove root usage from can_overcommit
Jeff Mahoney
1
-36
/
+46
2017-06-19
btrfs: cleanup root usage by btrfs_get_alloc_profile
Jeff Mahoney
1
-7
/
+21
2017-06-19
btrfs: Convert fs_info->free_chunk_space to atomic64_t
Nikolay Borisov
1
-3
/
+1
2017-06-01
btrfs: fix race with relocation recovery and fs_root setup
Jeff Mahoney
1
-3
/
+3
2017-06-01
btrfs: fix memory leak in update_space_info failure path
Jeff Mahoney
1
-0
/
+1
2017-04-18
btrfs: scrub: Introduce full stripe lock for RAID56
Qu Wenruo
1
-0
/
+11
2017-04-18
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
1
-1
/
+0
2017-04-18
Btrfs: update comments in cache_save_setup
Liu Bo
1
-1
/
+2
2017-04-18
btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-04-18
btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t
Elena Reshetova
1
-6
/
+6
2017-04-18
btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
1
-70
/
+65
2017-02-28
btrfs: Make btrfs_orphan_add take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-28
btrfs: all btrfs_delalloc_release_metadata take btrfs_inode
Nikolay Borisov
1
-9
/
+9
2017-02-28
btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode
Nikolay Borisov
1
-35
/
+34
[next]