aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-13/+5
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens1-8/+0
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment failsMiao Xie1-0/+4
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie1-5/+1
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-48/+163
2013-02-28Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie1-2/+19
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie1-19/+43
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie1-4/+6
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+26
2013-02-22new helper: file_inode(file)Al Viro1-26/+26
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-24/+96
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo1-0/+6
2013-02-20Btrfs: fix uncompleted transactionMiao Xie1-1/+1
2013-02-20Btrfs: set/change the label of a mounted file systemjeff.liu1-0/+42
2013-02-20Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu1-0/+21
2013-02-20btrfs: add cancellation points to defragDavid Sterba1-0/+6
2013-02-20Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie1-11/+7
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen1-4/+4
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-20Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi1-1/+1
2013-02-20Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie1-6/+7
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+4
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason1-1/+4
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-35/+94
2013-01-20Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov1-8/+9
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov1-1/+1
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov1-1/+1
2013-01-20Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov1-4/+4
2013-01-20Btrfs: bring back balance pause/resume logicIlya Dryomov1-14/+64
2013-01-14Btrfs: fix missing write access release in btrfs_ioctl_resize()Miao Xie1-0/+1
2013-01-14Btrfs: fix resize a readonly deviceMiao Xie1-2/+4
2013-01-14Btrfs: do not delete a subvolume which is in a R/O subvolumeMiao Xie1-5/+5
2013-01-14Btrfs: disable qgroup id 0Miao Xie1-0/+5
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-81/+236
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo1-1/+4
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-0/+10
2012-12-16Btrfs: get write access for qgroup operationsMiao Xie1-25/+48
2012-12-16Btrfs: get write access for scrubMiao Xie1-3/+13
2012-12-16Btrfs: get write access when removing a deviceMiao Xie1-4/+8
2012-12-16Btrfs: get write access when doing resize fsMiao Xie1-2/+8
2012-12-16Btrfs: get write access when setting the default subvolumeMiao Xie1-12/+28
2012-12-16Btrfs: don't start a new transaction when starting syncMiao Xie1-4/+10
2012-12-16Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie1-6/+6
2012-12-16Btrfs: add support for device replace ioctlsStefan Behrens1-0/+48
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-1/+7
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens1-17/+36
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-4/+4
2012-12-12Btrfs: fix a double free on pending snapshots in error handlingLiu Bo1-1/+5
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu1-1/+1
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-1/+1