summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Btrfs: use slabs for auto defrag allocationMiao Xie3-5/+34
2012-12-17Btrfs: get write access for qgroup operationsMiao Xie1-25/+48
2012-12-17Btrfs: get write access for scrubMiao Xie1-3/+13
2012-12-17Btrfs: get write access when removing a deviceMiao Xie1-4/+8
2012-12-17Btrfs: get write access when doing resize fsMiao Xie1-2/+8
2012-12-17Btrfs: get write access when setting the default subvolumeMiao Xie1-12/+28
2012-12-17Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie1-7/+8
2012-12-17Btrfs: don't start a new transaction when starting syncMiao Xie2-9/+18
2012-12-17Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie1-6/+6
2012-12-17Btrfs: fix an while-loop of listxattrLiu Bo1-1/+1
2012-12-17Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui1-1/+0
2012-12-17Btrfs: add support for device replace ioctlsStefan Behrens2-3/+52
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+5
2012-12-13Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens1-5/+154
2012-12-13Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replaceStefan Behrens1-1/+1
2012-12-13Btrfs: optionally avoid reads from device replace source driveStefan Behrens1-11/+35
2012-12-13Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens1-1/+49
2012-12-13Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens4-7/+11
2012-12-13Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens7-14/+111
2012-12-13Btrfs: add new sources for device replace codeStefan Behrens7-1/+1069
2012-12-13Btrfs: add code to scrub to copy read data to another diskStefan Behrens5-73/+851
2012-12-13Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens6-33/+65
2012-12-13Btrfs: disallow some operations on the device replace target deviceStefan Behrens7-18/+54
2012-12-13Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens3-17/+40
2012-12-13Btrfs: introduce a btrfs_dev_replace_item typeStefan Behrens2-0/+69
2012-12-13Btrfs: enhance btrfs structures for device replace supportStefan Behrens2-0/+44
2012-12-13Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens1-1/+10
2012-12-13Btrfs: pass fs_info instead of rootStefan Behrens7-66/+60
2012-12-13Btrfs: add btrfs_scratch_superblock() functionStefan Behrens2-0/+19
2012-12-13Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens9-37/+32
2012-12-13Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens5-15/+15
2012-12-13Btrfs: add two more find_device() methodsStefan Behrens2-0/+64
2012-12-13Btrfs: move some common code into a subfunctionStefan Behrens1-43/+50
2012-12-13Btrfs: cleanup scrub bio and worker wait codeStefan Behrens1-35/+71
2012-12-13Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens1-35/+26
2012-12-13Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens1-23/+12
2012-12-13Btrfs: make the scrub page array dynamically allocatedStefan Behrens1-74/+121
2012-12-13Btrfs: remove the block device pointer from the scrub context structStefan Behrens1-60/+73
2012-12-13Btrfs: rename the scrub context structureStefan Behrens2-253/+253
2012-12-13Btrfs: protect devices list with its mutexLiu Bo1-4/+5
2012-12-13Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo7-81/+34
2012-12-13Btrfs: merge inode_list in __merge_refsAlexander Block1-2/+11
2012-12-13Btrfs: set hole punching time properlyTsutomu Itoh1-0/+3
2012-12-13Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens1-2/+5
2012-12-13Btrfs: fix a double free on pending snapshots in error handlingLiu Bo1-1/+5
2012-12-13Btrfs: fix a deadlock in aborting transaction due to ENOSPCLiu Bo1-0/+7
2012-12-13fs/btrfs: drop if around WARN_ONJulia Lawall3-10/+5
2012-12-13fs/btrfs: use WARNJulia Lawall7-38/+21
2012-12-13Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie1-1/+4
2012-12-13Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie1-0/+2