aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Btrfs: make set/get functions for the super compat_ro flags use compat_roJosef Bacik2010-03-151-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
|/
* Btrfs: Add mount -o compress-forceChris Mason2010-01-281-0/+1
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-171-0/+4
* Btrfs: Add delayed iputYan, Zheng2009-12-171-1/+6
* Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng2009-12-171-4/+9
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-171-2/+3
* Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-151-5/+2
* Btrfs: Add btrfs_duplicate_itemYan, Zheng2009-12-151-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-1/+3
|\
| * Btrfs: add -o discard optionChristoph Hellwig2009-10-141-0/+1
| * Btrfs: fix btrfs acl #ifdef checksChris Mason2009-10-131-1/+1
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-4/+11
|\ \ | |/
| * Btrfs: constify dentry_operationsAlexey Dobriyan2009-10-091-1/+1
| * Btrfs: optimize fsync for the single writer caseJosef Bacik2009-10-081-0/+2
| * Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-081-6/+7
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-0/+3
| * Btrfs: fix deadlock on async thread startupChris Mason2009-10-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-011-8/+17
|\ \ | |/
| * Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball2009-09-291-1/+1
| * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-7/+16
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
|/
* Btrfs: account for space used by the super mirrorsJosef Bacik2009-09-211-0/+2
* Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-211-0/+1
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-3/+9
* Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-4/+24
* Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-2/+2
* Btrfs: improve async block group cachingYan Zheng2009-09-171-9/+20