aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
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
2011-10-20Btrfs: fix defragmentation regressionLi Zefan
2011-10-20btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja
2011-10-19Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-10-11Btrfs: make sure not to defrag extents past i_sizeChris Mason
2011-10-10Btrfs: fix recursive auto-defragLi Zefan
2011-09-29btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan
2011-09-18Btrfs: don't make a file partly checksummed through file cloneLi Zefan
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-11Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan
2011-09-11Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-08-16Btrfs: truncate pages from clone ioctl target rangeSage Weil
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-08-01Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik
2011-06-10Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong
2011-05-23btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills