aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Btrfs: explicitly mark the tree log root for writebackChris Mason2009-01-091-0/+13
* Btrfs: tree logging checksum fixesYan Zheng2009-01-061-202/+91
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-36/+34
* Btrfs: avoid orphan inode caused by log replayYan Zheng2009-01-051-1/+6
* Btrfs: properly check free space for tree balancingYan Zheng2008-12-171-7/+2
* Btrfs: Fix compressed checksum fsync log copiesChris Mason2008-12-081-0/+5
* Btrfs: superblock duplicationYan Zheng2008-12-081-2/+1
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-13/+108
* Btrfs: add support for multiple csum algorithmsJosef Bacik2008-12-021-4/+6
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-2/+3
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-4/+9
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-291-0/+2
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-2/+2
* Btrfs: Add zlib compression supportChris Mason2008-10-291-2/+1
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-5/+3
* Btrfs: Count space allocated to file in bytesYan Zheng2008-10-091-3/+3
* Btrfs: Full back reference supportZheng Yan2008-09-251-50/+58
* Btrfs: Disable the dir fsync optimization to skip logging the dir sometimesChris Mason2008-09-251-2/+1
* Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason2008-09-251-14/+15
* Btrfs: Copy into the log tree in big batchesChris Mason2008-09-251-61/+122
* Btrfs: Optimize tree log block allocationsChris Mason2008-09-251-13/+7
* Btrfs: Optimize btree walking while logging inodesChris Mason2008-09-251-6/+19
* Btrfs: Dir fsync optimizationsChris Mason2008-09-251-4/+4
* Btrfs: Update the highest objectid in a root after log replay is doneChris Mason2008-09-251-0/+7
* Btrfs: Tree logging fixesChris Mason2008-09-251-4/+9
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-0/+2804