summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix wrong file extent lengthMiao Xie2012-12-121-8/+2Star
* 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-131-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/+1Star
* 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-091-81/+97
* Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik2012-10-091-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/+5Star
* Btrfs: add hole punchingJosef Bacik2012-10-011-1/+1
* Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik2012-10-011-5/+2Star
* 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/+1Star
* 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/+7Star
* btrfs: Fix busyloops in transaction waiting codeJan Kara2012-01-261-2/+4
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-1/+1
|\
| * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-071-9/+10
|\|
| * btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-2/+2
| * Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-061-5/+6
| * Btrfs: don't wait as long for more batches during SSD log commitChris Mason2011-11-061-2/+2
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
|/
* Btrfs: fix an oops of log replayliubo2011-08-171-4/+24
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-3/+9
|\
| * btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh2011-07-141-3/+9
* | Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-3/+3
|/
* btrfs: fix dereference of ERR_PTR valueDavid Sterba2011-06-171-1/+1
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-10/+26
|\
| * Btrfs: check return value of btrfs_inc_extent_ref()Tsutomu Itoh2011-05-231-0/+1
| * Btrfs: return error to caller if read_one_inode() failsTsutomu Itoh2011-05-231-6/+18
| * Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-1/+0Star
| * Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh2011-05-231-3/+7
* | Btrfs: do not flush csum items of unchanged file data during treelogliubo2011-05-231-0/+3
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-2/+4
|\ \