aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-0/+23
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-19/+11
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeGravatar Josef Bacik 1-0/+1
2019-07-02btrfs: move space_info to space-info.hGravatar Josef Bacik 1-0/+1
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRGravatar Darrick J. Wong 1-11/+6
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-8/+5
2019-07-01btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Gravatar Qu Wenruo 1-0/+21
2019-06-20btrfs: call fsnotify_rmdir() hookGravatar Amir Goldstein 1-1/+3
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncGravatar Filipe Manana 1-2/+0
2019-04-29btrfs: drop local copy of inode i_modeGravatar Anand Jain 1-5/+2
2019-04-29btrfs: drop old_fsflags in btrfs_ioctl_setflagsGravatar Anand Jain 1-3/+3
2019-04-29btrfs: modify local copy of btrfs_inode flagsGravatar Anand Jain 1-31/+26
2019-04-29btrfs: drop useless inode i_flags copy and restoreGravatar Anand Jain 1-3/+0
2019-04-29btrfs: start transaction in btrfs_ioctl_setflags()Gravatar Anand Jain 1-20/+25
2019-04-29btrfs: refactor btrfs_set_props to validate externallyGravatar Anand Jain 1-0/+3
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesGravatar Filipe Manana 1-1/+18
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Gravatar Qu Wenruo 1-6/+9
2019-04-29btrfs: Perform locking/unlocking in btrfs_remap_file_range()Gravatar Goldwyn Rodrigues 1-23/+11
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transGravatar Anand Jain 1-6/+6
2019-04-29btrfs: merge _btrfs_set_prop helpersGravatar Anand Jain 1-4/+6
2019-03-28Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionGravatar Filipe Manana 1-0/+10
2019-02-27Btrfs: fix deadlock between clone/dedupe and renameGravatar Filipe Manana 1-18/+3
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationGravatar Filipe Manana 1-17/+2
2019-02-25btrfs: merge btrfs_find_device and find_deviceGravatar Anand Jain 1-2/+2
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentGravatar Anand Jain 1-2/+3
2019-02-25Btrfs: move duplicated nodatasum check into common reflink/dedupe helperGravatar Filipe Manana 1-10/+7
2019-02-25Btrfs: do not overwrite error return value in the balance ioctlGravatar Filipe Manana 1-1/+1
2019-02-25Btrfs: do not overwrite error return value in the device replace ioctlGravatar Filipe Manana 1-1/+1
2019-02-25Btrfs: remove redundant check for swapfiles when reflinkingGravatar Filipe Manana 1-6/+0
2019-02-25btrfs: remove set but not used variable 'num_pages'Gravatar YueHaibing 1-3/+0
2019-02-25Btrfs: do not overwrite error return value in the get device stats ioctlGravatar Filipe Manana 1-1/+1
2019-02-25Btrfs: do not overwrite error return value in scrub progress ioctlGravatar Filipe Manana 1-1/+1
2019-02-25Btrfs: do not overwrite scrub error with fault error in scrub ioctlGravatar Filipe Manana 1-1/+1
2019-01-09Btrfs: fix race between reflink/dedupe and relocationGravatar Filipe Manana 1-6/+28
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackGravatar Filipe Manana 1-0/+15
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationGravatar Filipe Manana 1-491/+133
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoGravatar Nikolay Borisov 1-1/+1
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotGravatar Ethan Lien 1-1/+1
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileGravatar Omar Sandoval 1-3/+28
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+12
2018-11-06Btrfs: fix data corruption due to cloning of eof blockGravatar Filipe Manana 1-2/+10
2018-11-06Btrfs: fix infinite loop on inode eviction after deduplication of eof blockGravatar Filipe Manana 1-0/+2
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-23/+27
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-5/+8
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-22/+23
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemGravatar Qu Wenruo 1-4/+7
2018-10-15btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragGravatar Su Yue 1-1/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-1/+1
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemGravatar Lu Fengqi 1-2/+1