aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-2/+11
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-6/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-17Btrfs: improve async block group cachingYan Zheng1-2/+2
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-1/+1
2009-07-27Btrfs: change how we unpin extentsJosef Bacik1-1/+1
2009-07-27Btrfs: Correct redundant test in add_inode_refJulia Lawall1-1/+1
2009-07-24Btrfs: async block group cachingJosef Bacik1-1/+1
2009-06-11Btrfs: fix extent_buffer leak during tree log replayChris Mason1-0/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-66/+36
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-1/+1
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-02Btrfs: notreelog mount optionSage Weil1-0/+5
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik1-3/+1
2009-03-24Btrfs: optimize fsyncs on old filesChris Mason1-1/+44
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-78/+311
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason1-0/+11
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-1/+0
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+4
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-184/+166
2009-01-09Btrfs: explicitly mark the tree log root for writebackChris Mason1-0/+13
2009-01-06Btrfs: tree logging checksum fixesYan Zheng1-202/+91
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-36/+34
2009-01-05Btrfs: avoid orphan inode caused by log replayYan Zheng1-1/+6
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng1-7/+2
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason1-0/+5
2008-12-08Btrfs: superblock duplicationYan Zheng1-2/+1
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-13/+108
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-4/+6
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-2/+3
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-4/+9
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+2
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-2/+2
2008-10-29Btrfs: Add zlib compression supportChris Mason1-2/+1
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-5/+3
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-3/+3