summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-1/+1
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-1/+1
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-2/+1
* btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza2019-11-181-21/+15
* btrfs: use better definition of number of compression typeChengguang Xu2019-11-181-1/+1
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-181-1/+1
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-1/+1
* btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba2019-11-041-6/+0
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-151-4/+2
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-3/+2
* btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov2019-09-091-1/+14
* btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba2019-09-091-1/+1
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana2019-09-091-145/+131
* btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+4
* Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana2019-09-091-152/+43
* Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-07-161-0/+23
|\
| * btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1
| * btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
| * btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo2019-07-011-0/+21
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-19/+11
|\ \
| * | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-11/+6
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-8/+5
* | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-1/+3
|\ \ \ | |_|/ |/| |
| * | btrfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-1/+3
| |/
* / Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana2019-06-171-2/+0
|/
* btrfs: drop local copy of inode i_modeAnand Jain2019-04-291-5/+2
* btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain2019-04-291-3/+3
* btrfs: modify local copy of btrfs_inode flagsAnand Jain2019-04-291-31/+26
* btrfs: drop useless inode i_flags copy and restoreAnand Jain2019-04-291-3/+0
* btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain2019-04-291-20/+25
* btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-291-0/+3
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-291-1/+18
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-291-6/+9
* btrfs: Perform locking/unlocking in btrfs_remap_file_range()Goldwyn Rodrigues2019-04-291-23/+11
* btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain2019-04-291-6/+6
* btrfs: merge _btrfs_set_prop helpersAnand Jain2019-04-291-4/+6
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-03-281-0/+10
* Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana2019-02-271-18/+3
* Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana2019-02-251-17/+2
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2019-02-251-2/+2
* btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain2019-02-251-2/+3
* Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana2019-02-251-10/+7
* Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana2019-02-251-6/+0
* btrfs: remove set but not used variable 'num_pages'YueHaibing2019-02-251-3/+0
* Btrfs: do not overwrite error return value in the get device stats ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite error return value in scrub progress ioctlFilipe Manana2019-02-251-1/+1
* Btrfs: do not overwrite scrub error with fault error in scrub ioctlFilipe Manana2019-02-251-1/+1