summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2013-05-24btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis
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
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-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro
2012-01-05Btrfs: new backref walking codeJan Schmidt
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch 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
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner
2011-10-20Btrfs: honor extent thresh during defragmentationLi Zefan
2011-10-20Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan
2011-10-20Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan