summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2012-06-16Btrfs: cast devid to unsigned long long for printk %lluChris Mason
2012-06-15Btrfs: do not resize a seeding deviceLiu Bo
2012-06-15Btrfs: fix defrag regressionLi Zefan
2012-06-15Btrfs: 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-29Merge 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-29Merge 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
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-16Btrfs: add balance progress reportingIlya Dryomov
2012-01-16Btrfs: allow for resuming restriper after it was pausedIlya Dryomov
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
2012-01-11Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan
2012-01-11Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan
2012-01-09btrfs: let ->s_fs_info point to fs_info, not root...Al Viro
2012-01-05Btrfs: new backref walking codeJan Schmidt
2012-01-04vfs: mnt_drop_write_file()Al Viro
2012-01-04switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-12-15Btrfs: fix ctime update of on-disk inodeLi Zefan
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood
2011-11-20Btrfs: prefix resize related printks with btrfs:Arnd Hannemann