aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+9
2011-03-12Btrfs: break out of shrink_delalloc earlierGravatar Chris Mason 1-0/+9
2011-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+3
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesGravatar Chris Mason 1-0/+2
2011-02-16Btrfs: put ENOSPC debugging under a mount optionGravatar Chris Mason 1-0/+1
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-5/+43
2011-01-17Btrfs: forced readonly mounts on errorsGravatar liubo 1-0/+24
2011-01-16fs/btrfs: Fix build of ctreeGravatar Stefan Schmidt 1-0/+1
2011-01-16btrfs: fix wrong free space information of btrfsGravatar Miao Xie 1-0/+2
2011-01-16fs/btrfs: Fix build of ctreeGravatar Stefan Schmidt 1-0/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Gravatar Chris Mason 1-5/+10
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+1
2010-12-23Btrfs: Add readonly snapshots supportGravatar Li Zefan 1-0/+7
2010-12-22btrfs: Add lzo compression supportGravatar Li Zefan 1-3/+6
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-4/+6
2010-11-21btrfs: make 1-bit signed fileds unsignedGravatar Mariusz Kozlowski 1-3/+3
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedGravatar Sage Weil 1-0/+1
2010-10-29Btrfs: async transaction commitGravatar Sage Weil 1-0/+1
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-4/+8
2010-10-29Btrfs: Add a clear_cache mount optionGravatar Josef Bacik 1-0/+1
2010-10-29Btrfs: add support for mixed data+metadata block groupsGravatar Josef Bacik 1-1/+9
2010-10-29Btrfs: write out free space cacheGravatar Josef Bacik 1-0/+1
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-6/+68
2010-10-22Btrfs: rework how we reserve metadata bytesGravatar Josef Bacik 1-2/+2
2010-10-22Btrfs: re-work delalloc flushingGravatar Josef Bacik 1-1/+2
2010-10-22Btrfs: fix df regressionGravatar Josef Bacik 1-1/+4
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedGravatar Al Viro 1-1/+1
2010-08-09convert btrfs to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-25Btrfs: add basic DIO read/write supportGravatar Josef Bacik 1-0/+2
2010-05-25Btrfs: Metadata ENOSPC handling for balanceGravatar Yan, Zheng 1-1/+10
2010-05-25Btrfs: Pre-allocate space for data relocationGravatar Yan, Zheng 1-0/+3
2010-05-25Btrfs: Metadata reservation for orphan inodesGravatar Yan, Zheng 1-2/+14
2010-05-25Btrfs: Introduce global metadata reservationGravatar Yan, Zheng 1-7/+1
2010-05-25Btrfs: Update metadata reservation for delayed allocationGravatar Yan, Zheng 1-13/+6
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-2/+18
2010-05-25Btrfs: Introduce contexts for metadata reservationGravatar Yan, Zheng 1-7/+62
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedGravatar Yan, Zheng 1-5/+1
2010-05-25Btrfs: Kill allocate_wait in space_infoGravatar Yan, Zheng 1-2/+0
2010-05-25Btrfs: Link block groups of different raid typesGravatar Yan, Zheng 1-2/+5
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+0
2010-03-30Btrfs: kill max_extent mount optionGravatar Josef Bacik 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-6/+7
2010-03-15btrfs: use memparseGravatar Akinobu Mita 1-1/+0
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Gravatar Josef Bacik 1-1/+2
2010-03-15Btrfs: add new defrag-range ioctl.Gravatar Chris Mason 1-1/+0
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolGravatar Josef Bacik 1-1/+3
2010-03-15Btrfs: change how we mount subvolumesGravatar Josef Bacik 1-1/+1
2010-03-15Btrfs: make set/get functions for the super compat_ro flags use compat_roGravatar Josef Bacik 1-1/+1