aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitChris Mason
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-08-16Btrfs: fix an oops of log replayliubo
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: check return value of btrfs_inc_extent_ref()Tsutomu Itoh
2011-05-23Btrfs: return error to caller if read_one_inode() failsTsutomu Itoh
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh
2011-05-23Btrfs: do not flush csum items of unchanged file data during treelogliubo
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-12btrfs: scrubArne Jansen
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-04-25Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-03-28btrfs: make inode ref log recovery fasterliubo
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason
2011-01-28btrfs: fix several uncheck memory allocationsliubo
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-14Btrfs: properly wait log writers during log syncYan, Zheng
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-13Btrfs: only write one super copy during fsyncChris Mason
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-08Btrfs: optimize fsync for the single writer caseJosef Bacik
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason