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: add a barrier before a waitqueue_active check
Chris Mason
2012-07-25
1
-0
/
+1
*
Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
Chris Mason
2012-07-25
1
-9
/
+110
|
\
|
*
Btrfs: hooks to reserve qgroup space
Arne Jansen
2012-07-12
1
-0
/
+12
|
*
Btrfs: call the qgroup accounting functions
Jan Schmidt
2012-07-12
1
-0
/
+3
|
*
Btrfs: qgroup implementation and prototypes
Arne Jansen
2012-07-12
1
-0
/
+34
|
*
Btrfs: Test code to change the order of delayed-ref processing
Arne Jansen
2012-07-10
1
-0
/
+49
|
*
Btrfs: join tree mod log code with the code holding back delayed refs
Jan Schmidt
2012-07-10
1
-9
/
+12
*
|
Btrfs: make btrfs's allocation smoothly with preallocation
Liu Bo
2012-07-23
1
-1
/
+3
*
|
Btrfs: kill free_space pointer from inode structure
Li Zefan
2012-07-23
1
-12
/
+8
*
|
Btrfs: add ro notification to dump_space_info
Liu Bo
2012-07-23
1
-3
/
+3
*
|
Btrfs: fix a bug of writting free space cache during balance
Liu Bo
2012-07-23
1
-3
/
+21
*
|
Btrfs: do not abort transaction in prealloc case
Liu Bo
2012-07-23
1
-1
/
+5
*
|
Btrfs: kill root from btrfs_is_free_space_inode
Liu Bo
2012-07-23
1
-1
/
+1
*
|
Btrfs: rework shrink_delalloc
Josef Bacik
2012-07-23
1
-57
/
+24
*
|
Btrfs: change how we indicate we're adding csums
Josef Bacik
2012-07-23
1
-1
/
+7
*
|
Btrfs: flush delayed inodes if we're short on space
Josef Bacik
2012-07-23
1
-35
/
+62
|
/
*
Btrfs: avoid waiting for delayed refs when we must not
Jan Schmidt
2012-06-27
1
-5
/
+6
*
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...
Chris Mason
2012-05-31
1
-5
/
+5
|
\
|
*
Btrfs: don't set for_cow parameter for tree block functions
Jan Schmidt
2012-05-26
1
-5
/
+5
*
|
Btrfs: convert the inode bit field to use the actual bit operations
Josef Bacik
2012-05-30
1
-5
/
+6
*
|
Btrfs: cleanup: use consistent lock naming
Dan Carpenter
2012-05-11
1
-1
/
+1
|
/
*
Btrfs: avoid sleeping in verify_parent_transid while atomic
Chris Mason
2012-05-06
1
-1
/
+1
*
Btrfs: fix block_rsv and space_info lock ordering
Stefan Behrens
2012-04-27
1
-2
/
+2
*
btrfs: don't return EINTR
Arne Jansen
2012-04-18
1
-6
/
+3
*
Btrfs: double unlock bug in error handling
Dan Carpenter
2012-04-18
1
-0
/
+2
*
Btrfs: use commit root when loading free space cache
Josef Bacik
2012-04-12
1
-3
/
+1
*
Btrfs: remove lock assert from get_restripe_target()
Ilya Dryomov
2012-04-12
1
-3
/
+2
*
Revert "Btrfs: increase the global block reserve estimates"
Chris Mason
2012-04-12
1
-1
/
+1
*
Btrfs: fix deadlock during allocating chunks
Liu Bo
2012-03-29
1
-0
/
+50
*
Btrfs: show useful info in space reservation tracepoint
Liu Bo
2012-03-29
1
-19
/
+10
*
Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...
Chris Mason
2012-03-28
1
-76
/
+87
|
\
|
*
Btrfs: improve the logic in btrfs_can_relocate()
Ilya Dryomov
2012-03-27
1
-6
/
+18
|
*
Btrfs: add __get_block_group_index() helper
Ilya Dryomov
2012-03-27
1
-5
/
+12
|
*
Btrfs: add get_restripe_target() helper
Ilya Dryomov
2012-03-27
1
-44
/
+50
|
*
Btrfs: move alloc_profile_is_valid() to volumes.c
Ilya Dryomov
2012-03-27
1
-2
/
+0
|
*
Btrfs: make profile_is_valid() check more strict
Ilya Dryomov
2012-03-27
1
-1
/
+1
|
*
Btrfs: add wrappers for working with alloc profiles
Ilya Dryomov
2012-03-27
1
-18
/
+7
|
*
Btrfs: stop silently switching single chunks to raid0 on balance
Ilya Dryomov
2012-03-27
1
-3
/
+2
*
|
Merge branch 'error-handling' into for-linus
Chris Mason
2012-03-28
1
-129
/
+254
|
\
\
|
|
/
|
/
|
|
*
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
1
-93
/
+223
|
*
btrfs: btrfs_drop_snapshot should return int
Jeff Mahoney
2012-03-22
1
-2
/
+2
|
*
btrfs: return void in functions without error conditions
Jeff Mahoney
2012-03-22
1
-33
/
+27
|
*
btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPC
Jeff Mahoney
2012-03-22
1
-1
/
+2
*
|
Btrfs: introduce free_extent_buffer_stale
Josef Bacik
2012-03-26
1
-4
/
+1
*
|
Btrfs: remove search_start and search_end from find_free_extent and callers
Josef Bacik
2012-03-26
1
-12
/
+4
*
|
Btrfs: remove the ideal caching code
Josef Bacik
2012-03-26
1
-85
/
+8
|
/
*
Btrfs: fix compiler warnings on 32 bit systems
Chris Mason
2012-02-24
1
-16
/
+19
*
Btrfs: increase the global block reserve estimates
Liu Bo
2012-02-23
1
-1
/
+1
*
Btrfs: fix a bug on overcommit stuff
Liu Bo
2012-02-16
1
-1
/
+4
*
Btrfs: fix trim 0 bytes after a device delete
Liu Bo
2012-02-15
1
-1
/
+8
[next]