summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-25Btrfs: do not bug when we fail to commit the transactionJosef Bacik
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-01Btrfs: use larger limit for translation of logical to inodeLiu Bo
2012-10-01Btrfs: use helper for logical resolveLiu Bo
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo
2012-10-01Btrfs: fix wrong size for the reservation of the, snapshot creationMiao Xie
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch btrfs_ioctl_clone() to fget_light()Al Viro
2012-09-26switch btrfs_ioctl_snap_create_transid() to fget_light()Al Viro
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter
2012-08-09Btrfs: remove mnt_want_write call in btrfs_mksubvolAlexander Block
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason