aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-0/+12
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-4/+4
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-6/+8
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-18/+15
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney1-3/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+7
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+6
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-11/+7
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-6/+6
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-5/+5
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-50/+148
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason1-1/+1
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba1-2/+58
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-5/+5
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-1/+1
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: add write protection to SET_FEATURES ioctlDavid Sterba1-3/+13
2016-05-06btrfs: use dynamic allocation for root item in create_subvolDavid Sterba1-28/+37
2016-05-06btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba1-5/+8
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-7/+11
2016-05-02btrfs: pass the right error code to the btrfs_std_errorAnand Jain1-2/+2
2016-04-29btrfs: sink gfp parameter to set_extent_defragDavid Sterba1-1/+1
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain1-1/+1
2016-04-28btrfs: rename flags for vol args v2David Sterba1-4/+4
2016-04-28btrfs: introduce device delete by devidAnand Jain1-1/+57
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-0/+21
2016-04-28btrfs: Simplify conditions about compress while mapping btrfs flags to inode flagsSatoru Takeuchi1-3/+3
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-42/+42
2016-04-04Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-03-01Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana1-0/+3
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana1-2/+2
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana1-0/+3
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba1-3/+2
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba1-2/+0
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-8/+4
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-22/+97
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-2/+2
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba1-2/+3
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba1-2/+2
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba1-2/+1
2016-02-23btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba1-2/+0
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-4/+4