summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie2013-06-142-9/+1
* Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie2013-06-141-8/+18
* Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie2013-06-142-21/+65
* Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie2013-06-141-5/+6
* Btrfs: cleanup unnecessary assignment when cleaning up all the residual trans...Miao Xie2013-06-141-8/+1
* Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Miao Xie2013-06-142-9/+7
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-1410-58/+143
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-147-67/+183
* Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie2013-06-144-3/+26
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-149-269/+228
* Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie2013-06-143-14/+15
* Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie2013-06-142-5/+9
* Btrfs: make the cleaner complete early when the fs is going to be umountedMiao Xie2013-06-141-5/+7
* Btrfs: remove unnecessary ->s_umount in cleaner_kthread()Miao Xie2013-06-141-12/+28
* Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-145-27/+0
* Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens2013-06-142-8/+2
* Btrfs: delete unused functionStefan Behrens2013-06-141-14/+0
* Btrfs: remove useless copy in quota_ctlLiu Bo2013-06-141-3/+0
* Minor format cleanup.Andreas Philipp2013-06-141-2/+2
* Btrfs: cleanup unused arguments in send.cTsutomu Itoh2013-06-141-99/+90
* Btrfs: fix a commentStefan Behrens2013-06-141-1/+1
* Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt2013-06-143-0/+35
* Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong2013-06-143-34/+43
* btrfs: show compiled-in config features at module load timeDavid Sterba2013-06-142-6/+13
* btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba2013-06-143-5/+3
* btrfs: add prefix to sanity tests messagesDavid Sterba2013-06-141-48/+49
* btrfs: add debug check for extent_io range alignmentDavid Sterba2013-06-141-0/+27
* Btrfs: fix check on same raid type flag twiceHenrik Nordvik2013-06-141-1/+1
* Btrfs: stop all workers before cleaning up rootsJosef Bacik2013-06-081-3/+3
* Btrfs: fix use-after-free bug during umountLiu Bo2013-06-081-2/+2
* Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
* btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
* Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik2013-06-081-1/+1
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-05-1716-174/+181
|\
| * Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik2013-05-171-18/+21
| * Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens2013-05-171-0/+2
| * btrfs: do away with non-whole_page extent I/OAlexandre Oliva2013-05-171-55/+30
| * Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie2013-05-171-0/+6
| * Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie2013-05-171-1/+0
| * Btrfs: pause the space balance when remounting to R/OMiao Xie2013-05-171-0/+1
| * Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie2013-05-171-4/+3
| * Btrfs: fix accessing a freed tree rootMiao Xie2013-05-171-1/+1
| * Btrfs: return errno if possible when we fail to allocate memoryLiu Bo2013-05-171-2/+6
| * Btrfs: update the global reserve if it is emptyMiao Xie2013-05-171-1/+8
| * Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie2013-05-171-2/+4
| * Btrfs: optimize the error handle of use_block_rsv()Miao Xie2013-05-171-37/+28
| * Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-175-22/+34
| * Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie2013-05-171-1/+2
| * Correct allowed raid levels on balance.Andreas Philipp2013-05-171-7/+6
| * Btrfs: fix possible memory leak in replace_path()Stefan Behrens2013-05-171-1/+1
OpenPOWER on IntegriCloud