aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-1/+1
2020-01-17Btrfs: always copy scrub arguments back to user spaceFilipe Manana1-1/+13
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana1-11/+5
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-1/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-1/+1
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-2/+1
2019-11-18btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza1-21/+15
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu1-1/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba1-6/+0
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()Qu Wenruo1-4/+2
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-3/+2
2019-09-09btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov1-1/+14
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba1-1/+1
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana1-145/+131
2019-09-09btrfs: use common vfs LABEL ioctl definitionsEric Sandeen1-4/+4
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana1-152/+43
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+23
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-19/+11
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+3
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-11/+6
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-8/+5
2019-07-01btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservationQu Wenruo1-0/+21
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein1-1/+3
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana1-2/+0
2019-04-29btrfs: drop local copy of inode i_modeAnand Jain1-5/+2
2019-04-29btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain1-3/+3
2019-04-29btrfs: modify local copy of btrfs_inode flagsAnand Jain1-31/+26
2019-04-29btrfs: drop useless inode i_flags copy and restoreAnand Jain1-3/+0
2019-04-29btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain1-20/+25
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain1-0/+3
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana1-1/+18
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-6/+9
2019-04-29btrfs: Perform locking/unlocking in btrfs_remap_file_range()Goldwyn Rodrigues1-23/+11
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain1-6/+6
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain1-4/+6
2019-03-28Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana1-0/+10
2019-02-27Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana1-18/+3
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana1-17/+2
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain1-2/+2
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain1-2/+3
2019-02-25Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana1-10/+7
2019-02-25Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana1-1/+1
2019-02-25Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana1-1/+1
2019-02-25Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana1-6/+0