summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko
2020-03-23btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza
2020-03-23btrfs: use ioctl args support mask for device deleteDavid Sterba
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik
2020-01-28Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-23Btrfs: make deduplication with range including the last block workFilipe Manana
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2020-01-17Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
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