summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2019-02-111-2/+10
* btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov2018-10-211-5/+11
* btrfs: Refactor transaction handling in received subvolume ioctlNikolay Borisov2018-10-211-5/+1
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-03-031-1/+1
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2018-01-011-0/+4
* Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval2018-01-011-3/+3
* Btrfs: don't use src fd for printkJosef Bacik2017-10-121-1/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-03-161-2/+4
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-221-0/+21
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-12-131-43/+152
* btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-11-161-1/+4
* btrfs: check unsupported filters in balance argumentsDavid Sterba2015-11-161-0/+5
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-101-0/+14
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-08-101-1/+3
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-121-1/+2
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-05-061-0/+5
* Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-05-061-0/+3
* Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana2014-10-301-0/+3
* btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba2014-10-301-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-041-18/+19
|\
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-031-11/+9
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-031-7/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-141-26/+121
|\|
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-121-15/+33
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-121-9/+15
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-121-2/+26
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-121-7/+11
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-121-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-50/+346
|\|
| * Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-091-0/+69
| * trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-091-2/+2
| * Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-091-25/+83
| * btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-091-1/+1
| * Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-091-0/+29
| * Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-091-2/+7
| * Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-091-4/+22
| * Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-091-6/+6
| * Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-091-5/+31
| * btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen2014-06-091-2/+3
| * Btrfs: rework qgroup accountingJosef Bacik2014-06-091-1/+62
| * Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-2/+2
| * btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-091-0/+1
| * btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-091-0/+30
| * btrfs: make FS_INFO ioctl available to anyoneDavid Sterba2014-06-091-3/+0
| * btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba2014-06-091-3/+0
| * btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2014-06-091-0/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ | |/ |/|
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1