aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter
2010-03-30Btrfs: remove duplicate include in ioctl.cAndrea Gelmini
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason
2010-03-18Btrfs: return keys for large items to the search ioctlChris Mason
2010-03-18Btrfs: fix key checks and advance in the search ioctlChris Mason
2010-03-16Btrfs: buffer results in the space_info ioctlChris Mason
2010-03-16Btrfs: fix search_ioctl key advanceSage Weil
2010-03-15btrfs: use memparseAkinobu Mita
2010-03-15Btrfs: add a "df" ioctl for btrfsJosef Bacik
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason
2010-03-15Btrfs: be more selective in the defrag ioctlChris Mason
2010-03-15Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik
2010-03-15Btrfs: add search and inode lookup ioctlsChris Mason
2010-03-15Btrfs: add a function to lookup a directory path by following backrefsTARUISI Hiroaki
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng