aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-9/+10
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-2/+2
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason1-5/+6
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitChris Mason1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-08-16Btrfs: fix an oops of log replayliubo1-4/+24
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-3/+9
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-3/+3
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh1-3/+9
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba1-1/+1
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-10/+26
2011-05-23Btrfs: check return value of btrfs_inc_extent_ref()Tsutomu Itoh1-0/+1
2011-05-23Btrfs: return error to caller if read_one_inode() failsTsutomu Itoh1-6/+18
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-1/+0
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh1-3/+7
2011-05-23Btrfs: do not flush csum items of unchanged file data during treelogliubo1-0/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-2/+4
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-51/+51
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-0/+7
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-0/+7
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-27/+27
2011-05-12btrfs: scrubArne Jansen1-2/+4
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-49/+49
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-2/+2
2011-04-25Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh1-2/+5
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-27/+27
2011-03-28btrfs: make inode ref log recovery fasterliubo1-24/+11
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-6/+9
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik1-0/+7
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+1
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh1-0/+6
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason1-1/+2
2011-01-28btrfs: fix several uncheck memory allocationsliubo1-0/+25
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-4/+17
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-15/+0
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen1-1/+1
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng1-90/+151
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik1-1/+1
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng1-25/+24
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-2/+2
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-13/+20
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+41
2009-10-14Btrfs: properly wait log writers during log syncYan, Zheng1-5/+6
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason1-1/+7
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+27
2009-10-13Btrfs: only write one super copy during fsyncChris Mason1-1/+1
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+11
2009-10-08Btrfs: optimize fsync for the single writer caseJosef Bacik1-1/+11
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-11/+14