aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-06-04Btrfs: add mount -o inode_cacheChris Mason
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23BTRFS: Remove unused node_lockAndi Kleen
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Merge branch 'for-chris' 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-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-12btrfs: use unsigned type for single bit bitfieldDavid Sterba
2011-05-12btrfs: add readonly flagArne Jansen
2011-05-12btrfs: new ioctls for scrubJan Schmidt
2011-05-12btrfs: scrubArne Jansen
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-04btrfs: remove unused function prototypesDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-25Btrfs: Make free space cache code genericLi Zefan
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang
2011-03-28Btrfs: make update_reserved_bytes() publicLi Dongyang
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-25Btrfs: cleanup how we setup free space clustersJosef Bacik
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik
2011-03-17Btrfs: use a slab for the free space entriesJosef Bacik
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds