summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|/
* Btrfs: change how we unpin extentsJosef Bacik2009-07-271-1/+1
* Btrfs: Correct redundant test in add_inode_refJulia Lawall2009-07-271-1/+1
* Btrfs: async block group cachingJosef Bacik2009-07-241-1/+1
* Btrfs: fix extent_buffer leak during tree log replayChris Mason2009-06-111-0/+1
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-66/+36
* Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-241-1/+1
* Btrfs: BUG to BUG_ON changesStoyan Gaydarov2009-04-021-2/+1
* Btrfs: notreelog mount optionSage Weil2009-04-021-0/+5
* Btrfs: kill the pinned_mutexJosef Bacik2009-04-031-3/+1
* Btrfs: optimize fsyncs on old filesChris Mason2009-03-241-1/+44
* Btrfs: tree logging unlink/rename fixesChris Mason2009-03-241-78/+311
* Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason2009-03-241-0/+11
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-1/+0
* Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng2009-02-121-0/+2
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-0/+4
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-184/+166
OpenPOWER on IntegriCloud