summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2011-05-23Btrfs: set range_start to the right start in count_range_bitsJosef Bacik
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-23Btrfs: do not flush csum items of unchanged file data during treelogliubo
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan
2011-05-14fs: remove FS_COW_FLLi Zefan
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman
2011-05-13btrfs: quasi-round-robin for chunk allocationArne Jansen
2011-05-13btrfs: heed alloc_startArne Jansen
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen
2011-05-12btrfs: use unsigned type for single bit bitfieldDavid Sterba
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba
2011-05-12btrfs: add readonly flagArne Jansen
2011-05-12btrfs scrub: make fixups syncIlya Dryomov
2011-05-12btrfs: new ioctls for scrubJan Schmidt
2011-05-12btrfs: scrubArne Jansen
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-04btrfs: remove unused function prototypesDavid Sterba
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: make functions static when possibleDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-05-02btrfs: fix dereference before checkDavid Sterba
2011-05-02btrfs: remove nested duplicate variable declarationsDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh