aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
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
2010-12-10Btrfs: Make async snapshot ioctl more genericLi Zefan
2010-12-10Btrfs: fix sync subvol/snapshot creationSage Weil
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter
2010-03-30Btrfs: remove duplicate include in ioctl.cAndrea Gelmini
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason
2010-03-18Btrfs: return keys for large items to the search ioctlChris Mason
2010-03-18Btrfs: fix key checks and advance in the search ioctlChris Mason
2010-03-16Btrfs: buffer results in the space_info ioctlChris Mason