summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
* Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana2018-12-171-491/+133
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-1/+1
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-3/+28
* Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-111-2/+12
|\
| * Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-061-2/+10
| * Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-061-0/+2
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-23/+27
|\ \ | |/ |/|
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-5/+8
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-22/+23
* | btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-10-151-4/+7
* | btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2018-10-151-1/+1
* | btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* | btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-2/+1
|/
* Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-061-0/+35
|\
| * Btrfs: fix data corruption when deduplicating between different filesFilipe Manana2018-08-231-0/+19
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-0/+16
* | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-7/+4
|\ \ | |/ |/|
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-3/+4
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-7/+3