summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57
|\
| * getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34
* | Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-097-241/+78
|\ \
| * | orangefs: remove unused codeMartin Brandenburg2018-04-033-128/+0
| * | orangefs: make several *_operations structs staticMartin Brandenburg2018-04-033-31/+28
| * | orangefs: implement vm_ops->faultMartin Brandenburg2018-04-031-2/+28
| * | orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19
| * | orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1
| * | orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
* | | Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-091-2/+2
|\ \ \
| * | | pstore: fix crypto dependencies without compressionTobias Regnery2018-04-061-2/+2
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+3
|\ \ \ \
| * | | | fuse: define the filesystem as untrustedMimi Zohar2018-03-231-0/+3
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-2340-258/+661
| |\ \ \ \
| * | | | | exec: Set file unwritable before LSM checkKees Cook2018-03-191-3/+3
* | | | | | Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0731-937/+986
|\ \ \ \ \ \
| * | | | | | fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-063-117/+265
| * | | | | | fscache: Pass object size in rather than calling back for itDavid Howells2018-04-0618-119/+78
| * | | | | | fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-0424-686/+490
| * | | | | | fscache: Add more tracepointsDavid Howells2018-04-044-7/+76
| * | | | | | fscache: Add tracepointsDavid Howells2018-04-049-52/+113
| * | | | | | fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-04-041-4/+9
| * | | | | | fscache: Detect multiple relinquishment of a cookieDavid Howells2018-04-041-1/+2
| * | | | | | fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells2018-04-041-6/+9
| * | | | | | fscache, cachefiles: Fix checker warningsDavid Howells2018-04-042-1/+1
| * | | | | | afs: Be more aggressive in retiring cached vnodesDavid Howells2018-04-041-2/+3
| * | | | | | afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells2018-04-041-14/+8
| * | | | | | afs: Invalidate cache on server data changeDavid Howells2018-04-041-0/+4
* | | | | | | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-2/+3
|\ \ \ \ \ \ \
| * | | | | | | audit: add refused symlink to audit_namesRichard Guy Briggs2018-03-211-0/+1
| * | | | | | | audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-2/+2
* | | | | | | | Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-066-284/+225
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | pstore: fix crypto dependenciesArnd Bergmann2018-03-152-20/+21
| * | | | | | | pstore: Use crypto compress APIGeliang Tang2018-03-093-367/+84
| * | | | | | | pstore/ram: Do not use stack VLA for parity workspaceKees Cook2018-03-071-7/+22
| * | | | | | | pstore: Select compression at runtimeKees Cook2018-03-074-84/+151
| * | | | | | | pstore: Avoid size casts for 842 compressionKees Cook2018-03-061-4/+14
| * | | | | | | pstore: Add lz4hc and 842 compression supportGeliang Tang2018-03-062-18/+149
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-0632-406/+375
|\ \ \ \ \ \ \
| * | | | | | | block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer2018-04-051-1/+1
| * | | | | | | fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov2018-04-051-5/+4
| * | | | | | | fs: don't flush pagecache when expanding block deviceshunki-fujita2018-04-051-2/+4
| * | | | | | | fs/9p: don't set SB_NOATIME by defaultYiwen Jiang2018-04-051-1/+1
| * | | | | | | 9p: check memory allocation result for cachetagChengguang Xu2018-04-051-0/+7
| * | | | | | | 9p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan2018-04-051-4/+22
| * | | | | | | ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-051-4/+0
OpenPOWER on IntegriCloud