aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-14Minor format cleanup.Andreas Philipp1-2/+2
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt1-0/+2
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong1-0/+6
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik1-1/+1
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba1-3/+3
2013-05-07btrfs: enhance superblock checksDavid Sterba1-2/+4
2013-05-06btrfs: fix misleading variable name for flagsDavid Sterba1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-22/+0
2013-05-06Btrfs: rescan for qgroupsJan Schmidt1-6/+11
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-5/+2
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens1-3/+2
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-2/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-7/+3
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie1-2/+20
2013-05-06Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong1-0/+3
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-4/+0
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-2/+19
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-2/+20
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba1-0/+1
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie1-2/+7
2013-02-21Btrfs: fix remount vs autodefragMiao Xie1-0/+2
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-3/+41
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-1/+1
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-7/+0
2013-02-20btrfs: add cancellation points to defragDavid Sterba1-0/+7
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik1-0/+5
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen1-4/+4
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen1-3/+6
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-1/+3
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie1-0/+2
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie1-3/+4
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie1-4/+5
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie1-0/+10
2013-02-20Btrfs: add a comment for fs_info->max_inlineMiao Xie1-0/+6
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-20Btrfs: make raid attr array more readableMiao Xie1-1/+9
2013-02-20Btrfs: record first logical byte in memoryLiu Bo1-0/+1
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo1-2/+1
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-0/+3
2013-02-01Btrfs: Add a stripe cache to raid56Chris Mason1-1/+4
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-1/+34
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-3/+3
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-0/+2
2012-12-16Btrfs: put raid properties into global tableLiu Bo1-0/+1
2012-12-16Btrfs: don't memset new tokensJosef Bacik1-1/+1
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-0/+3
2012-12-16Btrfs: add path->really_keep_locksJosef Bacik1-0/+1
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain1-1/+1
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie1-0/+1
2012-12-16Btrfs: use slabs for auto defrag allocationMiao Xie1-0/+2