aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba1-1/+1
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integrationChris Mason1-1/+7
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-8/+16
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov1-0/+1
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov1-0/+4
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov1-0/+1
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov1-1/+132
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov1-0/+18
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov1-0/+6
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov1-0/+15
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov1-9/+17
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-3/+0
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-1/+1
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-8/+9
2011-12-22Btrfs: added helper btrfs_next_item()Jan Schmidt1-0/+7
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-1/+7
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik1-1/+2
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie1-0/+3
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik1-1/+2
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo1-0/+2
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-0/+21
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik1-0/+3
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik1-0/+2
2011-11-06Btrfs: add a log of past tree rootsChris Mason1-0/+95
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-2/+14
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason1-0/+5
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-1/+3
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik1-0/+1
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik1-0/+4
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-0/+6
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-4/+2
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-1/+1
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik1-0/+11
2011-10-19Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik1-3/+0
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik1-3/+0
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik1-11/+0
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik1-5/+0
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik1-2/+0
2011-10-02btrfs: initial readahead code and prototypesArne Jansen1-0/+16
2011-10-02btrfs: state information for readaheadArne Jansen1-0/+5
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason1-6/+4
2011-08-16Btrfs: use plain page_address() in header fields setget functionsLi Zefan1-4/+2
2011-08-16Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh1-2/+2
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