aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe1-11/+1
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-5/+21
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds12-204/+90
2010-04-05Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-05Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason1-0/+4
2010-04-05Btrfs: create snapshot references in same commit as snapshotSage Weil1-66/+31
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin2-32/+5
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik1-1/+3
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik6-81/+13
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2-4/+12
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter1-1/+1
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter1-0/+3
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter1-0/+1
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei1-0/+2
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei1-10/+5
2010-03-30Btrfs: add NULL check for do_walk_down()Miao Xie1-1/+4
2010-03-30Btrfs: remove duplicate include in ioctl.cAndrea Gelmini1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo23-4/+19
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds19-229/+1225
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason1-3/+6
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason1-0/+3
2010-03-18Btrfs: return keys for large items to the search ioctlChris Mason1-1/+1
2010-03-18Btrfs: fix key checks and advance in the search ioctlChris Mason1-14/+25
2010-03-16Btrfs: buffer results in the space_info ioctlChris Mason1-11/+46
2010-03-16Btrfs: use __u64 types in ioctl.hSage Weil1-5/+5
2010-03-16Btrfs: fix search_ioctl key advanceSage Weil1-1/+1
2010-03-15Btrfs: fix gfp flags masking in the compression codeNick Piggin1-1/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioChris Mason1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidXiao Guangrong1-3/+3
2010-03-15btrfs: use memparseAkinobu Mita3-30/+4
2010-03-15Btrfs: add a "df" ioctl for btrfsJosef Bacik2-1/+58
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik9-90/+148
2010-03-15Btrfs: cache ordered extent when completing ioJosef Bacik3-5/+10
2010-03-15Btrfs: cache extent state in find_delalloc_rangeJosef Bacik1-3/+8
2010-03-15Btrfs: change the ordered tree to use a spinlock instead of a mutexJosef Bacik2-19/+19
2010-03-15Btrfs: finish read pages in the order they are submittedChris Mason1-3/+4
2010-03-15btrfs: fix btrfs_mkdir goto for no free objectidsMiao Xie1-1/+1
2010-03-15Btrfs: flush data on snapshot creationSage Weil1-4/+1
2010-03-15Btrfs: make df be a little bit more understandableJosef Bacik1-3/+26
2010-03-15btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki1-0/+7
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason5-14/+117
2010-03-15Btrfs: be more selective in the defrag ioctlChris Mason1-10/+140
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperChris Mason1-10/+10
2010-03-15Btrfs: make subvolid=0 mount the original default rootJosef Bacik1-3/+9
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik3-1/+80