summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2021-10-26btrfs: defrag: enable defrag for subpage caseQu Wenruo
2021-10-26btrfs: defrag: remove the old infrastructureQu Wenruo
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo
2021-10-26btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo
2021-10-26btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo
2021-10-25btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-08-23btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner
2021-08-23btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner
2021-08-23btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba
2021-06-21btrfs: add device delete cancelDavid Sterba
2021-06-21btrfs: add cancellation to resizeDavid Sterba
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in create_subvolJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik