aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAge
* Btrfs: Don't error on resizing FS to same sizeMike Fleetwood2011-11-30
* Btrfs: prefix resize related printks with btrfs:Arnd Hannemann2011-11-20
* btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-20
* Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason2011-11-06
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-06
|\
| * btrfs: new ioctls to do logical->inode and inode->path resolvingJan Schmidt2011-09-29
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-06
* | Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-24
|\ \
| * | btrfs: return EINVAL if start > total_bytes in fitrim ioctlLukas Czerner2011-10-20
| * | Btrfs: honor extent thresh during defragmentationLi Zefan2011-10-20
| * | Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()Li Zefan2011-10-20
| * | Btrfs: use i_size_read() in btrfs_defrag_file()Li Zefan2011-10-20
| * | Btrfs: fix defragmentation regressionLi Zefan2011-10-20
| * | btrfs: fix memory leak in btrfs_defrag_fileDiego Calleja2011-10-20
* | | Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stableDavid Sterba2011-10-24
|\| |
| * | Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik2011-10-19
| * | Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-19
| |/
* | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-13
|\ \ | |/ |/|
| * Btrfs: make sure not to defrag extents past i_sizeChris Mason2011-10-11
| * Btrfs: fix recursive auto-defragLi Zefan2011-10-10
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-20
|\|
| * Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-20
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-18
|\|
| * Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-18
| * Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-18
| * Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-18
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-12
|\|
| * Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan2011-09-11
| * Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan2011-09-11
* | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-08-18
|\|
| * Btrfs: truncate pages from clone ioctl target rangeSage Weil2011-08-16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-03
|\|
| * Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan2011-08-01
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-27
|\|
| * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-27
| * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-27
* | get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro2011-07-20
|/
* Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik2011-06-15
* Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan2011-06-10
* btrfs: use btrfs_ino to access inode numberDavid Sterba2011-06-04
* Merge branch 'for-chris' ofChris Mason2011-05-28
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-23
| * Btrfs: kill trans_mutexJosef Bacik2011-05-23
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-23
* | Btrfs: add mount -o auto_defragChris Mason2011-05-26
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-23
|\ \
| * | Btrfs: using rcu lock in the reader side of devices listXiao Guangrong2011-05-23
| * | btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills2011-05-23
| |/
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-23
|\ \
| * | btrfs: add readonly flagArne Jansen2011-05-12