summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-02-241-24/+35
|\
| * Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason2012-02-231-0/+6
| * Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie2012-02-161-24/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-291-1/+1
|\|
| * Btrfs: do not defrag a file partiallyLiu Bo2012-01-261-1/+1
* | Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-181-4/+3Star
|\ \
| * | btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-091-4/+3Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-181-28/+233
|\ \ \ | |/ / |/| / | |/
| * Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik2012-01-161-2/+0Star
| * Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-5/+8
| |\
| | * Btrfs: new backref walking codeJan Schmidt2012-01-051-3/+5
| | * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-2/+3
| * | Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason2012-01-161-5/+15
| |\ \
| | * | Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan2012-01-111-1/+1
| | * | Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan2012-01-111-4/+14
| * | | Btrfs: add balance progress reportingIlya Dryomov2012-01-161-1/+44
| * | | Btrfs: allow for resuming restriper after it was pausedIlya Dryomov2012-01-161-0/+15
| * | | Btrfs: allow for canceling restriperIlya Dryomov2012-01-161-0/+4
| * | | Btrfs: allow for pausing restriperIlya Dryomov2012-01-161-1/+27
| * | | Btrfs: add basic infrastructure for selective balancingIlya Dryomov2012-01-161-0/+3
| * | | Btrfs: add basic restriper infrastructureIlya Dryomov2012-01-161-16/+119
| |/ /
* | | vfs: mnt_drop_write_file()Al Viro2012-01-041-6/+6
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-5/+5
|/ /
* | Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason2011-12-151-0/+2
|\ \
| * | Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-151-0/+2
| |/
* / Btrfs: fix ctime update of on-disk inodeLi Zefan2011-12-151-2/+2
|/
* Btrfs: Don't error on resizing FS to same sizeMike Fleetwood2011-11-301-1/+1
* Btrfs: prefix resize related printks with btrfs:Arnd Hannemann2011-11-201-3/+3
* btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-201-3/+6
* Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason2011-11-061-5/+5
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-0/+143
|\
| * btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt2011-09-291-0/+143
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-4/+4
* | Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-241-19/+39
|\ \
| * | btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner2011-10-201-1/+5
| * | Btrfs: honor extent thresh during defragmentationLi Zefan2011-10-201-11/+26
| * | Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan2011-10-201-1/+1
| * | Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan2011-10-201-3/+4
| * | Btrfs: fix defragmentation regressionLi Zefan2011-10-201-2/+4
| * | btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja2011-10-201-3/+1Star
* | | Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-241-7/+13
|\| |
| * | Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik2011-10-191-6/+11
| * | Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-191-1/+2
| |/
* | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-131-1/+10
|\ \ | |/ |/|
| * Btrfs: make sure not to defrag extents past i_sizeChris Mason2011-10-111-1/+3
| * Btrfs: fix recursive auto-defragLi Zefan2011-10-101-0/+7
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-201-1/+6
|\|
| * Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-201-1/+6
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-181-5/+9
|\|
| * Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-181-1/+0Star