summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-2/+4
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-51/+51
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-49/+49
| * | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-021-2/+2
| |/
* | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-0/+7
|\ \
| * | btrfs: implement delayed inode items operationMiao Xie2011-05-211-0/+7
| |/
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-27/+27
|\ \ | |/ |/|
| * Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-27/+27
* | Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh2011-04-261-2/+5
|/
* btrfs: make inode ref log recovery fasterliubo2011-03-281-24/+11Star
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-6/+9
* Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-171-0/+7
* btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-0/+1
* btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-011-0/+6
* Btrfs: catch errors from btrfs_sync_logChris Mason2011-01-311-1/+2
* btrfs: fix several uncheck memory allocationsliubo2011-01-281-0/+25
* Btrfs: use dget_parent where we can UPDATEDJosef Bacik2010-11-221-4/+17
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-15/+0Star
* Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-291-1/+1
* Btrfs: Metadata ENOSPC handling for tree logYan, Zheng2010-05-251-90/+151
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-1/+1