summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2012-07-25btrfs: allow cross-subvolume file cloneDavid Sterba
2012-07-23Btrfs: do not set subvolume flags in readonly modeLiu Bo
2012-07-23Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo
2012-07-23Btrfs: remove redundant r/o check for superblockLiu Bo
2012-07-23Btrfs: check write access to mount earlier while creating snapshotsLiu Bo
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba
2012-07-23btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro
2012-07-12Btrfs: add qgroup inheritanceArne Jansen
2012-07-12Btrfs: add qgroup ioctlsArne Jansen
2012-06-15Btrfs: cast devid to unsigned long long for printk %lluChris Mason
2012-06-15Btrfs: do not resize a seeding deviceLiu Bo
2012-06-14Btrfs: fix defrag regressionLi Zefan
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens
2012-05-30Btrfs: do not do balance in readonly modeLiu Bo
2012-05-30Btrfs: NUL-terminate path buffer in DEV_INFO ioctl resultJim Meyering
2012-05-30Fix minor type issuesDaniel J Blueman
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt
2012-04-18Btrfs: fix btrfs_ioctl_dev_info() crash on missing deviceStefan Behrens
2012-03-29Btrfs: update to the right index of defragmentLiu Bo
2012-03-29Btrfs: do not bother to defrag an extent if it is a big real extentLiu Bo
2012-03-29Btrfs: add a check to decide if we should defrag the rangeLiu Bo
2012-03-29Btrfs: fix the mismatch of page->mappingLiu Bo
2012-03-29Btrfs: fix race between direct io and autodefragLiu Bo
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-26Btrfs: do not defrag a file partiallyLiu Bo
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik