aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-8/+22
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan1-3/+12
2011-08-01btrfs: make btrfs_set_root_node voidMark Fasheh1-2/+2
2011-08-01Btrfs: fix readahead in file defragLi Zefan1-3/+8
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+8
2011-07-27Merge branch 'integration' into for-linusChris Mason1-6/+8
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-1/+1
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-1/+1
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik1-1/+3
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-07-20Btrfs: implement our own ->llseekJosef Bacik1-0/+3
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik1-0/+3
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik1-3/+0
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba1-0/+5
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl1-1/+0
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+14
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst1-1/+0
2011-06-17Btrfs: fix relocation racesChris Mason1-0/+14
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+17
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-0/+9
2011-06-04Btrfs: add mount -o inode_cacheChris Mason1-0/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-5/+7
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-1/+44
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-3/+0
2011-05-23BTRFS: Remove unused node_lockAndi Kleen1-3/+0
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-2/+1
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik1-0/+3
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-3/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-4/+38
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-96/+6
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-2/+27
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-2/+27
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-12/+17
2011-05-12btrfs: use unsigned type for single bit bitfieldDavid Sterba1-4/+4
2011-05-12btrfs: add readonly flagArne Jansen1-1/+1
2011-05-12btrfs: new ioctls for scrubJan Schmidt1-2/+0
2011-05-12btrfs: scrubArne Jansen1-2/+35
2011-05-06btrfs: remove all unused functionsDavid Sterba1-78/+0
2011-05-04btrfs: remove unused function prototypesDavid Sterba1-12/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-1/+1
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-1/+1
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-0/+7
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-6/+9