summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-12-17Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie
2012-12-17Btrfs: don't auto defrag a file when doing directIOMiao Xie
2012-12-17Btrfs: use ctl->unit for free space calculation instead of block_group->secto...Wang Sheng-Hui
2012-12-17Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger
2012-12-17Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-17Btrfs: add fiemap's flag checkTsutomu Itoh
2012-12-17Btrfs: don't add a NULL extended attributeLiu Bo
2012-12-17Btrfs: skip adding an acl attribute if we don't have toLiu Bo
2012-12-17Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()Miao Xie
2012-12-17Btrfs: use existing align macros in btrfs_allocate()Miao Xie
2012-12-17Btrfs: fix a scrub regression in case of write errorsStefan Behrens
2012-12-17Btrfs: fix a build warning for an unused labelStefan Behrens
2012-12-17Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens
2012-12-17Btrfs: fix freeze vs auto defragMiao Xie
2012-12-17Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie
2012-12-17Btrfs: fix unprotected defragable inode insertionMiao Xie
2012-12-17Btrfs: use slabs for auto defrag allocationMiao Xie
2012-12-17Btrfs: get write access for qgroup operationsMiao Xie
2012-12-17Btrfs: get write access for scrubMiao Xie
2012-12-17Btrfs: get write access when removing a deviceMiao Xie
2012-12-17Btrfs: get write access when doing resize fsMiao Xie
2012-12-17Btrfs: get write access when setting the default subvolumeMiao Xie
2012-12-17Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie
2012-12-17Btrfs: don't start a new transaction when starting syncMiao Xie
2012-12-17Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie
2012-12-17Btrfs: fix an while-loop of listxattrLiu Bo
2012-12-17Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui
2012-12-17Btrfs: add support for device replace ioctlsStefan Behrens
2012-12-12Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens
2012-12-12Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replaceStefan Behrens
2012-12-12Btrfs: optionally avoid reads from device replace source driveStefan Behrens
2012-12-12Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens
2012-12-12Btrfs: introduce a btrfs_dev_replace_item typeStefan Behrens
2012-12-12Btrfs: enhance btrfs structures for device replace supportStefan Behrens
2012-12-12Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens
2012-12-12Btrfs: cleanup scrub bio and worker wait codeStefan Behrens
2012-12-12Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens