summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik
2008-11-12Btrfs: allow clone of an arbitrary file rangeSage Weil
2008-11-13Btrfs: Fix handling of space info full during allocationsChris Mason
2008-11-13Btrfs: Improve metadata read latenciesChris Mason
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng
2008-11-10Btrfs: empty_size allocation fixes againChris Mason
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason
2008-11-10Btrfs: Turn off extent state leak debuggingChris Mason
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason
2008-11-10Btrfs: Try harder while searching for free spaceChris Mason
2008-11-10Btrfs: Fix use after free during compressed readsChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-11-10Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason
2008-11-10Btrfs: Don't substract too much from the allocation target (avoid wrapping)Chris Mason
2008-11-07Btrfs: Avoid unplug storms during commitChris Mason
2008-11-07Btrfs: Fix more false enospc errors and an oops from empty clusteringChris Mason
2008-11-07Btrfs: make sure compressed bios don't complete too soonChris Mason
2008-11-07Btfs: More metadata allocator optimizationsChris Mason
2008-11-06Btrfs: enforce metadata allocation clusteringChris Mason
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-11-06Btrfs: Add ordered async work queuesChris Mason
2008-10-31Btrfs: rev the disk format for fallocateChris Mason
2008-10-31Btrfs: Compression corner fixesChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng
2008-10-30Btrfs: update hole handling v2Yan Zheng
2008-10-30Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason
2008-10-29Btrfs: Rev the disk format for compression and root pointer generation fieldsChris Mason
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-16Merge branch 'master' of ssh://mason@master.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingJosef Bacik
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig
2008-10-09Btrfs: Rev the disk format for the new back reference formatChris Mason
2008-10-09Btrfs: Fix makefile for builing btrfs staticSage Weil
2008-10-09Btrfs: Fix leaf reference cache missYan Zheng
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason