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-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-02-28
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
2017-02-28
btrfs: Make btrfs_orphan_release_metadata take btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-28
btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-28
btrfs: Make calc_csum_metadata_size take btrfs_inode
Nikolay Borisov
1
-15
/
+12
2017-02-28
btrfs: Make drop_outstanding_extent take btrfs_inode
Nikolay Borisov
1
-12
/
+11
2017-02-28
btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode
Nikolay Borisov
1
-4
/
+4
2017-02-28
btrfs: make btrfs_is_free_space_inode take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2017-02-24
Btrfs: fix assertion failure when freeing block groups at close_ctree()
Filipe Manana
1
-3
/
+6
2017-02-17
btrfs: free-space-cache, clean up unnecessary root arguments
Jeff Mahoney
1
-4
/
+5
2017-02-17
btrfs: convert btrfs_inc_block_group_ro to accept fs_info
Jeff Mahoney
1
-3
/
+2
2017-02-17
btrfs: flush_space always takes fs_info->fs_root
Jeff Mahoney
1
-10
/
+10
2017-02-17
btrfs: pass fs_info to (more) routines that are only called with extent_root
Jeff Mahoney
1
-50
/
+53
2017-02-17
btrfs: remove unused parameter from btrfs_prepare_extent_commit
David Sterba
1
-2
/
+1
2017-02-17
btrfs: remove unused parameter from btrfs_subvolume_release_metadata
David Sterba
1
-2
/
+1
2017-02-17
btrfs: remove unused parameter from clean_tree_block
David Sterba
1
-2
/
+2
2017-02-17
Btrfs: use helper to get used bytes of space_info
Liu Bo
1
-22
/
+19
2017-02-17
Btrfs: try to avoid acquiring free space ctl's lock
Liu Bo
1
-11
/
+13
2017-02-14
Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist
Liu Bo
1
-10
/
+12
2017-02-14
Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head
Liu Bo
1
-3
/
+3
2017-02-14
btrfs: allow unlink to exceed subvolume quota
Jeff Mahoney
1
-2
/
+2
2017-02-14
Btrfs: constify struct btrfs_{,disk_}key wherever possible
Omar Sandoval
1
-4
/
+5
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
1
-2
/
+2
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-14
btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE
David Sterba
1
-8
/
+4
[next]