aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason2011-01-161-2/+19
|\
| * btrfs: Allow to specify compress method when defragLi Zefan2010-12-221-1/+18
| * btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-2/+2
* | Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan2010-12-231-0/+83
* | Btrfs: Add readonly snapshots supportLi Zefan2010-12-231-10/+32
* | Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan2010-12-231-44/+40
|/
* Btrfs: Make async snapshot ioctl more genericLi Zefan2010-12-101-17/+27
* Btrfs: fix sync subvol/snapshot creationSage Weil2010-12-101-9/+11
* Btrfs: use dget_parent where we can UPDATEDJosef Bacik2010-11-211-4/+16
* btrfs: Set file size correctly in file cloneLi Zefan2010-11-211-2/+2
* btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan2010-11-211-4/+3
* Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil2010-10-291-5/+110
* Btrfs: make SNAP_DESTROY asyncSage Weil2010-10-291-1/+1
* Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil2010-10-291-24/+83
* Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil2010-10-291-0/+34
* Btrfs: fix lockdep warning on clone ioctlSage Weil2010-10-291-4/+4
* Btrfs: fix clone ioctl where range is adjacent to extentSage Weil2010-10-291-1/+1
* Btrfs: fix delalloc checks in clone ioctlSage Weil2010-10-291-3/+5
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-2/+0
* Btrfs: use memdup_user helpersJulia Lawall2010-10-291-14/+6
* Btrfs: fix the df ioctl to report raid typesJosef Bacik2010-10-221-24/+76
* Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg2010-07-191-2/+2
* Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil2010-07-191-3/+13
* Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter2010-06-111-1/+1
* Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter2010-06-111-1/+1
* Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-4/+6
* Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-3/+7
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-19/+10
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-77/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-151-0/+5
|\
| * Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg2010-05-151-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-2/+5
|\ \ | |/
| * Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter2010-03-301-1/+1
| * Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter2010-03-301-0/+3
| * Btrfs: dereferencing freed memoryDan Carpenter2010-03-301-0/+1
| * Btrfs: remove duplicate include in ioctl.cAndrea Gelmini2010-03-301-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason2010-03-181-3/+6
* Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason2010-03-181-0/+3
* Btrfs: return keys for large items to the search ioctlChris Mason2010-03-181-1/+1
* Btrfs: fix key checks and advance in the search ioctlChris Mason2010-03-181-14/+25
* Btrfs: buffer results in the space_info ioctlChris Mason2010-03-161-11/+46
* Btrfs: fix search_ioctl key advanceSage Weil2010-03-161-1/+1
* btrfs: use memparseAkinobu Mita2010-03-151-1/+1
* Btrfs: add a "df" ioctl for btrfsJosef Bacik2010-03-151-0/+45
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-1/+1
* Btrfs: add new defrag-range ioctl.Chris Mason2010-03-151-10/+73
* Btrfs: be more selective in the defrag ioctlChris Mason2010-03-151-10/+140
* Btrfs: add ioctl and incompat flag to set the default mount subvolJosef Bacik2010-03-151-0/+75
* Btrfs: add search and inode lookup ioctlsChris Mason2010-03-151-16/+233