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: fix deadlock when finalizing block group creation
Filipe Manana
2015-10-05
1
-1
/
+8
*
Btrfs: keep dropped roots in cache until transaction commit
Josef Bacik
2015-09-22
1
-1
/
+1
*
Btrfs: don't initialize a space info as full to prevent ENOSPC
Filipe Manana
2015-09-08
1
-4
/
+1
*
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
2015-08-09
1
-9
/
+239
|
\
|
*
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
2015-07-29
1
-4
/
+64
|
*
btrfs: iterate over unused chunk space in FITRIM
Jeff Mahoney
2015-07-29
1
-0
/
+101
|
*
btrfs: skip superblocks during discard
Jeff Mahoney
2015-07-29
1
-4
/
+55
|
*
btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundaries
Jeff Mahoney
2015-07-29
1
-4
/
+13
|
*
btrfs: make btrfs_issue_discard return bytes discarded
Jeff Mahoney
2015-07-29
1
-5
/
+14
*
|
btrfs: Remove root argument in extent_data_ref_count()
Zhaolei
2015-08-09
1
-3
/
+2
*
|
btrfs: Fix wrong comment of btrfs_alloc_tree_block()
Zhaolei
2015-08-09
1
-3
/
+0
*
|
btrfs: Use ref_cnt for set_block_group_ro()
Zhaolei
2015-08-09
1
-21
/
+21
|
/
*
Btrfs: fix quick exhaustion of the system array in the superblock
Filipe Manana
2015-07-22
1
-0
/
+18
*
Btrfs: fix order by which delayed references are run
Filipe Manana
2015-07-11
1
-0
/
+13
*
Btrfs: fix race between balance and unused block group deletion
Filipe Manana
2015-06-30
1
-0
/
+3
*
btrfs: wait for delayed iputs on no space
Zhao Lei
2015-06-10
1
-0
/
+3
*
btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.
Qu Wenruo
2015-06-10
1
-5
/
+0
*
btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.
Qu Wenruo
2015-06-10
1
-100
/
+10
*
btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_exte...
Qu Wenruo
2015-06-10
1
-21
/
+21
*
btrfs: delayed-ref: Use list to replace the ref_root in ref_head.
Qu Wenruo
2015-06-10
1
-37
/
+9
*
Btrfs: fix necessary chunk tree space calculation when allocating a chunk
Filipe Manana
2015-06-10
1
-9
/
+5
*
Btrfs: fix up read_tree_block to return proper error
Liu Bo
2015-06-03
1
-3
/
+8
*
Btrfs: add missing free_extent_buffer
Liu Bo
2015-06-03
1
-0
/
+1
*
Btrfs: fix -ENOSPC on block group removal
Filipe Manana
2015-06-03
1
-8
/
+23
*
Btrfs: fix -ENOSPC when finishing block group creation
Filipe Manana
2015-06-03
1
-2
/
+42
*
Btrfs: fix block group ->space_info null pointer dereference
Filipe Manana
2015-06-02
1
-2
/
+23
*
Btrfs: fix regression in raid level conversion
Chris Mason
2015-05-20
1
-0
/
+18
*
Btrfs: fix racy system chunk allocation when setting block group ro
Filipe Manana
2015-05-19
1
-0
/
+2
*
Btrfs: fix race between block group creation and their cache writeout
Filipe Manana
2015-05-11
1
-4
/
+27
*
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
[next]