summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-063-33/+55
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-065-111/+105
* cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-13/+10
* cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-061-10/+4
* cls_flower: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-16/+10
* cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10
* cls_basic: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-15/+10
* cls_api: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-2/+2
* net sched actions: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-35/+25
* idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-062-0/+33
* idr: Delete idr_find_ext functionMatthew Wilcox2018-02-064-9/+4
* idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-067-19/+9
* idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-067-19/+14
* IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-061-0/+1
* idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-061-2/+2
* radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-061-2/+0
* Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-053-11/+24
|\
| * xfs: remove experimental tag for reverse mappingDarrick J. Wong2018-02-011-8/+4
| * xfs: don't allow reflink + realtime filesystemsDarrick J. Wong2018-02-011-0/+7
| * xfs: don't allow DAX on reflink filesystemsDarrick J. Wong2018-02-011-1/+4
| * xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen2018-02-011-0/+7
| * xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-01-311-2/+2
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-0515-409/+1905
|\ \
| * | ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein2018-02-051-0/+3
| * | ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein2018-02-051-0/+2
| * | ovl: wire up NFS export operationsAmir Goldstein2018-01-241-0/+3
| * | ovl: lookup indexed ancestor of lower dirAmir Goldstein2018-01-243-7/+56
| * | ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-243-13/+110
| * | ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein2018-01-241-1/+3
| * | ovl: decode pure lower dir file handlesAmir Goldstein2018-01-241-17/+26
| * | ovl: decode indexed dir file handlesAmir Goldstein2018-01-243-1/+15
| * | ovl: decode lower file handles of unlinked but open filesAmir Goldstein2018-01-243-2/+38
| * | ovl: decode indexed non-dir file handlesAmir Goldstein2018-01-241-25/+46
| * | ovl: decode lower non-dir file handlesAmir Goldstein2018-01-243-15/+47
| * | ovl: encode lower file handlesAmir Goldstein2018-01-241-8/+2
| * | ovl: copy up before encoding non-connectable dir file handleAmir Goldstein2018-01-241-4/+49
| * | ovl: encode non-indexed upper file handlesAmir Goldstein2018-01-241-5/+35
| * | ovl: decode connected upper dir file handlesAmir Goldstein2018-01-241-1/+230
| * | ovl: decode pure upper file handlesAmir Goldstein2018-01-243-2/+101
| * | ovl: encode pure upper file handlesAmir Goldstein2018-01-243-1/+106
| * | ovl: document NFS exportAmir Goldstein2018-01-241-4/+69
| * | vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi2018-01-242-31/+58
| * | ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-245-20/+41
| * | ovl: copy up of disconnected dentriesAmir Goldstein2018-01-243-19/+48
| * | ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein2018-01-241-3/+1
| * | ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-243-12/+12
| * | ovl: factor out ovl_get_index_fh() helperAmir Goldstein2018-01-242-10/+50
| * | ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-242-4/+40
| * | ovl: whiteout index when union nlink drops to zeroAmir Goldstein2018-01-243-29/+48
| * | ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein2018-01-241-3/+3