aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-1/+1
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+4
2012-10-25Btrfs: do not bug when we fail to commit the transactionJosef Bacik1-1/+2
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner1-1/+2
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton1-1/+1
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-44/+56
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-4/+4
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba1-4/+27
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+15
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2012-10-01Btrfs: use larger limit for translation of logical to inodeLiu Bo1-2/+2
2012-10-01Btrfs: use helper for logical resolveLiu Bo1-16/+3
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo1-2/+4
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo1-4/+4
2012-10-01Btrfs: fix wrong size for the reservation of the, snapshot creationMiao Xie1-1/+1
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-1/+2
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik1-3/+2
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-14/+12
2012-09-26switch btrfs_ioctl_clone() to fget_light()Al Viro1-3/+3
2012-09-26switch btrfs_ioctl_snap_create_transid() to fget_light()Al Viro1-7/+7
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman1-3/+3
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter1-1/+1
2012-08-09Btrfs: remove mnt_want_write call in btrfs_mksubvolAlexander Block1-5/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+10
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara1-12/+11
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-6/+108
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block1-0/+3
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-3/+97
2012-07-25Btrfs: Check INCOMPAT flags on remount and add helper functionMitch Harder1-14/+2
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-17/+227
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba1-3/+8
2012-07-23Btrfs: do not set subvolume flags in readonly modeLiu Bo1-14/+28
2012-07-23Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo1-2/+2
2012-07-23Btrfs: remove redundant r/o check for superblockLiu Bo1-7/+0
2012-07-23Btrfs: check write access to mount earlier while creating snapshotsLiu Bo1-11/+11
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba1-8/+8
2012-07-23btrfs: ignore unfragmented file checks in defrag when compression enabled - rebasedAndrew Mahone1-3/+5
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro1-2/+2
2012-07-12Btrfs: add qgroup inheritanceArne Jansen1-17/+42
2012-07-12Btrfs: add qgroup ioctlsArne Jansen1-0/+185
2012-06-15Btrfs: cast devid to unsigned long long for printk %lluChris Mason1-1/+2
2012-06-15Btrfs: do not resize a seeding deviceLiu Bo1-0/+7
2012-06-14Btrfs: fix defrag regressionLi Zefan1-48/+49
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-3/+10
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-1/+1
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens1-0/+26