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: fix type mismatch in find_free_extent()
Ilya Dryomov
2011-06-25
1
-2
/
+2
*
Btrfs: drop the delalloc_bytes check in shrink_delalloc
Chris Mason
2011-06-13
1
-4
/
+0
*
Btrfs: fix the allocator loop logic
Josef Bacik
2011-06-08
1
-23
/
+25
*
Btrfs: don't commit the transaction if we dont have enough pinned bytes
Josef Bacik
2011-06-08
1
-0
/
+7
*
btrfs: add helper for fs_info->closing
David Sterba
2011-06-04
1
-2
/
+1
*
Merge branch 'for-chris' of
Chris Mason
2011-05-28
1
-33
/
+67
|
\
|
*
Btrfs: don't try to allocate from a block group that doesn't have enough space
Josef Bacik
2011-05-23
1
-0
/
+8
|
*
Btrfs: don't always do readahead
Josef Bacik
2011-05-23
1
-1
/
+2
|
*
Btrfs: try not to sleep as much when doing slow caching
Josef Bacik
2011-05-23
1
-8
/
+11
|
*
Btrfs: kill BTRFS_I(inode)->block_group
Josef Bacik
2011-05-23
1
-8
/
+2
|
*
Btrfs: fix how we do space reservation for truncate
Josef Bacik
2011-05-23
1
-10
/
+36
|
*
Btrfs: kill trans_mutex
Josef Bacik
2011-05-23
1
-1
/
+2
|
*
Btrfs: take away the num_items argument from btrfs_join_transaction
Josef Bacik
2011-05-23
1
-6
/
+6
*
|
Merge branch 'cleanups_and_fixes' into inode_numbers
Chris Mason
2011-05-23
1
-3
/
+4
|
\
\
|
*
|
Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...
Tsutomu Itoh
2011-05-23
1
-3
/
+0
|
*
|
btrfs: don't spin in shrink_delalloc if there is nothing to free
Sergei Trofimovich
2011-05-23
1
-0
/
+4
|
|
/
*
|
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
2011-05-22
1
-1685
/
+38
|
\
\
|
*
|
btrfs: remove old unused commented out code
David Sterba
2011-05-06
1
-1660
/
+1
|
*
|
btrfs: Document a mutex lock/unlock sequence
David Sterba
2011-05-02
1
-0
/
+12
|
*
|
btrfs: drop unused parameter from btrfs_release_path
David Sterba
2011-05-02
1
-22
/
+22
|
*
|
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
2011-05-02
1
-1
/
+1
|
*
|
btrfs: make functions static when possible
David Sterba
2011-05-02
1
-3
/
+3
*
|
|
Merge branch 'delayed_inode' into inode_numbers
Chris Mason
2011-05-22
1
-12
/
+6
|
\
\
\
|
*
|
|
btrfs: implement delayed inode items operation
Miao Xie
2011-05-21
1
-12
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...
Chris Mason
2011-05-21
1
-24
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Btrfs: Support reading/writing on disk free ino cache
Li Zefan
2011-04-25
1
-1
/
+2
|
*
|
Btrfs: Always use 64bit inode number
Li Zefan
2011-04-25
1
-5
/
+5
|
*
|
Btrfs: Make free space cache code generic
Li Zefan
2011-04-25
1
-18
/
+19
*
|
|
Btrfs: fix easily get into ENOSPC in mixed case
liubo
2011-05-14
1
-11
/
+26
|
|
/
|
/
|
*
|
Btrfs: check return value of kmalloc()
Tsutomu Itoh
2011-04-25
1
-0
/
+4
|
/
*
Btrfs: avoid taking the chunk_mutex in do_chunk_alloc
Josef Bacik
2011-04-16
1
-5
/
+25
*
Btrfs: don't force chunk allocation in find_free_extent
Chris Mason
2011-04-15
1
-22
/
+73
*
Btrfs: fix OOPS of empty filesystem after balance
liubo
2011-03-28
1
-0
/
+23
*
Btrfs: fix memory leak of empty filesystem after balance
liubo
2011-03-28
1
-0
/
+6
*
Btrfs: fix uncheck memory allocations
Yoshinori Sano
2011-03-28
1
-0
/
+4
*
Btrfs: add btrfs_trim_fs() to handle FITRIM
Li Dongyang
2011-03-28
1
-1
/
+49
*
Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes
Li Dongyang
2011-03-28
1
-17
/
+26
*
Btrfs: make update_reserved_bytes() public
Li Dongyang
2011-03-28
1
-9
/
+7
*
btrfs: use GFP_NOFS instead of GFP_KERNEL
Miao Xie
2011-03-28
1
-2
/
+2
*
Btrfs: check return value of read_tree_block()
Tsutomu Itoh
2011-03-28
1
-0
/
+6
*
Btrfs: cleanup some BUG_ON()
Tsutomu Itoh
2011-03-28
1
-7
/
+18
*
Btrfs: add initial tracepoint support for btrfs
liubo
2011-03-28
1
-0
/
+4
*
Btrfs: check items for correctness as we search
Josef Bacik
2011-03-17
1
-0
/
+5
*
Btrfs: handle errors in btrfs_orphan_cleanup
Josef Bacik
2011-03-17
1
-1
/
+2
*
Btrfs: change reserved_extents to an atomic_t
Josef Bacik
2011-03-17
1
-16
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2011-03-13
1
-12
/
+23
|
\
|
*
Btrfs: break out of shrink_delalloc earlier
Chris Mason
2011-03-12
1
-12
/
+23
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2011-02-25
1
-1
/
+8
|
\
\
|
|
/
|
*
Btrfs: allow balance to explicitly allocate chunks as it relocates
Chris Mason
2011-02-16
1
-0
/
+7
|
*
Btrfs: put ENOSPC debugging under a mount option
Chris Mason
2011-02-16
1
-1
/
+1
[next]