aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-2/+27
|\
| * btrfs: implement delayed inode items operationMiao Xie2011-05-211-2/+27
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-12/+17
|\ \ | |/ |/|
| * Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-0/+7
| * Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-6/+9
| * Btrfs: Make free space cache code genericLi Zefan2011-04-251-6/+1
* | Revert wrong fixes for common misspellingsLucas De Marchi2011-04-261-1/+1
|/
* Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2011-04-161-1/+3
* Btrfs: deal with the case that we run out of space in the cacheJosef Bacik2011-04-081-0/+5
* Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-051-0/+4
* Btrfs: fix OOPS of empty filesystem after balanceliubo2011-03-281-0/+1
* Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang2011-03-281-0/+1
* Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang2011-03-281-1/+1
* Btrfs: make update_reserved_bytes() publicLi Dongyang2011-03-281-0/+2
* Btrfs: Per file/directory controls for COW and compressionLiu Bo2011-03-281-0/+1
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+1
* Btrfs: cleanup how we setup free space clustersJosef Bacik2011-03-251-3/+0
* Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-171-0/+3
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-171-1/+1
* Btrfs: convert to the new truncate sequenceJosef Bacik2011-03-171-1/+1
* 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