aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+5
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: 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 Heo1-0/+1
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: fix search_ioctl key advanceSage Weil1-1/+1
2010-03-15btrfs: use memparseAkinobu Mita1-1/+1
2010-03-15Btrfs: add a "df" ioctl for btrfsJosef Bacik1-0/+45
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-1/+1
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason1-10/+73
2010-03-15Btrfs: be more selective in the defrag ioctlChris Mason1-10/+140
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik1-0/+75
2010-03-15Btrfs: add search and inode lookup ioctlsChris Mason1-16/+233
2010-03-15Btrfs: add a function to lookup a directory path by following backrefsTARUISI Hiroaki1-0/+92
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-1/+1
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng1-12/+17
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-2/+1
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason1-2/+4
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng1-0/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil1-19/+22
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-2/+19
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil1-2/+1
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-136/+184
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-12/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-3/+2
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-3/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason1-2/+4
2009-06-11Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason1-1/+6
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-0/+171
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-9/+12
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+0
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong1-4/+0
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+6
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker1-2/+4
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-1/+2
2009-04-20btrfs: use memdup_user()Li Zefan1-37/+12
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-3/+3
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-19/+18
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng1-0/+4