summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-48/+163
|\
| * Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie2013-02-281-2/+19
| * Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie2013-02-281-19/+43
| * Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie2013-02-281-4/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-24/+96
| |\
| | * Btrfs: fix cleaner thread not working with inode cache optionLiu Bo2013-02-201-0/+6
| | * Btrfs: fix uncompleted transactionMiao Xie2013-02-201-1/+1
| | * Btrfs: set/change the label of a mounted file systemjeff.liu2013-02-201-0/+42
| | * Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu2013-02-201-0/+21
| | * btrfs: add cancellation points to defragDavid Sterba2013-02-201-0/+6
| | * Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie2013-02-201-11/+7
| | * btrfs: remove cache only arguments from defrag pathEric Sandeen2013-02-201-4/+4
| | * Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
| | * Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi2013-02-201-1/+1
| | * Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie2013-02-201-6/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-26/+26
|\ \ \ | |/ / |/| |
| * | new helper: file_inode(file)Al Viro2013-02-221-26/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-081-1/+4
|\ \ \ | | |/ | |/|
| * | Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason2013-02-061-1/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-251-35/+94
|\| | | |/ |/|
| * Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov2013-01-201-8/+9
| * Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov2013-01-201-1/+1
| * Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov2013-01-201-1/+1
| * Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov2013-01-201-4/+4
| * Btrfs: bring back balance pause/resume logicIlya Dryomov2013-01-201-14/+64
| * Btrfs: fix missing write access release in btrfs_ioctl_resize()Miao Xie2013-01-141-0/+1
| * Btrfs: fix resize a readonly deviceMiao Xie2013-01-141-2/+4
| * Btrfs: do not delete a subvolume which is in a R/O subvolumeMiao Xie2013-01-141-5/+5
| * Btrfs: disable qgroup id 0Miao Xie2013-01-141-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-81/+236
|\|
| * Btrfs: fix a bug of per-file nocowLiu Bo2012-12-171-1/+4
| * Btrfs: fix hash overflow handlingChris Mason2012-12-171-0/+10
| * Btrfs: get write access for qgroup operationsMiao Xie2012-12-161-25/+48
| * Btrfs: get write access for scrubMiao Xie2012-12-161-3/+13
| * Btrfs: get write access when removing a deviceMiao Xie2012-12-161-4/+8
| * Btrfs: get write access when doing resize fsMiao Xie2012-12-161-2/+8
| * Btrfs: get write access when setting the default subvolumeMiao Xie2012-12-161-12/+28
| * Btrfs: don't start a new transaction when starting syncMiao Xie2012-12-161-4/+10
| * Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie2012-12-161-6/+6
| * Btrfs: add support for device replace ioctlsStefan Behrens2012-12-161-0/+48
| * Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-1/+7
| * Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens2012-12-121-17/+36
| * Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-4/+4
| * Btrfs: fix a double free on pending snapshots in error handlingLiu Bo2012-12-121-1/+5
| * Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu2012-12-121-1/+1
* | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-261-2/+4
|\
| * Btrfs: do not bug when we fail to commit the transactionJosef Bacik2012-10-251-1/+2
| * btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner2012-10-251-1/+2
* | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-1/+1