summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix bad extent loggingJosef Bacik2013-05-061-138/+6
* Btrfs: log ram bytes properlyJosef Bacik2013-05-061-1/+1
* btrfs: Cleanup some redundant codes in btrfs_log_inode()Zhi Yong Wu2013-05-061-2/+0
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-131-6/+42
* Btrfs: use set_nlink if our i_nlink is 0Josef Bacik2013-03-041-1/+4
* Btrfs: delete inline extents when we find them during loggingJosef Bacik2013-03-011-0/+18
* Btrfs: fix memory leak of log rootsLiu Bo2013-02-281-2/+4
* btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-2/+1
* btrfs: remove cache only arguments from defrag pathEric Sandeen2013-02-201-2/+2
* Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo2013-02-201-2/+1
* Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-4/+128
* Btrfs: use right range to find checksum for compressed extentsLiu Bo2013-01-241-0/+5
* Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-241-2/+3
* Btrfs: use tokens where we can in the tree logJosef Bacik2012-12-161-54/+73
* Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-161-144/+194
* Btrfs: don't bother copying if we're only logging the inodeJosef Bacik2012-12-161-6/+34
* Btrfs: only log the inode item if we can get away with itJosef Bacik2012-12-161-2/+8
* Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie2012-12-121-1/+4
* Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie2012-12-121-0/+2
* Btrfs: fix wrong file extent lengthMiao Xie2012-12-121-8/+2
* Btrfs: do not log extents when we only log new namesLiu Bo2012-12-121-1/+2
* btrfs: Fix compilation with user namespace support enabledEric W. Biederman2012-10-121-2/+2
* btrfs: init ref_index to zero in add_inode_refChris Mason2012-10-091-1/+1
* Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens2012-10-091-2/+5
* Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik2012-10-091-19/+65
* Btrfs: be smarter about dropping things from the tree logJosef Bacik2012-10-091-2/+13
* Btrfs: don't lookup csums for prealloc extentsJosef Bacik2012-10-091-2/+1
* Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik2012-10-091-1/+2
* btrfs: extended inode refsMark Fasheh2012-10-091-52/+293
* btrfs: improved readablity for add_inode_refJan Schmidt2012-10-081-81/+97
* Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik2012-10-081-6/+40
* Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik2012-10-041-4/+17
* Btrfs: fix unprotected ->log_batchMiao Xie2012-10-011-7/+5
* Btrfs: add hole punchingJosef Bacik2012-10-011-1/+1
* Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik2012-10-011-5/+2
* Btrfs: check if an inode has no checksum when logging itLiu Bo2012-10-011-11/+12
* Btrfs: fix a bug in checking whether a inode is already in logLiu Bo2012-10-011-0/+1
* Btrfs: improve fsync by filtering extents that we wantLiu Bo2012-10-011-3/+3
* Btrfs: cleanup extents after we finish logging inodeLiu Bo2012-10-011-0/+6
* Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik2012-10-011-1/+1
* Btrfs: turbo charge fsyncJosef Bacik2012-10-011-6/+214
* Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2012-07-231-2/+2
* Btrfs: run delayed directory updates during log replayChris Mason2012-07-021-0/+6
* Btrfs: fix return code in drop_objectid_itemsJosef Bacik2012-05-301-0/+2
* Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik2012-05-301-16/+1
* Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh2012-05-301-3/+13
* Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-061-1/+1
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-16/+63
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-10/+7
* btrfs: Fix busyloops in transaction waiting codeJan Kara2012-01-261-2/+4
OpenPOWER on IntegriCloud