summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason2009-06-101-1/+4
* Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason2009-06-101-7/+15
* Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-101-5/+2
* Btrfs: reduce mount -o ssd CPU usageChris Mason2009-06-101-1/+1
* Btrfs: balance btree more oftenChris Mason2009-06-101-2/+2
* Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason2009-06-101-7/+4
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-1020-2043/+6928
* btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng2009-06-101-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-052-3/+49
|\
| * Btrfs: Fix oops and use after free during space balancingChris Mason2009-06-041-3/+48
| * Btrfs: set device->total_disk_bytes when adding new deviceYan Zheng2009-06-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-05-146-13/+40
|\|
| * Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P2009-05-141-1/+1
| * Btrfs: make show_options result match actual option namesSage Weil2009-05-141-2/+2
| * Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong2009-05-141-4/+0
| * Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-142-3/+0
| * Btrfs: Don't loop forever on metadata IO failuresChris Mason2009-05-141-3/+36
| * Btrfs: init inode ordered_data_close flag properlyChris Mason2009-05-141-0/+1
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-8/+4
* | 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