aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-08-11btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-01-06btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba
2020-02-11Btrfs: make deduplication with range including the last block workFilipe Manana
2020-01-23Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-01-12Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-11-04btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNCDavid Sterba
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov
2019-09-09btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana
2019-09-09btrfs: use common vfs LABEL ioctl definitionsEric Sandeen
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-07-01btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein
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