aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+0
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+7
2010-03-15btrfs: use memparseAkinobu Mita1-1/+0
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-1/+2
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason1-1/+0
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik1-1/+3
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik1-1/+1
2010-03-15Btrfs: make set/get functions for the super compat_ro flags use compat_roJosef Bacik1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-01-28Btrfs: Add mount -o compress-forceChris Mason1-0/+1
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-0/+4
2009-12-17Btrfs: Add delayed iputYan, Zheng1-1/+6
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-4/+9
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng1-2/+3
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-5/+2
2009-12-15Btrfs: Add btrfs_duplicate_itemYan, Zheng1-0/+4
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+3
2009-10-14Btrfs: add -o discard optionChristoph Hellwig1-0/+1
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason1-1/+1
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+1
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+11
2009-10-09Btrfs: constify dentry_operationsAlexey Dobriyan1-1/+1
2009-10-08Btrfs: optimize fsync for the single writer caseJosef Bacik1-0/+2
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik1-6/+7
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-0/+3
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason1-0/+1
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-8/+17
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball1-1/+1
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-7/+16
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik1-0/+2
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik1-0/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-3/+9
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-4/+24
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-2/+2
2009-09-17Btrfs: improve async block group cachingYan Zheng1-9/+20
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-1/+1
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-1/+1
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+1
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng1-3/+1
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+25
2009-07-27Btrfs: change how we unpin extentsJosef Bacik1-3/+2
2009-07-24Btrfs: async block group cachingJosef Bacik1-3/+19
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik1-1/+7
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng1-1/+1
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+1
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng1-2/+1
2009-06-24switch btrfs to inode->i_aclAl Viro1-2/+0