summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-181-0/+5
| * Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-181-4/+4
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-121-3/+16
|\|
| * Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan2011-09-111-0/+6
| * Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan2011-09-111-3/+10
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-08-181-0/+4
|\|
| * Btrfs: truncate pages from clone ioctl target rangeSage Weil2011-08-171-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-031-2/+1Star
|\|
| * Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan2011-08-011-2/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-281-3/+5
|\|
| * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-1/+3
| * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-271-2/+2
* | get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro2011-07-211-12/+4Star
|/
* Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik2011-06-151-0/+2
* Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan2011-06-111-9/+14
* btrfs: use btrfs_ino to access inode numberDavid Sterba2011-06-041-3/+4
* Merge branch 'for-chris' ofChris Mason2011-05-281-13/+6Star
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-2/+1Star
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-9/+3Star
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-2/+2
* | Btrfs: add mount -o auto_defragChris Mason2011-05-261-102/+346
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-6/+5Star
|\ \
| * | Btrfs: using rcu lock in the reader side of devices listXiao Guangrong2011-05-231-3/+4
| * | btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills2011-05-231-3/+1Star
| |/
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-0/+131
|\ \
| * | btrfs: add readonly flagArne Jansen2011-05-121-1/+1
| * | btrfs: new ioctls for scrubJan Schmidt2011-05-121-0/+131
* | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-6/+6
|\ \ \
| * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-6/+6