summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-101-2/+2
* Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-101-25/+83
* btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-101-1/+1
* Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-101-0/+29
* Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-101-2/+7
* Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-101-4/+22
* Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-101-6/+6
* Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-101-5/+31
* btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen2014-06-101-2/+3
* Btrfs: rework qgroup accountingJosef Bacik2014-06-101-1/+62
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-101-2/+2
* btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-101-0/+1
* btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-101-0/+30
* btrfs: make FS_INFO ioctl available to anyoneDavid Sterba2014-06-101-3/+0
* btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba2014-06-101-3/+0
* btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2014-06-101-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-211-1/+5
|\
| * Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-201-1/+5
* | 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/+2
* | 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/+0
|\|
| * Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason2014-02-141-16/+0
* | 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/+9
| * 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