summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-1/+62
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-2/+2
2014-06-10btrfs: assert that send is not in progres before root deletionDavid Sterba1-0/+1
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba1-0/+30
2014-06-10btrfs: make FS_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: 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/k...Linus Torvalds1-1/+1
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+5
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo1-1/+5
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-32/+178
2014-03-22Btrfs: fix a crash of clone with inline extents's splitLiu Bo1-4/+6
2014-03-21Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-21Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-21Btrfs: 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
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-16/+0
2014-02-15Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason1-16/+0
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+3
2014-02-09btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba1-1/+1
2014-02-09btrfs: commit transaction after setting label and featuresJeff Mahoney1-2/+2
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-53/+295
2014-01-29btrfs: fix defrag 32-bit integer overflowJustin Maggard1-3/+3
2014-01-29btrfs: call permission checks earlier in ioctls and return EPERMDavid Sterba1-13/+9
2014-01-29btrfs: restrict snapshotting to own subvolumesDavid Sterba1-0/+6
2014-01-29Btrfs: faster file extent item search in clone ioctlFilipe David Borba Manana1-9/+14
2014-01-29Btrfs: unlock inodes in correct order in clone ioctlFilipe David Borba Manana1-3/+11
2014-01-29Btrfs: release subvolume's block_rsv before transaction commitLiu Bo1-7/+7
2014-01-29Btrfs: add support for inode propertiesFilipe David Borba Manana1-1/+18
2014-01-29fs/btrfs: Integer overflow in btrfs_ioctl_resize()Wenliang Fan1-0/+4
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-15/+15
2014-01-29btrfs: Check read-only status of roots during sendDavid Sterba1-3/+19
2014-01-29Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh1-3/+10
2014-01-29btrfs: add ioctl to export size of global metadata reservationJeff Mahoney1-0/+16
2014-01-29btrfs: use feature attribute names to print better error messagesJeff Mahoney1-5/+30
2014-01-29btrfs: add ioctls to query/change feature bits onlineJeff Mahoney1-0/+142
2014-01-25btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro1-46/+24