aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-15Btrfs: change how we mount subvolumesJosef Bacik6-34/+158
2010-03-15Btrfs: make set/get functions for the super compat_ro flags use compat_roJosef Bacik1-1/+1
2010-03-15Btrfs: add search and inode lookup ioctlsChris Mason2-16/+299
2010-03-15Btrfs: add a function to lookup a directory path by following backrefsTARUISI Hiroaki1-0/+92
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-14/+15
2010-03-08Btrfs: kfree correct pointer during mount option parsingJosef Bacik1-2/+3
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris8-12/+12
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+3
2010-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+4
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li1-2/+4
2010-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-54/+19
2010-02-04Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V1-1/+3
2010-02-04Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik1-44/+2
2010-02-04Btrfs: Fix oopsen when dropping empty tree.Yan, Zheng1-4/+4
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie2-2/+8
2010-02-04Btrfs: make error return negative in btrfs_sync_file()Roel Kluin1-1/+1
2010-02-04Btrfs: fix race between allocate and release extent buffer.Yan, Zheng1-2/+1
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds7-30/+36
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5