summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-271-2/+2
|\
| * btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-251-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-7/+28
|\|
| * btrfs: export global block reserve size as space_infoDavid Sterba2014-04-071-0/+20
| * Btrfs: fix EINVAL checks in btrfs_cloneChris Mason2014-04-071-2/+3
| * btrfs: filter invalid arg for btrfs resizeGui Hecheng2014-04-071-2/+3
| * Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter2014-04-071-3/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-051-32/+178
|\|
| * Btrfs: fix a crash of clone with inline extents's splitLiu Bo2014-03-221-4/+6
| * Btrfs: less fs tree lock contention when using autodefragFilipe Manana2014-03-211-2/+10
| * Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun2014-03-211-1/+3
| * Btrfs: cache extent states in defrag code pathFilipe Manana2014-03-211-4/+9
| * Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+1
| * Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie2014-03-101-5/+30
| * Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana2014-03-101-1/+2
| * Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana2014-03-101-1/+5
| * btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctlHugo Mills2014-03-101-12/+111
| * btrfs: Return EXDEV for cross file system snapshotKusanagi Kouichi2014-03-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-161-16/+0Star
|\|
| * Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason2014-02-141-16/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-091-3/+3
|\|
| * btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba2014-02-091-1/+1
| * btrfs: commit transaction after setting label and featuresJeff Mahoney2014-02-091-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-311-53/+295
|\|
| * btrfs: fix defrag 32-bit integer overflowJustin Maggard2014-01-281-3/+3
| * btrfs: call permission checks earlier in ioctls and return EPERMDavid Sterba2014-01-281-13/+9Star
| * btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-01-281-0/+6
| * Btrfs: faster file extent item search in clone ioctlFilipe David Borba Manana2014-01-281-9/+14
| * Btrfs: unlock inodes in correct order in clone ioctlFilipe David Borba Manana2014-01-281-3/+11
| * Btrfs: release subvolume's block_rsv before transaction commitLiu Bo2014-01-281-7/+7
| * Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-1/+18
| * fs/btrfs: Integer overflow in btrfs_ioctl_resize()Wenliang Fan2014-01-281-0/+4
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-15/+15
| * btrfs: Check read-only status of roots during sendDavid Sterba2014-01-281-3/+19
| * Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2014-01-281-3/+10
| * btrfs: add ioctl to export size of global metadata reservationJeff Mahoney2014-01-281-0/+16
| * btrfs: use feature attribute names to print better error messagesJeff Mahoney2014-01-281-5/+30
| * btrfs: add ioctls to query/change feature bits onlineJeff Mahoney2014-01-281-0/+142
* | btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro2014-01-251-46/+24Star
|/
* btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba2013-12-121-1/+2
* btrfs: get rid of fdentry()Al Viro2013-11-151-4/+4
* btrfs: fix empty_zero_page misusageChris Mason2013-11-151-2/+7
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-121-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-121-1/+1
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-121-7/+7
* btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana2013-11-121-1/+1
* btrfs: Remove redundant local zero structureDulshani Gunawardhana2013-11-121-3/+2Star
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-121-1/+0Star
* btrfs: simplify kmalloc+copy_from_user to memdup_userGeyslan G. Bem2013-11-121-8/+3Star
* Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replaceIlya Dryomov2013-11-121-4/+5