index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: if we have a lot of pinned space, commit the transaction
Josef Bacik
2011-10-19
1
-0
/
+15
|
*
|
Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions
Josef Bacik
2011-10-19
1
-14
/
+27
|
*
|
Btrfs: release trans metadata bytes before flushing delayed refs
Josef Bacik
2011-10-19
1
-4
/
+1
|
*
|
Btrfs: allow shrink_delalloc flush the needed reclaimed pages
Josef Bacik
2011-10-19
1
-2
/
+3
|
*
|
Btrfs: wait for ordered extents if we're in trouble when shrinking delalloc
Josef Bacik
2011-10-19
1
-8
/
+17
|
*
|
Btrfs: don't check bytes_pinned to determine if we should commit the transaction
Josef Bacik
2011-10-19
1
-11
/
+0
|
*
|
Btrfs: wait for ordered extents if we didn't reclaim enough
Josef Bacik
2011-10-19
1
-1
/
+1
|
*
|
Btrfs: inline checksums into the disk free space cache
Josef Bacik
2011-10-19
1
-6
/
+12
|
*
|
Btrfs: take overflow into account in reserving space
Josef Bacik
2011-10-19
1
-1
/
+1
|
*
|
Btrfs: introduce mount option no_space_cache
Josef Bacik
2011-10-19
1
-5
/
+4
|
*
|
Btrfs: allow us to overcommit our enospc reservations
Josef Bacik
2011-10-19
1
-14
/
+47
|
*
|
Btrfs: check unused against how much space we actually want
Josef Bacik
2011-10-19
1
-1
/
+1
|
*
|
Btrfs: delay iput when deleting a block group
Josef Bacik
2011-10-19
1
-1
/
+1
|
*
|
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
2011-10-19
1
-22
/
+23
|
*
|
Btrfs: don't get the block_rsv in btrfs_free_tree_block
Josef Bacik
2011-10-19
1
-4
/
+0
|
*
|
Btrfs: use the transactions block_rsv for the csum root
Josef Bacik
2011-10-19
1
-6
/
+9
|
*
|
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
2011-10-19
1
-5
/
+13
|
*
|
Btrfs: don't increase the block_rsv's size when emergency allocating space
Josef Bacik
2011-10-19
1
-3
/
+0
|
*
|
Btrfs: fix space leak when we fail to make an allocation
Josef Bacik
2011-10-19
1
-6
/
+14
|
*
|
Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
Josef Bacik
2011-10-19
1
-2
/
+2
|
*
|
Btrfs: kill btrfs_truncate_reserve_metadata
Josef Bacik
2011-10-19
1
-31
/
+0
|
*
|
Btrfs: don't try to commit in btrfs_block_rsv_check
Josef Bacik
2011-10-19
1
-25
/
+4
|
*
|
Btrfs: kill unused parts of block_rsv
Josef Bacik
2011-10-19
1
-17
/
+6
|
*
|
Btrfs: kill the durable block rsv stuff
Josef Bacik
2011-10-19
1
-83
/
+17
|
*
|
Btrfs: calculate checksum space correctly
Josef Bacik
2011-10-19
1
-8
/
+109
|
*
|
Btrfs: use bytes_may_use for all ENOSPC reservations
Josef Bacik
2011-10-19
1
-74
/
+89
|
*
|
Btrfs: kill reserved_bytes in inode
Josef Bacik
2011-10-19
1
-2
/
+0
|
|
/
*
|
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2011-10-31
1
-1
/
+2
|
/
*
Btrfs: fix 64 bit divide problem
Josef Bacik
2011-08-21
1
-5
/
+7
*
Btrfs: forced readonly when btrfs_drop_snapshot() fails
Tsutomu Itoh
2011-08-16
1
-8
/
+14
*
Btrfs: check if there is enough space for balancing smarter
liubo
2011-08-16
1
-6
/
+35
*
Btrfs: detect wether a device supports discard
Josef Bacik
2011-08-16
1
-2
/
+10
*
Btrfs: don't print the leaf if we had an error
Josef Bacik
2011-08-01
1
-1
/
+3
*
Btrfs: fix oops while writing data to SSD partitions
liubo
2011-08-01
1
-1
/
+3
*
Btrfs: Protect the readonly flag of block group
WuBo
2011-08-01
1
-3
/
+7
*
Btrfs: return error to caller when btrfs_unlink() failes
Tsutomu Itoh
2011-08-01
1
-1
/
+2
*
Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...
Chris Mason
2011-08-01
1
-5
/
+19
|
\
|
*
btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot
Mark Fasheh
2011-07-25
1
-2
/
+6
|
*
btrfs: Don't BUG_ON alloc_path errors in find_next_chunk
Mark Fasheh
2011-07-25
1
-0
/
+4
|
*
btrfs: don't BUG_ON btrfs_alloc_path() errors
Mark Fasheh
2011-07-14
1
-3
/
+9
*
|
Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errors
Chris Mason
2011-07-27
1
-1
/
+6
*
|
Btrfs: make a lockdep class for each root
Chris Mason
2011-07-27
1
-1
/
+1
*
|
Btrfs: switch the btrfs tree locks to reader/writer
Chris Mason
2011-07-27
1
-10
/
+10
*
|
Btrfs: fix BUG_ON() caused by ENOSPC when relocating space
Miao Xie
2011-07-27
1
-7
/
+21
*
|
Btrfs: fix enospc problems with delalloc
Josef Bacik
2011-07-27
1
-41
/
+49
*
|
Btrfs: don't flush delalloc arbitrarily
Josef Bacik
2011-07-27
1
-3
/
+0
*
|
Btrfs: use a worker thread to do caching
Josef Bacik
2011-07-27
1
-28
/
+18
*
|
Btrfs: serialize flushers in reserve_metadata_bytes
Josef Bacik
2011-07-11
1
-21
/
+48
*
|
Btrfs: do transaction space reservation before joining the transaction
Josef Bacik
2011-07-11
1
-20
/
+0
|
/
*
Btrfs: fix type mismatch in find_free_extent()
Ilya Dryomov
2011-06-25
1
-2
/
+2
[prev]
[next]