summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-4/+2
|\
| * fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-01-241-4/+2
* | btrfs: update writeback index when starting defragFilipe Manana2022-01-241-0/+9
* | btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-01-241-0/+5
* | btrfs: fix deadlock when reserving space during defragFilipe Manana2022-01-241-1/+30
* | btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-01-191-2/+16
* | btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-01-191-3/+7
* | btrfs: allow defrag to be interruptibleFilipe Manana2022-01-191-0/+5
* | btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana2022-01-191-6/+6
|/
* btrfs: skip transaction commit after failure to create subvolumeFilipe Manana2022-01-071-4/+4
* btrfs: allow device add if balance is pausedNikolay Borisov2022-01-071-3/+18
* btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...Nikolay Borisov2022-01-071-1/+4
* btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov2022-01-071-0/+24
* btrfs: rework async transaction committingJosef Bacik2022-01-031-6/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-3/+3
* Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-171-4/+6
|\
| * btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana2021-12-151-3/+4
| * btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-151-4/+5
* | Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-111-4/+2
|\|
| * btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter2021-12-081-4/+2
* | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-181-0/+4
|\|
| * btrfs: deprecate BTRFS_IOC_BALANCE ioctlNikolay Borisov2021-11-161-0/+4
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-3/+2
|\ \
| * | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-3/+2
* | | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-519/+485
|\ \ \ | | |/ | |/|
| * | btrfs: send: prepare for v2 protocolDavid Sterba2021-10-291-1/+2
| * | btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval2021-10-261-0/+14
| * | btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2021-10-261-27/+40
| * | btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-6/+7
| * | btrfs: defrag: enable defrag for subpage caseQu Wenruo2021-10-261-6/+0
| * | btrfs: defrag: remove the old infrastructureQu Wenruo2021-10-261-313/+0
| * | btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo2021-10-261-149/+55
| * | btrfs: defrag: introduce helper to defrag one clusterQu Wenruo2021-10-261-0/+56
| * | btrfs: defrag: introduce helper to defrag a rangeQu Wenruo2021-10-261-10/+93
| * | btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo2021-10-261-0/+55
| * | btrfs: defrag: introduce helper to collect target file extentsQu Wenruo2021-10-261-0/+120
| * | btrfs: defrag: factor out page preparation into a helperQu Wenruo2021-10-261-61/+87
| * | btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo2021-10-261-5/+6
| * | btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo2021-10-261-2/+3
| * | btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo2021-10-261-9/+18
| * | btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain2021-10-251-3/+2
| |/
* / btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
|/
* btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-071-4/+11
* btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner2021-08-231-3/+4
* btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner2021-08-231-1/+1
* btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner2021-08-231-3/+4
* btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner2021-08-231-11/+16
* btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner2021-08-231-7/+20
* btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner2021-08-231-20/+27
* btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner2021-08-231-0/+2