aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-2/+19
2010-12-23Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan1-0/+83
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-10/+32
2010-12-23Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan1-44/+40
2010-12-22btrfs: Allow to specify compress method when defragLi Zefan1-1/+18
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-2/+2
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan1-17/+27
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil1-9/+11
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-4/+16
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil1-5/+110
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil1-1/+1
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