aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-56/+216
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-04-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-081-0/+5
|\
| * btrfs: add missing options displayed in mount outputDavid Sterba2011-07-061-0/+5
* | Remove unneeded version.h includes from fs/Jesper Juhl2011-06-241-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-201-1/+14
|\ \ | |/
| * btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-171-1/+0
| * Btrfs: fix relocation racesChris Mason2011-06-171-0/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-051-5/+17
|\ \ | |/
| * btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-0/+9
| * Btrfs: add mount -o inode_cacheChris Mason2011-06-041-0/+1
| * Merge branch 'for-chris' ofChris Mason2011-05-281-5/+7
| |\
| | * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-2/+1
| | * Btrfs: fix how we do space reservation for truncateJosef Bacik2011-05-231-0/+3
| | * Btrfs: kill trans_mutexJosef Bacik2011-05-231-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-281-1/+1
|\ \ \ | |/ / |/| |
| * | fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
| |/
* | Btrfs: add mount -o auto_defragChris Mason2011-05-261-1/+44
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-3/+0
|\ \
| * | BTRFS: Remove unused node_lockAndi Kleen2011-05-231-3/+0
| |/
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-4/+38
|\ \
| * | btrfs: add readonly flagArne Jansen2011-05-121-1/+1
| * | btrfs: new ioctls for scrubJan Schmidt2011-05-121-2/+0
| * | btrfs: scrubArne Jansen2011-05-121-2/+35
* | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-96/+6
|\ \ \
| * | | btrfs: use unsigned type for single bit bitfieldDavid Sterba2011-05-121-4/+4
| * | | btrfs: remove all unused functionsDavid Sterba2011-05-061-78/+0
| * | | btrfs: remove unused function prototypesDavid Sterba2011-05-041-12/+0
| * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-1/+1
| * | | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-1/+1
| | |/ | |/|
* | | 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