summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-221-3/+15
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-231-1/+2
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-09-121-7/+20
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2020-01-041-2/+8
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-11-271-4/+7
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval2018-06-261-2/+4
* Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval2018-06-261-5/+7
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-10-051-0/+4
* btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-10-051-1/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-141-2/+4
* Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-041-0/+5
|\
| * btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-6/+8
|\|
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-6/+8
* | Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-0/+12
|\|
| * btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-211-0/+12
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-4/+4
|/
* btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-08-251-1/+1
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-18/+15
* btrfs: copy_to_sk drop unused root parameterJeff Mahoney2016-07-261-3/+2
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-11/+7
|\
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-11/+7
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-6/+6
|\ \ | |/ |/|
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-6/+6
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-5/+5
| | * btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-291-1/+1
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-50/+148
|\| |
| * | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-1/+1
| |\ \
| | * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-1/+1
| | |/
| * | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-161-2/+58
| |\ \
| | * | btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain2016-04-281-1/+1
| | * | btrfs: rename flags for vol args v2David Sterba2016-04-281-4/+4
| | * | btrfs: introduce device delete by devidAnand Jain2016-04-281-1/+57
| | |/
| * | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-5/+5
| |\ \
| | * | btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba2016-05-061-12/+11
| | * | btrfs: pass the right error code to the btrfs_std_errorAnand Jain2016-05-021-2/+2
| | * | btrfs: Simplify conditions about compress while mapping btrfs flags to inode ...Satoru Takeuchi2016-04-281-3/+3
| | * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-1/+1
| | |/
| * | btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba2016-05-061-12/+11
| * | btrfs: add write protection to SET_FEATURES ioctlDavid Sterba2016-05-061-3/+13
| * | btrfs: use dynamic allocation for root item in create_subvolDavid Sterba2016-05-061-28/+37
| * | btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba2016-05-061-5/+8
| * | btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-04-281-0/+21
| |/
* / parallel lookups: actual switch to rwsemAl Viro2016-05-021-7/+11
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-091-1/+1
|\