aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik1-1/+0
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-2/+32
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt1-0/+7
2012-05-30Btrfs: set ioprio of scrub readahead to idleStefan Behrens1-0/+3
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+38
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik1-1/+1
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt1-0/+2
2012-05-30Btrfs: add tree modification log functionsJan Schmidt1-0/+5
2012-05-26Btrfs: add tree mod log to fs_infoJan Schmidt1-0/+9
2012-05-26Btrfs: move struct seq_list to ctree.hJan Schmidt1-0/+7
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt1-2/+2
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2012-04-18Btrfs: fix that check_int_data mount option was ignoredStefan Behrens1-1/+1
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linusChris Mason1-18/+15
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-31/+63
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens1-0/+2
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov1-23/+0
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov1-8/+13
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov1-0/+15
2012-03-26Btrfs: add the ability to cache a pointer into the ebChris Mason1-0/+13
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason1-2/+22
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik1-2/+1
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-1/+12
2012-03-22btrfs: add varargs to btrfs_errorJeff Mahoney1-2/+10
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney1-3/+3
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-22/+23
2012-03-22btrfs: btrfs_update_root error push-upJeff Mahoney1-3/+4
2012-03-22btrfs: Add btrfs_panic()Jeff Mahoney1-0/+11
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