summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04Btrfs: don't use src fd for printkJosef Bacik
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-01Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba
2016-02-23btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-02-18btrfs: remove redundant error checkByongho Lee
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-11btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba
2016-02-11btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba
2016-02-03Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana
2016-02-03Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana
2016-02-01Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...Chandan Rajendra
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason
2016-01-25Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba
2016-01-07btrfs: do an allocation earlier during snapshot creationDavid Sterba
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: constify static arraysDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-03btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-12-01btrfs: add .copy_file_range file operationZach Brown
2015-11-06Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-26btrfs: check unsupported filters in balance argumentsDavid Sterba
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana