aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-04
|\
| * Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana2014-07-03
| * Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana2014-07-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-14
|\|
| * btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-13
| * btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-12
| * btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-12
| * btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-12
| * btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-12
| * btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-11
|\|
| * Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-09
| * trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite2014-06-09
| * Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana2014-06-09
| * btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng2014-06-09
| * Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana2014-06-09
| * Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana2014-06-09
| * Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana2014-06-09
| * Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana2014-06-09
| * Btrfs: ensure readers see new data after a clone operationFilipe Manana2014-06-09
| * btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen2014-06-09
| * Btrfs: rework qgroup accountingJosef Bacik2014-06-09
| * Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-09
| * btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-09
| * btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-09
| * btrfs: make FS_INFO ioctl available to anyoneDavid Sterba2014-06-09
| * btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba2014-06-09
| * btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2014-06-09
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\ \ | |/ |/|
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-21
|\ \
| * | Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-20
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-27
|\| | | |/ |/|
| * btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-11
|\|
| * btrfs: export global block reserve size as space_infoDavid Sterba2014-04-07
| * Btrfs: fix EINVAL checks in btrfs_cloneChris Mason2014-04-07
| * btrfs: filter invalid arg for btrfs resizeGui Hecheng2014-04-07
| * Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter2014-04-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-04
|\|
| * Btrfs: fix a crash of clone with inline extents's splitLiu Bo2014-03-21
| * Btrfs: less fs tree lock contention when using autodefragFilipe Manana2014-03-20
| * Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun2014-03-20
| * Btrfs: cache extent states in defrag code pathFilipe Manana2014-03-20
| * Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-10
| * Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie2014-03-10
| * Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana2014-03-10
| * Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana2014-03-10
| * btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctlHugo Mills2014-03-10
| * btrfs: Return EXDEV for cross file system snapshotKusanagi Kouichi2014-03-10