aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2010-04-26btrfs: convert to using bdi_setup_and_register()Gravatar Jens Axboe 1-11/+1
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Linus Torvalds 2-5/+21
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksGravatar Chris Mason 1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 12-204/+90
2010-04-05Btrfs: fix data enospc check overflowGravatar Josef Bacik 1-5/+15
2010-04-05Btrfs: add check for changed leaves in setup_leaf_for_splitGravatar Chris Mason 1-0/+4
2010-04-05Btrfs: create snapshot references in same commit as snapshotGravatar Sage Weil 1-66/+31
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sGravatar Josef Bacik 1-5/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocGravatar Nick Piggin 2-32/+5
2010-03-30Btrfs: fix chunk allocate size calculationGravatar Josef Bacik 1-1/+3
2010-03-30Btrfs: kill max_extent mount optionGravatar Josef Bacik 6-81/+13
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsGravatar Josef Bacik 2-4/+12
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Gravatar Dan Carpenter 1-1/+1
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlGravatar Dan Carpenter 1-0/+3
2010-03-30Btrfs: dereferencing freed memoryGravatar Dan Carpenter 1-0/+1
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Gravatar Zhao Lei 1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Gravatar Zhao Lei 1-0/+2
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Gravatar Zhao Lei 1-10/+5
2010-03-30Btrfs: add NULL check for do_walk_down()Gravatar Miao Xie 1-1/+4
2010-03-30Btrfs: remove duplicate include in ioctl.cGravatar Andrea Gelmini 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 23-4/+19
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 19-229/+1225
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeGravatar Chris Mason 1-3/+6
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlGravatar Chris Mason 1-0/+3
2010-03-18Btrfs: return keys for large items to the search ioctlGravatar Chris Mason 1-1/+1
2010-03-18Btrfs: fix key checks and advance in the search ioctlGravatar Chris Mason 1-14/+25
2010-03-16Btrfs: buffer results in the space_info ioctlGravatar Chris Mason 1-11/+46
2010-03-16Btrfs: use __u64 types in ioctl.hGravatar Sage Weil 1-5/+5
2010-03-16Btrfs: fix search_ioctl key advanceGravatar Sage Weil 1-1/+1
2010-03-15Btrfs: fix gfp flags masking in the compression codeGravatar Nick Piggin 1-1/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioGravatar Chris Mason 1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidGravatar Xiao Guangrong 1-3/+3
2010-03-15btrfs: use memparseGravatar Akinobu Mita 3-30/+4
2010-03-15Btrfs: add a "df" ioctl for btrfsGravatar Josef Bacik 2-1/+58
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Gravatar Josef Bacik 9-90/+148
2010-03-15Btrfs: cache ordered extent when completing ioGravatar Josef Bacik 3-5/+10
2010-03-15Btrfs: cache extent state in find_delalloc_rangeGravatar Josef Bacik 1-3/+8
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexGravatar Josef Bacik 2-19/+19
2010-03-15Btrfs: finish read pages in the order they are submittedGravatar Chris Mason 1-3/+4
2010-03-15btrfs: fix btrfs_mkdir goto for no free objectidsGravatar Miao Xie 1-1/+1
2010-03-15Btrfs: flush data on snapshot creationGravatar Sage Weil 1-4/+1
2010-03-15Btrfs: make df be a little bit more understandableGravatar Josef Bacik 1-3/+26
2010-03-15btrfs: Update existing btrfs_device for renaming deviceGravatar TARUISI Hiroaki 1-0/+7
2010-03-15Btrfs: add new defrag-range ioctl.Gravatar Chris Mason 5-14/+117
2010-03-15Btrfs: be more selective in the defrag ioctlGravatar Chris Mason 1-10/+140
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperGravatar Chris Mason 1-10/+10
2010-03-15Btrfs: make subvolid=0 mount the original default rootGravatar Josef Bacik 1-3/+9
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolGravatar Josef Bacik 3-1/+80
2010-03-15Btrfs: change how we mount subvolumesGravatar Josef Bacik 6-34/+158
2010-03-15Btrfs: make set/get functions for the super compat_ro flags use compat_roGravatar Josef Bacik 1-1/+1