aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-28Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo
2013-02-20Btrfs: fix uncompleted transactionMiao Xie
2013-02-20Btrfs: set/change the label of a mounted file systemjeff.liu
2013-02-20Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu
2013-02-20btrfs: add cancellation points to defragDavid Sterba
2013-02-20Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-20Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi
2013-02-20Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-01-20Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov
2013-01-20Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov
2013-01-20Btrfs: bring back balance pause/resume logicIlya Dryomov
2013-01-14Btrfs: fix missing write access release in btrfs_ioctl_resize()Miao Xie
2013-01-14Btrfs: fix resize a readonly deviceMiao Xie
2013-01-14Btrfs: do not delete a subvolume which is in a R/O subvolumeMiao Xie
2013-01-14Btrfs: disable qgroup id 0Miao Xie
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-12-16Btrfs: get write access for qgroup operationsMiao Xie
2012-12-16Btrfs: get write access for scrubMiao Xie
2012-12-16Btrfs: get write access when removing a deviceMiao Xie
2012-12-16Btrfs: get write access when doing resize fsMiao Xie
2012-12-16Btrfs: get write access when setting the default subvolumeMiao Xie
2012-12-16Btrfs: don't start a new transaction when starting syncMiao Xie
2012-12-16Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()Miao Xie
2012-12-16Btrfs: add support for device replace ioctlsStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: fix a double free on pending snapshots in error handlingLiu Bo
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon