summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-241-4/+2
* helpers for acl caching + switch to thoseAl Viro2009-06-241-35/+9
* switch btrfs to inode->i_aclAl Viro2009-06-244-27/+9
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-161-5/+21
|\
| * btrfs: properly register fs backing deviceJens Axboe2009-06-161-5/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-161-6/+6
|\ \ | |/ |/|
| * Btrfs: always update root items for fs trees at commit timeYan Zheng2009-06-151-6/+6
* | enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-3/+0
* | btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-112-15/+0
|/
* Btrfs: fix extent_buffer leak during tree log replayChris Mason2009-06-111-0/+1
* Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason2009-06-111-1/+6
* Btrfs: fix -o nodatasum printk spellingChris Mason2009-06-111-1/+1
* Btrfs: check duplicate backrefs for both data and metadataYan Zheng2009-06-111-11/+4
* Btrfs: init worker struct fields before kthread-runShin Hong2009-06-101-1/+1
* Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-101-14/+29
* Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-103-2/+45
* Fix btrfs when ACLs are configured outAl Viro2009-06-102-5/+4
* Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi2009-06-101-0/+2
* Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-104-37/+7
* Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig2009-06-105-21/+200
* Btrfs: autodetect SSD devicesChris Mason2009-06-105-0/+24
* Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-105-6/+22
* Btrfs: avoid allocation clusters that are too spread outChris Mason2009-06-101-1/+2
* Btrfs: Add mount -o nossdChris Mason2009-06-101-2/+7
* 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
OpenPOWER on IntegriCloud