index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: handle ENOMEM in btrfs_alloc_tree_block
Omar Sandoval
2015-04-26
1
-13
/
+28
*
Btrfs: don't check for delalloc_bytes in cache_save_setup
Chris Mason
2015-04-26
1
-2
/
+1
*
Btrfs: fix deadlock when starting writeback of bg caches
Filipe Manana
2015-04-26
1
-1
/
+1
*
Btrfs: fix race between start dirty bg cache writeout and bg deletion
Filipe Manana
2015-04-26
1
-17
/
+27
*
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
2015-04-13
1
-32
/
+6
*
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
2015-04-13
1
-7
/
+9
*
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
Dongsheng Yang
2015-04-13
1
-1
/
+19
*
Btrfs: qgroup: free reserved in exceeding quota.
Dongsheng Yang
2015-04-13
1
-1
/
+4
*
btrfs: Support busy loop of write and delete
Zhao Lei
2015-04-13
1
-12
/
+14
*
btrfs: Fix NO_SPACE bug caused by delayed-iput
Zhao Lei
2015-04-13
1
-0
/
+6
*
btrfs: add WARN_ON() to check is space_info op current
Zhao Lei
2015-04-13
1
-0
/
+10
*
btrfs: Set relative data on clear btrfs_block_group_cache->pinned
Zhao Lei
2015-04-13
1
-0
/
+10
*
btrfs: Adjust commit-transaction condition to avoid NO_SPACE more
Zhao Lei
2015-04-13
1
-1
/
+2
*
btrfs: fix condition of commit transaction
Zhao Lei
2015-04-13
1
-7
/
+15
*
Btrfs: fix use after free when close_ctree frees the orphan_rsv
Chris Mason
2015-04-10
1
-0
/
+5
*
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
2015-04-10
1
-25
/
+216
*
Btrfs: two stage dirty block group writeout
Chris Mason
2015-04-10
1
-4
/
+53
*
Btrfs: don't commit the transaction in the async space flushing
Josef Bacik
2015-04-10
1
-6
/
+8
*
Btrfs: reserve space for block groups
Josef Bacik
2015-04-10
1
-3
/
+9
*
Btrfs: refill block reserves during truncate
Chris Mason
2015-04-10
1
-5
/
+4
*
Btrfs: account for crcs in delayed ref processing
Josef Bacik
2015-04-10
1
-15
/
+31
*
Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()
Chris Mason
2015-04-01
1
-1
/
+1
*
Btrfs: fix log tree corruption when fs mounted with -o discard
Filipe Manana
2015-03-26
1
-3
/
+2
*
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
2015-03-25
1
-5
/
+5
|
\
|
*
btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
Zhao Lei
2015-02-16
1
-2
/
+2
|
*
Btrfs: disk-io: replace root args iff only fs_info used
Daniel Dressler
2015-02-16
1
-3
/
+3
*
|
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
2015-03-25
1
-11
/
+10
|
\
\
|
*
|
btrfs: replace remaining do_div calls with div_u64 variants
David Sterba
2015-03-03
1
-1
/
+1
|
*
|
btrfs: cleanup 64bit/32bit divs, provably bounded values
David Sterba
2015-03-03
1
-2
/
+2
|
*
|
btrfs: cleanup 64bit/32bit divs, compile time constants
David Sterba
2015-03-03
1
-8
/
+7
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-03-21
1
-1
/
+34
|
\
\
|
*
|
Btrfs: add sanity test for outstanding_extents accounting
Josef Bacik
2015-03-17
1
-0
/
+3
|
*
|
Btrfs: prepare block group cache before writing
Josef Bacik
2015-03-17
1
-0
/
+26
|
*
|
Btrfs: account for the correct number of extents for delalloc reservations
Josef Bacik
2015-03-13
1
-1
/
+5
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-03-06
1
-0
/
+16
|
\
\
\
|
|
/
/
|
*
|
Btrfs: abort the transaction if we fail to update the free space cache inode
Josef Bacik
2015-03-02
1
-0
/
+16
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-02-19
1
-145
/
+105
|
\
\
|
|
/
|
*
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
Forrest Liu
2015-02-14
1
-1
/
+2
|
*
Btrfs: account for large extents with enospc
Josef Bacik
2015-02-14
1
-5
/
+11
|
*
btrfs: delete chunk allocation attemp when setting block group ro
Shaohua Li
2015-02-02
1
-8
/
+5
|
*
Btrfs: fix race between transaction commit and empty block group removal
Filipe Manana
2015-02-02
1
-1
/
+20
|
*
Btrfs: cleanup unused run_most
Liu Bo
2015-01-21
1
-4
/
+1
|
*
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
2015-01-21
1
-1
/
+1
|
*
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
2015-01-21
1
-4
/
+6
|
*
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...
Chris Mason
2015-01-21
1
-7
/
+6
|
|
\
|
|
*
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
David Sterba
2014-12-12
1
-2
/
+2
|
|
*
btrfs: sink blocksize parameter to btrfs_init_new_buffer
David Sterba
2014-12-12
1
-5
/
+4
|
|
*
btrfs: sink blocksize parameter to readahead_tree_block
David Sterba
2014-12-12
1
-1
/
+1
|
*
|
Btrfs: track dirty block groups on their own list
Josef Bacik
2015-01-21
1
-114
/
+53
*
|
|
Btrfs: fix race deleting block group from space_info->ro_bgs list
Filipe Manana
2015-01-19
1
-1
/
+1
|
/
/
[next]