summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2011-04-25Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh
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
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-17Btrfs: improve async block group cachingYan Zheng
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-07-27Btrfs: change how we unpin extentsJosef Bacik
2009-07-27Btrfs: Correct redundant test in add_inode_refJulia Lawall
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-06-11Btrfs: fix extent_buffer leak during tree log replayChris Mason
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov
2009-04-02Btrfs: notreelog mount optionSage Weil
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik
2009-03-24Btrfs: optimize fsyncs on old filesChris Mason
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng
2009-01-09Btrfs: explicitly mark the tree log root for writebackChris Mason
2009-01-06Btrfs: tree logging checksum fixesYan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: avoid orphan inode caused by log replayYan Zheng