aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2717-337/+281
|\
| * Btrfs: look for acls during btrfs_read_locked_inodeChris Mason2009-04-271-0/+62
| * Btrfs: fix acl cachingChris Mason2009-04-272-7/+15
| * Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-275-23/+40
| * Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker2009-04-271-1/+1
| * Btrfs: remove unused btrfs_bit_radix slabChris Mason2009-04-271-8/+0
| * Btrfs: ratelimit IO error printksChris Mason2009-04-272-17/+31
| * Btrfs: remove #if 0 codeChris Mason2009-04-273-188/+1
| * Btrfs: When shrinking, only update disk size on successChris Ball2009-04-272-11/+27
| * Btrfs: fix deadlocks and stalls on dead root removalChris Mason2009-04-241-0/+6
| * Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-245-17/+29
| * Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-243-43/+28
| * Btrfs: don't export symbolsChristoph Hellwig2009-04-241-6/+0
| * Btrfs: simplify makefileChristoph Hellwig2009-04-241-17/+2
| * Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-244-2/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2110-83/+272
|\ \ | |/
| * Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-212-9/+31
| * Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
| * Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
| * Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-205-15/+56
| * Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-205-46/+141
* | btrfs: use memdup_user()Li Zefan2009-04-202-46/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-0317-544/+982
|\
| * Btrfs: BUG to BUG_ON changesStoyan Gaydarov2009-04-023-6/+3
| * Btrfs: remove dead codeDan Carpenter2009-04-021-2/+0
| * Btrfs: remove dead codeDan Carpenter2009-04-021-1/+0
| * Btrfs: fix typos in commentsWu Fengguang2009-04-023-12/+14
| * Btrfs: remove unused ftrace includeJim Owens2009-04-022-2/+0
| * Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens2009-04-031-11/+5
| * Btrfs: free inode struct when btrfs_new_inode failsShen Feng2009-04-021-1/+4
| * Btrfs: fix race in worker_loopAmit Gud2009-04-021-1/+5
| * Btrfs: add flushoncommit mount optionSage Weil2009-04-023-5/+15
| * Btrfs: notreelog mount optionSage Weil2009-04-023-1/+15
| * Btrfs: introduce btrfs_show_optionsEric Paris2009-04-021-1/+33
| * Btrfs: rework allocation clusteringChris Mason2009-04-036-74/+509
| * Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason2009-04-031-23/+65
| * Btrfs: break up btrfs_search_slot into smaller piecesChris Mason2009-04-031-90/+131
| * Btrfs: kill the pinned_mutexJosef Bacik2009-04-034-16/+1
| * Btrfs: kill the block group alloc mutexJosef Bacik2009-04-033-157/+83
| * Btrfs: clean up find_free_extentJosef Bacik2009-04-031-165/+91
| * Btrfs: free space cache cleanupsJosef Bacik2009-04-032-51/+44
| * Btrfs: unplug in the async bio submission threadsChris Mason2009-04-031-1/+13
| * Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason2009-04-031-0/+27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-022-2/+2
|\ \
| * | New helper - current_umask()Al Viro2009-03-312-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-0124-1622/+2762
|\ \ \ | | |/ | |/|
| * | Btrfs: try to free metadata pages when we free btree blocksChris Mason2009-03-311-0/+4
| * | Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-318-7/+288
| * | Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2009-03-252-3/+8
| * | Btrfs: optimize fsyncs on old filesChris Mason2009-03-241-1/+44