summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2012-10-01Btrfs: add hole punchingJosef Bacik
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik
2012-10-01Btrfs: check if an inode has no checksum when logging itLiu Bo
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: cleanup extents after we finish logging inodeLiu Bo
2012-10-01Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason
2012-05-30Btrfs: fix return code in drop_objectid_itemsJosef Bacik
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
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