aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-2/+19
2010-12-23Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctlsLi Zefan1-0/+83
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-10/+32
2010-12-23Btrfs: Refactor btrfs_ioctl_snap_create()Li Zefan1-44/+40
2010-12-22btrfs: Allow to specify compress method when defragLi Zefan1-1/+18
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-2/+2
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan1-17/+27
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil1-9/+11
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-4/+16
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil1-5/+110
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil1-24/+83
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil1-0/+34
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil1-3/+5
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
2010-10-29Btrfs: use memdup_user helpersJulia Lawall1-14/+6
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik1-24/+76
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil1-3/+13
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-4/+6
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-3/+7