summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason5-6/+34
2008-11-18Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason8-65/+162
2008-11-18Btrfs: Add some debugging around the ENOSPC bugsJosef Bacik1-0/+3
2008-11-18Btrfs: fix free space leakJosef Bacik1-0/+8
2008-11-12Btrfs: Add a missing return pointer checkyanhai zhu1-0/+2
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu1-1/+2
2008-11-12Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng1-4/+14
2008-11-18Btrfs: Seed device supportYan Zheng8-315/+932
2008-11-12Btrfs: mount ro and remount supportYan Zheng7-58/+163
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik3-93/+909
2008-11-12Btrfs: allow clone of an arbitrary file rangeSage Weil2-41/+221
2008-11-13Btrfs: Fix handling of space info full during allocationsChris Mason1-2/+3
2008-11-13Btrfs: Improve metadata read latenciesChris Mason2-7/+7
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason4-8/+12
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng1-1/+1
2008-11-11Btrfs: empty_size allocation fixes againChris Mason1-3/+4
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason1-0/+10
2008-11-10Btrfs: Turn off extent state leak debuggingChris Mason1-1/+1
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason2-1/+6
2008-11-10Btrfs: Use invalidatepage when writepage finds a page outside of i_sizeChris Mason2-5/+2
2008-11-10Btrfs: Try harder while searching for free spaceChris Mason1-8/+30
2008-11-10Btrfs: Fix use after free during compressed readsChris Mason1-1/+6
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng4-4/+8
2008-11-10Btrfs: Make sure pages are dirty before doing delalloc for themChris Mason1-1/+2
2008-11-10Btrfs: Don't substract too much from the allocation target (avoid wrapping)Chris Mason1-5/+5
2008-11-08Btrfs: Avoid unplug storms during commitChris Mason2-2/+31
2008-11-08Btrfs: Fix more false enospc errors and an oops from empty clusteringChris Mason1-5/+14
2008-11-07Btrfs: make sure compressed bios don't complete too soonChris Mason1-2/+15
2008-11-07Btfs: More metadata allocator optimizationsChris Mason1-10/+18
2008-11-07Btrfs: enforce metadata allocation clusteringChris Mason2-7/+17
2008-11-07Btrfs: Optimize compressed writeback and readsChris Mason11-207/+849
2008-11-07Btrfs: Add ordered async work queuesChris Mason5-31/+158
2008-10-31Btrfs: rev the disk format for fallocateChris Mason1-1/+1
2008-10-31Btrfs: Compression corner fixesChris Mason4-9/+35
2008-10-30Btrfs: Add fallocate support v2Yan Zheng10-117/+563
2008-10-30Btrfs: update nodatacow code v2Yan Zheng7-213/+154
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng4-32/+43
2008-10-30Btrfs: update hole handling v2Yan Zheng4-124/+108
2008-10-30Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason1-10/+11
2008-10-30Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason2-3/+6
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason2-24/+42
2008-10-29Btrfs: Rev the disk format for compression and root pointer generation fieldsChris Mason1-1/+1
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng6-7/+39
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik11-216/+250
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik2-191/+132
2008-10-29Btrfs: Improve space balancing codeYan Zheng5-199/+277
2008-10-29Btrfs: Add zlib compression supportChris Mason22-379/+2315
2008-10-16Merge branch 'master' of ssh://mason@master.kernel.org/pub/scm/linux/kernel/g...Chris Mason56-0/+36787
2008-10-10Btrfs: make tree_search_offset more flexible in its searchingJosef Bacik1-2/+2
2008-10-10Btrfs: Don't call security_inode_mkdir during subvol creationChris Mason1-5/+0