aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik8-110/+13
2011-05-23Btrfs: don't look at the extent buffer level 3 times in a rowJosef Bacik1-3/+0
2011-05-23Btrfs: map the node block when looking for readahead targetsJosef Bacik1-2/+21
2011-05-23Btrfs: set range_start to the right start in count_range_bitsJosef Bacik1-1/+1
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik3-37/+123
2011-05-23Btrfs: kill trans_mutexJosef Bacik8-169/+177
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik2-0/+19
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik7-48/+42
2011-05-23Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik1-0/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-23Btrfs: do not flush csum items of unchanged file data during treelogliubo1-0/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason13-13/+1649
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason3-334/+201
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason38-3234/+295
2011-05-22Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason2-6/+7
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason16-91/+2074
2011-05-21btrfs: implement delayed inode items operationMiao Xie16-91/+2074
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason19-637/+1407
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-22/+44
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan1-0/+7
2011-05-14fs: remove FS_COW_FLLi Zefan1-9/+6
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman1-2/+3
2011-05-13btrfs: quasi-round-robin for chunk allocationArne Jansen2-305/+177
2011-05-13btrfs: heed alloc_startArne Jansen1-4/+1
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen3-28/+26
2011-05-12btrfs: use unsigned type for single bit bitfieldDavid Sterba1-4/+4
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba2-24/+10
2011-05-12btrfs: add readonly flagArne Jansen4-12/+16
2011-05-12btrfs scrub: make fixups syncIlya Dryomov1-207/+80
2011-05-12btrfs: new ioctls for scrubJan Schmidt3-2/+169
2011-05-12btrfs: scrubArne Jansen12-11/+1600
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06btrfs: remove old unused commented out codeDavid Sterba5-2071/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba19-817/+1
2011-05-04btrfs: remove unused function prototypesDavid Sterba7-43/+0
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid Sterba1-0/+12
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba15-160/+160
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba3-9/+7
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba3-6/+4
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba8-17/+16
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba5-7/+5
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba6-12/+10
2011-05-02btrfs: make functions static when possibleDavid Sterba3-7/+7
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba6-17/+17
2011-05-02btrfs: fix dereference before checkDavid Sterba1-2/+3
2011-05-02btrfs: remove nested duplicate variable declarationsDavid Sterba2-4/+0
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba8-53/+53