aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+1
2011-08-01Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan1-2/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+5
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-1/+3
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-2/+2
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik1-0/+2
2011-06-10Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan1-9/+14
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba1-3/+4
2011-05-28Merge branch 'for-chris' ofChris Mason1-13/+6
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-102/+346
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-6/+5
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong1-3/+4
2011-05-23btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills1-3/+1
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-2/+1
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-9/+3
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-2/+2
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-0/+131
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-6/+6
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-1/+1
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-1/+1
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-11/+11
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+15
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan1-0/+7
2011-05-14fs: remove FS_COW_FLLi Zefan1-9/+6
2011-05-12btrfs: add readonly flagArne Jansen1-1/+1
2011-05-12btrfs: new ioctls for scrubJan Schmidt1-0/+131
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-6/+6
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-9/+9
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-2/+2
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-04-11fix user annotation in ioctl.cDaniel J Blueman1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+7
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan1-0/+4
2011-04-05Btrfs: fix memory leak in btrfs_ioctl_start_sync()Tsutomu Itoh1-1/+3
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+93
2011-03-28Btrfs: fix return value of setflags ioctlliubo1-1/+3
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang1-0/+46
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo1-4/+37
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-1/+4
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-2/+2
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-1/+3
2011-02-16Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan1-2/+5
2011-02-14btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg1-2/+8
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-2/+8
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh1-1/+1
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-1/+1
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-1/+4
2011-01-27Btrfs: Fix file clone when source offset is not 0Li Zefan1-1/+4