summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik
2011-06-10Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong
2011-05-23btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan
2011-05-14fs: remove FS_COW_FLLi Zefan
2011-05-12btrfs: add readonly flagArne Jansen
2011-05-12btrfs: new ioctls for scrubJan Schmidt
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-11fix user annotation in ioctl.cDaniel J Blueman
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-04-05Btrfs: fix memory leak in btrfs_ioctl_start_sync()Tsutomu Itoh
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-28Btrfs: fix return value of setflags ioctlliubo
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik
2011-02-16Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan
2011-02-14btrfs: prevent heap corruption in btrfs_ioctl_space_info()Dan Rosenberg
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-27Btrfs: Fix file clone when source offset is not 0Li Zefan
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2010-12-23Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan
2010-12-23Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan
2010-12-22btrfs: Allow to specify compress method when defragLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan