| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-05-28 | 2 | -2/+2 |
|\ |
|
| * | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 2011-05-27 | 2 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-05-27 | 48 | -4557/+6481 |
|\ \
| |/
|/| |
|
| * | Btrfs: use the device_list_mutex during write_dev_supers | Chris Mason | 2011-05-27 | 1 | -2/+2 |
| * | Btrfs: setup free ino caching in a more asynchronous way | Li Zefan | 2011-05-26 | 1 | -6/+22 |
| * | btrfs scrub: don't coalesce pages that are logically discontiguous | Arne Jansen | 2011-05-26 | 1 | -1/+2 |
| * | Btrfs: return -ENOMEM in clear_extent_bit | Chris Mason | 2011-05-26 | 1 | -1/+2 |
| * | Btrfs: add mount -o auto_defrag | Chris Mason | 2011-05-26 | 8 | -135/+678 |
| * | Merge branch 'cleanups_and_fixes' into inode_numbers | Chris Mason | 2011-05-23 | 16 | -145/+187 |
| |\ |
|
| | * | Btrfs: using rcu lock in the reader side of devices list | Xiao Guangrong | 2011-05-23 | 4 | -36/+72 |
| | * | Btrfs: drop unnecessary device lock | Xiao Guangrong | 2011-05-23 | 1 | -7/+6 |
| | * | Btrfs: fix the race between remove dev and alloc chunk | Xiao Guangrong | 2011-05-23 | 1 | -0/+6 |
| | * | Btrfs: fix the race between reading and updating devices | Xiao Guangrong | 2011-05-23 | 2 | -0/+9 |
| | * | Btrfs: fix bh leak on __btrfs_open_devices path | Xiao Guangrong | 2011-05-23 | 1 | -0/+1 |
| | * | Btrfs: fix unsafe usage of merge_state | Xiao Guangrong | 2011-05-23 | 1 | -8/+14 |
| | * | Btrfs: allocate extent state and check the result properly | Xiao Guangrong | 2011-05-23 | 1 | -8/+26 |
| | * | fs/btrfs: Add missing btrfs_free_path | Julia Lawall | 2011-05-23 | 2 | -1/+4 |
| | * | Btrfs: check return value of btrfs_inc_extent_ref() | Tsutomu Itoh | 2011-05-23 | 1 | -0/+1 |
| | * | Btrfs: return error to caller if read_one_inode() fails | Tsutomu Itoh | 2011-05-23 | 1 | -6/+18 |
| | * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten... | Tsutomu Itoh | 2011-05-23 | 7 | -17/+2 |
| | * | Btrfs: return error code to caller when btrfs_del_item fails | Tsutomu Itoh | 2011-05-23 | 4 | -11/+19 |
| | * | Btrfs: return error code to caller when btrfs_previous_item fails | Tsutomu Itoh | 2011-05-23 | 1 | -2/+3 |
| | * | btrfs: fix typo 'testeing' -> 'testing' | Sergei Trofimovich | 2011-05-23 | 1 | -2/+2 |
| | * | btrfs: typo: 'btrfS' -> 'btrfs' | Sergei Trofimovich | 2011-05-23 | 1 | -1/+1 |
| | * | btrfs: don't spin in shrink_delalloc if there is nothing to free | Sergei Trofimovich | 2011-05-23 | 1 | -0/+4 |
| | * | btrfs: Delete unused version.sh script. | Jamey Sharp | 2011-05-23 | 1 | -43/+0 |
| | * | btrfs: Ensure the tree search ioctl returns the right number of records | Hugo Mills | 2011-05-23 | 1 | -3/+1 |
| | * | BTRFS: Remove unused node_lock | Andi Kleen | 2011-05-23 | 2 | -4/+0 |
| * | | Btrfs: do not flush csum items of unchanged file data during treelog | liubo | 2011-05-23 | 1 | -0/+3 |
| * | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Chris Mason | 2011-05-23 | 13 | -13/+1649 |
| |\ \ |
|
| | * | | btrfs: add readonly flag | Arne Jansen | 2011-05-12 | 4 | -12/+16 |
| | * | | btrfs scrub: make fixups sync | Ilya Dryomov | 2011-05-12 | 1 | -207/+80 |
| | * | | btrfs: new ioctls for scrub | Jan Schmidt | 2011-05-12 | 3 | -2/+169 |
| | * | | btrfs: scrub | Arne Jansen | 2011-05-12 | 12 | -11/+1600 |
| * | | | Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Chris Mason | 2011-05-22 | 3 | -334/+201 |
| |\ \ \ |
|
| | * | | | btrfs: quasi-round-robin for chunk allocation | Arne Jansen | 2011-05-13 | 2 | -305/+177 |
| | * | | | btrfs: heed alloc_start | Arne Jansen | 2011-05-13 | 1 | -4/+1 |
| | * | | | btrfs: move btrfs_cmp_device_free_bytes to super.c | Arne Jansen | 2011-05-13 | 3 | -28/+26 |
| | |/ / |
|
| * | | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 38 | -3234/+295 |
| |\ \ \ |
|
| | * | | | btrfs: use unsigned type for single bit bitfield | David Sterba | 2011-05-12 | 1 | -4/+4 |
| | * | | | btrfs: use printk_ratelimited instead of printk_ratelimit | David Sterba | 2011-05-12 | 2 | -24/+10 |
| | * | | | btrfs: remove old unused commented out code | David Sterba | 2011-05-06 | 5 | -2071/+1 |
| | * | | | btrfs: remove all unused functions | David Sterba | 2011-05-06 | 19 | -817/+1 |
| | * | | | btrfs: remove unused function prototypes | David Sterba | 2011-05-04 | 7 | -43/+0 |
| | * | | | 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 | 15 | -160/+160 |
| | * | | | btrfs: drop gfp parameter from alloc_extent_buffer | David Sterba | 2011-05-02 | 3 | -9/+7 |
| | * | | | btrfs: drop gfp parameter from find_extent_buffer | David Sterba | 2011-05-02 | 3 | -6/+4 |
| | * | | | btrfs: drop gfp parameter from alloc_extent_map | David Sterba | 2011-05-02 | 8 | -17/+16 |
| | * | | | btrfs: drop unused parameter from extent_map_tree_init | David Sterba | 2011-05-02 | 5 | -7/+5 |