summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
|\
| * 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/+2
|\
| * btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba2016-02-231-2/+2
| * btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba2016-02-231-2/+1
* | Merge branch 'misc-4.6' into for-chris-4.6David Sterba2016-02-261-2/+0
|\ \
| * | btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba2016-02-231-2/+0
| |/
* | Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-8/+4
|\ \
| * | btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-4/+4
| * | btrfs: remove redundant error checkByongho Lee2016-02-181-4/+0
| |/
* | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-22/+97
|\ \
| * \ Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-121-22/+97
| |\ \ | | |/ | |/|
| | * Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-031-8/+21
| | * Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-031-14/+76
* | | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-261-2/+2
|\ \ \
| * | | btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba2016-02-111-2/+2
| * | | btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba2016-02-111-2/+2
| |/ /
* | | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-261-2/+3
|\ \ \ | |/ / |/| |
| * | Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...Chandan Rajendra2016-02-011-2/+3
| |/
| * Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-291-4/+0
| * Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-251-0/+4
| |\
| | * btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba2016-01-211-0/+4
* | | wrappers for ->i_mutex accessAl Viro2016-01-221-19/+19
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-0/+4
|\ \ \ | |/ /
| * | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-191-0/+4
| |\ \ | | |/ | |/|
OpenPOWER on IntegriCloud