aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: use a slab for the free space entriesJosef Bacik2011-03-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-131-0/+9
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-121-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-0/+3
|\ \ | |/
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-161-0/+2
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-161-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-5/+43
|\ \ | |/
| * Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+24
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-161-0/+2
| * fs/btrfs: Fix build of ctreeStefan Schmidt2011-01-161-0/+1
| * Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason2011-01-161-5/+10
| |\
| | * btrfs: Add lzo compression supportLi Zefan2010-12-221-3/+6
| | * btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-4/+6
| * | Btrfs: Add readonly snapshots supportLi Zefan2010-12-231-0/+7
| |/
* | fs/btrfs: Fix build of ctreeStefan Schmidt2011-01-161-0/+1
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
|/
* btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski2010-11-211-3/+3
* Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil2010-10-291-0/+1
* Btrfs: async transaction commitSage Weil2010-10-291-0/+1
* Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-291-4/+8
|\
| * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-221-2/+2
| * Btrfs: re-work delalloc flushingJosef Bacik2010-10-221-1/+2
| * Btrfs: fix df regressionJosef Bacik2010-10-221-1/+4
* | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-291-0/+1
* | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-291-1/+9
* | Btrfs: write out free space cacheJosef Bacik2010-10-291-0/+1
* | Btrfs: create special free space cache inodeJosef Bacik2010-10-281-6/+68
* | Make ->drop_inode() just return whether inode needs to be droppedAl Viro2010-08-091-1/+1
* | convert btrfs to ->evict_inode()Al Viro2010-08-091-1/+1
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* Btrfs: add basic DIO read/write supportJosef Bacik2010-05-251-0/+2
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-251-1/+10
* Btrfs: Pre-allocate space for data relocationYan, Zheng2010-05-251-0/+3
* Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-2/+14
* Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-7/+1
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-13/+6
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-2/+18
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-7/+62
* Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng2010-05-251-5/+1
* Btrfs: Kill allocate_wait in space_infoYan, Zheng2010-05-251-2/+0
* Btrfs: Link block groups of different raid typesYan, Zheng2010-05-251-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-1/+0
|\
| * Btrfs: kill max_extent mount optionJosef Bacik2010-03-301-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-03-181-6/+7
|\ \ | |/
| * btrfs: use memparseAkinobu Mita2010-03-151-1/+0
| * Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-1/+2
| * Btrfs: add new defrag-range ioctl.Chris Mason2010-03-151-1/+0
| * Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik2010-03-151-1/+3
| * Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-1/+1