aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+43
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+24
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie1-0/+2
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-5/+10
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-0/+7
2010-12-22btrfs: Add lzo compression supportLi Zefan1-3/+6
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-4/+6
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski1-3/+3
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil1-0/+1
2010-10-29Btrfs: async transaction commitSage Weil1-0/+1
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason1-4/+8
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik1-0/+1
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik1-1/+9
2010-10-29Btrfs: write out free space cacheJosef Bacik1-0/+1
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-6/+68
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik1-2/+2
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik1-1/+2
2010-10-22Btrfs: fix df regressionJosef Bacik1-1/+4
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-1/+1
2010-08-09convert btrfs to ->evict_inode()Al Viro1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-0/+2
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng1-1/+10
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng1-0/+3
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-2/+14
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-7/+1
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-13/+6
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-2/+18
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng1-7/+62
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng1-5/+1
2010-05-25Btrfs: Kill allocate_wait in space_infoYan, Zheng1-2/+0
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng1-2/+5
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