aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAge
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-22
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-21
* btrfs: Fix busyloops in transaction waiting codeJan Kara2012-01-26
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-16
|\
| * Btrfs: mark delayed refs as for cowArne Jansen2011-12-22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-06
|\|
| * btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-06
| * Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-06
| * Btrfs: don't wait as long for more batches during SSD log commitChris Mason2011-11-06
* | filesystems: add set_nlink()Miklos Szeredi2011-11-02
|/
* Btrfs: fix an oops of log replayliubo2011-08-16
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-01
|\
| * btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh2011-07-14
* | Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-27
|/
* btrfs: fix dereference of ERR_PTR valueDavid Sterba2011-06-17
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-23
|\
| * Btrfs: check return value of btrfs_inc_extent_ref()Tsutomu Itoh2011-05-23
| * Btrfs: return error to caller if read_one_inode() failsTsutomu Itoh2011-05-23
| * Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-23
| * Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh2011-05-23
* | Btrfs: do not flush csum items of unchanged file data during treelogliubo2011-05-23
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-23
|\ \
| * | btrfs: scrubArne Jansen2011-05-12
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-22
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-02
| * | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-02
| |/
* | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-22
|\ \
| * | btrfs: implement delayed inode items operationMiao Xie2011-05-21
| |/
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-21
|\ \ | |/ |/|
| * Btrfs: Always use 64bit inode numberLi Zefan2011-04-25
* | Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh2011-04-25
|/
* btrfs: make inode ref log recovery fasterliubo2011-03-28
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-28
* Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-17
* btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-01
* btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-01
* Btrfs: catch errors from btrfs_sync_logChris Mason2011-01-31
* btrfs: fix several uncheck memory allocationsliubo2011-01-28
* Btrfs: use dget_parent where we can UPDATEDJosef Bacik2010-11-21
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-29
* Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-29
* Btrfs: Metadata ENOSPC handling for tree logYan, Zheng2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-15
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-17
* Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-15
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-15
|\
| * Btrfs: properly wait log writers during log syncYan, Zheng2009-10-14
| * Btrfs: streamline tree-log btree block writeoutChris Mason2009-10-13