aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2020-05-04Btrfs: make deduplication with range including the last block workFilipe Manana
2020-04-12Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-02-24btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-10btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-08-06btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana
2019-04-29btrfs: drop local copy of inode i_modeAnand Jain
2019-04-29btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain
2019-04-29btrfs: modify local copy of btrfs_inode flagsAnand Jain
2019-04-29btrfs: drop useless inode i_flags copy and restoreAnand Jain
2019-04-29btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo
2019-04-29btrfs: Perform locking/unlocking in btrfs_remap_file_range()Goldwyn Rodrigues
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain
2019-03-28Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-02-27Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain
2019-02-25Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana
2019-02-25Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana
2019-02-25Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana
2019-02-25Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana
2019-02-25btrfs: remove set but not used variable 'num_pages'YueHaibing
2019-02-25Btrfs: do not overwrite error return value in the get device stats ioctlFilipe Manana
2019-02-25Btrfs: do not overwrite error return value in scrub progress ioctlFilipe Manana
2019-02-25Btrfs: do not overwrite scrub error with fault error in scrub ioctlFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-06Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-06Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-10-15btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-23Btrfs: fix data corruption when deduplicating between different filesFilipe Manana
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko