aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil1-24/+83
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil1-0/+34
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil1-3/+5
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-10-29Btrfs: use memdup_user helpersJulia Lawall1-14/+6
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik1-24/+76
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil1-3/+13
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-4/+6
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-3/+7
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-19/+10
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-77/+80
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