aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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