aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-18/+19
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-26/+121
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-50/+346
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+69
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1
2014-06-09Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana1-0/+29
2014-06-09Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana1-2/+7
2014-06-09Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana1-4/+22
2014-06-09Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana1-6/+6
2014-06-09Btrfs: ensure readers see new data after a clone operationFilipe Manana1-5/+31
2014-06-09btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen1-2/+3
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-1/+62
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-2/+2
2014-06-09btrfs: assert that send is not in progres before root deletionDavid Sterba1-0/+1
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba1-0/+30
2014-06-09btrfs: make FS_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-09btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-09btrfs: retrieve more info from FS_INFO ioctlDavid Sterba1-0/+4
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+5
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo1-1/+5
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+28
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba1-0/+20
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason1-2/+3
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng1-2/+3
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter1-3/+2
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-32/+178
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo1-4/+6
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana1-4/+9
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+1
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-5/+30
2014-03-10Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana1-1/+2
2014-03-10Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana1-1/+5
2014-03-10btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctlHugo Mills1-12/+111
2014-03-10btrfs: Return EXDEV for cross file system snapshotKusanagi Kouichi1-1/+1