summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney2016-12-061-1/+1
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-10/+8Star
* btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma2016-11-301-15/+6Star
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
* btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-301-5/+3Star
* btrfs: remove unused headers, statfs.hDavid Sterba2016-11-301-1/+0Star
* Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-051-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-111-0/+12
|\|
| * btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-221-0/+12
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-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/+15Star
* btrfs: copy_to_sk drop unused root parameterJeff Mahoney2016-07-261-3/+2Star
* 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-281-11/+7Star
|\
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-11/+7Star
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-281-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/+11Star
| | * | 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/+11Star
| * | 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-031-7/+11
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-091-1/+1
|\
| * Btrfs: don't use src fd for printkJosef Bacik2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-42/+42
|/
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana2016-03-011-0/+3
* Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2016-03-011-2/+2
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2016-03-011-0/+3
* Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba2016-02-261-3/+2Star
|\
| * btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba2016-02-231-2/+2