aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-3/+49
2009-06-04Btrfs: Fix oops and use after free during space balancingChris Mason1-3/+48
2009-06-04Btrfs: set device->total_disk_bytes when adding new deviceYan Zheng1-0/+1
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-13/+40
2009-05-14Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P1-1/+1
2009-05-14Btrfs: make show_options result match actual option namesSage Weil1-2/+2
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong1-4/+0
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2-3/+0
2009-05-14Btrfs: Don't loop forever on metadata IO failuresChris Mason1-3/+36
2009-05-14Btrfs: init inode ordered_data_close flag properlyChris Mason1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-8/+4
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds17-337/+281
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason1-0/+62
2009-04-27Btrfs: fix acl cachingChris Mason2-7/+15
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker5-23/+40
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker1-1/+1
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason1-8/+0
2009-04-27Btrfs: ratelimit IO error printksChris Mason2-17/+31
2009-04-27Btrfs: remove #if 0 codeChris Mason3-188/+1
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball2-11/+27
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason1-0/+6
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason5-17/+29
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig3-43/+28
2009-04-24Btrfs: don't export symbolsChristoph Hellwig1-6/+0
2009-04-24Btrfs: simplify makefileChristoph Hellwig1-17/+2
2009-04-24Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik4-2/+42
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-83/+272
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason2-9/+31
2009-04-20btrfs: use memdup_user()Li Zefan2-46/+16
2009-04-20Btrfs: use the right node in reada_for_balanceChris Mason1-5/+12
2009-04-20Btrfs: fix oops on page->mapping->host during writepageChris Mason1-8/+32
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason5-15/+56
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason5-46/+141
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds17-544/+982
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+2
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov3-6/+3
2009-04-02Btrfs: remove dead codeDan Carpenter1-2/+0
2009-04-02Btrfs: remove dead codeDan Carpenter1-1/+0
2009-04-02Btrfs: fix typos in commentsWu Fengguang3-12/+14
2009-04-02Btrfs: remove unused ftrace includeJim Owens2-2/+0
2009-04-03Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens1-11/+5
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng1-1/+4
2009-04-02Btrfs: fix race in worker_loopAmit Gud1-1/+5
2009-04-02Btrfs: add flushoncommit mount optionSage Weil3-5/+15
2009-04-02Btrfs: notreelog mount optionSage Weil3-1/+15
2009-04-02Btrfs: introduce btrfs_show_optionsEric Paris1-1/+33
2009-04-03Btrfs: rework allocation clusteringChris Mason6-74/+509
2009-04-03Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason1-23/+65
2009-04-03Btrfs: break up btrfs_search_slot into smaller piecesChris Mason1-90/+131
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik4-16/+1