aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-24/+35
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason1-0/+6
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie1-24/+29
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2012-01-26Btrfs: do not defrag a file partiallyLiu Bo1-1/+1
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-28/+233
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-2/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-5/+8
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-5/+15
2012-01-16Btrfs: add balance progress reportingIlya Dryomov1-1/+44
2012-01-16Btrfs: allow for resuming restriper after it was pausedIlya Dryomov1-0/+15
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov1-0/+4
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov1-1/+27
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov1-0/+3
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov1-16/+119
2012-01-11Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan1-1/+1
2012-01-11Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan1-4/+14
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-4/+3
2012-01-05Btrfs: new backref walking codeJan Schmidt1-3/+5
2012-01-03vfs: mnt_drop_write_file()Al Viro1-6/+6
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-2/+3
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integrationChris Mason1-0/+2
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik1-0/+2
2011-12-15Btrfs: fix ctime update of on-disk inodeLi Zefan1-2/+2
2011-11-30Btrfs: Don't error on resizing FS to same sizeMike Fleetwood1-1/+1
2011-11-20Btrfs: prefix resize related printks with btrfs:Arnd Hannemann1-3/+3
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney1-3/+6
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason1-5/+5
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-0/+143
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-4/+4
2011-10-24Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba1-19/+39
2011-10-24Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba1-7/+13
2011-10-20btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner1-1/+5
2011-10-20Btrfs: honor extent thresh during defragmentationLi Zefan1-11/+26
2011-10-20Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan1-1/+1
2011-10-20Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan1-3/+4
2011-10-20Btrfs: fix defragmentation regressionLi Zefan1-2/+4
2011-10-20btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja1-3/+1
2011-10-19Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik1-6/+11
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-13Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds1-1/+10
2011-10-11Btrfs: make sure not to defrag extents past i_sizeChris Mason1-1/+3
2011-10-10Btrfs: fix recursive auto-defragLi Zefan1-0/+7
2011-09-29btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt1-0/+143
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil1-1/+6
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason1-5/+9
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan1-1/+0