summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-0185-1239/+5632
|\
| * missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
| * Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0157-2039/+2481
| |\
| * | afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-2417-350/+1050
| * | afs: Fix callback handlingDavid Howells2018-10-244-8/+12
| * | afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-246-10/+5
| * | afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-245-0/+127
| * | afs: Implement YFS support in the fs clientDavid Howells2018-10-249-28/+2500
| * | afs: Expand data structure fields to support YFSDavid Howells2018-10-242-21/+23
| * | afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
| * | afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-245-8/+28
| * | afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells2018-10-241-11/+5
| * | afs: Implement the YFS cache manager serviceDavid Howells2018-10-243-1/+174
| * | afs: Remove callback details from afs_callback_break structDavid Howells2018-10-243-19/+8
| * | afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-241-0/+1
| * | afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-2417-81/+86
| * | afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-241-0/+11
| * | afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-248-16/+114
| * | afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
| * | afs: Fix TTL on VL server and address listsDavid Howells2018-10-242-7/+33
| * | afs: Implement VL server rotationDavid Howells2018-10-2411-218/+905
| * | afs: Improve FS server rotation error handlingDavid Howells2018-10-243-45/+55
| * | afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-246-309/+236
| * | afs: Better tracing of protocol errorsDavid Howells2018-10-247-70/+146
| * | iov_iter: Add I/O discard iteratorDavid Howells2018-10-242-7/+55
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-2440-105/+96
| * | iov_iter: Use accessor functionDavid Howells2018-10-2414-60/+87
| * | amd-gpu: Don't undefine READ and WRITEDavid Howells2018-10-241-2/+0
* | | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-0112-191/+348
|\ \ \
| * | | compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com2018-10-191-4/+0
| * | | compiler.h: update definition of unreachable()ndesaulniers@google.com2018-10-191-1/+4
| * | | Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda2018-09-301-9/+0
| * | | Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda2018-09-301-4/+3
| * | | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-301-0/+1
| * | | Compiler Attributes: add support for __nonstring (gcc >= 8)Miguel Ojeda2018-09-301-0/+14
| * | | Compiler Attributes: add MAINTAINERS entryMiguel Ojeda2018-09-301-0/+5
| * | | Compiler Attributes: add Doc/process/programming-language.rstMiguel Ojeda2018-09-302-0/+46
| * | | Compiler Attributes: remove uses of __attribute__ from compiler.hMiguel Ojeda2018-09-301-6/+6
| * | | Compiler Attributes: KENTRY used twice the "used" attributeMiguel Ojeda2018-09-301-1/+1
| * | | Compiler Attributes: use feature checks instead of version checksMiguel Ojeda2018-09-305-125/+254
| * | | Compiler Attributes: add missing SPDX ID in compiler_types.hMiguel Ojeda2018-09-301-0/+1
| * | | Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda2018-09-303-9/+3
| * | | Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda2018-09-304-11/+7
| * | | Compiler Attributes: remove unneeded testsMiguel Ojeda2018-09-301-20/+3
| * | | Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda2018-09-305-33/+33
| * | | Compiler Attributes: remove unused attributesMiguel Ojeda2018-09-303-7/+0
* | | | Merge branch 'next-keys2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-11-0129-61/+2516
|\ \ \ \
| * | | | KEYS: asym_tpm: Add support for the sign operation [ver #2]Denis Kenzior2018-10-261-1/+155
| * | | | KEYS: asym_tpm: Implement tpm_sign [ver #2]Denis Kenzior2018-10-261-0/+87
| * | | | KEYS: asym_tpm: Implement signature verification [ver #2]Denis Kenzior2018-10-261-6/+100