aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-16/+23
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-6/+42
* Btrfs: run delayed directory updates during log replayChris Mason2012-07-161-0/+6
* Btrfs: fix an oops of log replayliubo2011-08-291-4/+24
* 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/+0
| * 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-251-2/+5
|/
* btrfs: make inode ref log recovery fasterliubo2011-03-281-24/+11
* 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-211-4/+17
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-15/+0
* 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
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-171-25/+24
* Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-151-2/+2
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-151-13/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-7/+41
|\
| * Btrfs: properly wait log writers during log syncYan, Zheng2009-10-141-5/+6
| * Btrfs: streamline tree-log btree block writeoutChris Mason2009-10-131-1/+7
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+27
| * Btrfs: only write one super copy during fsyncChris Mason2009-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-1/+11
|\ \ | |/
| * Btrfs: optimize fsync for the single writer caseJosef Bacik2009-10-081-1/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-11/+14
|\ \ | |/
| * Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-2/+11
| * Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng2009-09-211-6/+0
| * Btrfs: improve async block group cachingYan Zheng2009-09-171-2/+2
| * Btrfs: Fix extent replacment raceChris Mason2009-09-111-1/+1
* | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
|/