Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | merge common parts of lookup_one_len{,_unlocked} into common helper | Al Viro | 2018-04-06 | 1 | -56/+34 | |
* | | | | Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-04-09 | 7 | -241/+78 | |
|\ \ \ \ | ||||||
| * | | | | orangefs: remove unused code | Martin Brandenburg | 2018-04-03 | 3 | -128/+0 | |
| * | | | | orangefs: make several *_operations structs static | Martin Brandenburg | 2018-04-03 | 3 | -31/+28 | |
| * | | | | orangefs: implement vm_ops->fault | Martin Brandenburg | 2018-04-03 | 1 | -2/+28 | |
| * | | | | orangefs: open code short single-use functions | Martin Brandenburg | 2018-04-02 | 1 | -76/+19 | |
| * | | | | orangefs: replace vmalloc and memset with vzalloc | Colin Ian King | 2018-04-02 | 1 | -2/+1 | |
| * | | | | orangefs: bug fix for a race condition when getting a slot | David Reynolds | 2018-04-02 | 1 | -2/+2 | |
* | | | | | Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-09 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | pstore: fix crypto dependencies without compression | Tobias Regnery | 2018-04-06 | 1 | -2/+2 | |
* | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-07 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fuse: define the filesystem as untrusted | Mimi Zohar | 2018-03-23 | 1 | -0/+3 | |
* | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-04-07 | 1 | -3/+3 | |
|\| | | | | | | ||||||
| * | | | | | | Merge tag 'v4.16-rc6' into next-general | James Morris | 2018-03-23 | 40 | -258/+661 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | exec: Set file unwritable before LSM check | Kees Cook | 2018-03-19 | 1 | -3/+3 | |
* | | | | | | | | Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-07 | 31 | -937/+986 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fscache: Maintain a catalogue of allocated cookies | David Howells | 2018-04-06 | 3 | -117/+265 | |
| * | | | | | | | | fscache: Pass object size in rather than calling back for it | David Howells | 2018-04-06 | 18 | -119/+78 | |
| * | | | | | | | | fscache: Attach the index key and aux data to the cookie | David Howells | 2018-04-04 | 24 | -686/+490 | |
| * | | | | | | | | fscache: Add more tracepoints | David Howells | 2018-04-04 | 4 | -7/+76 | |
| * | | | | | | | | fscache: Add tracepoints | David Howells | 2018-04-04 | 9 | -52/+113 | |
| * | | | | | | | | fscache: Fix hanging wait on page discarded by writeback | David Howells | 2018-04-04 | 1 | -4/+9 | |
| * | | | | | | | | fscache: Detect multiple relinquishment of a cookie | David Howells | 2018-04-04 | 1 | -1/+2 | |
| * | | | | | | | | fscache: Pass the correct cancelled indications to fscache_op_complete() | David Howells | 2018-04-04 | 1 | -6/+9 | |
| * | | | | | | | | fscache, cachefiles: Fix checker warnings | David Howells | 2018-04-04 | 2 | -1/+1 | |
| * | | | | | | | | afs: Be more aggressive in retiring cached vnodes | David Howells | 2018-04-04 | 1 | -2/+3 | |
| * | | | | | | | | afs: Use the vnode ID uniquifier in the cache key not the aux data | David Howells | 2018-04-04 | 1 | -14/+8 | |
| * | | | | | | | | afs: Invalidate cache on server data change | David Howells | 2018-04-04 | 1 | -0/+4 | |
* | | | | | | | | | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-06 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | audit: add refused symlink to audit_names | Richard Guy Briggs | 2018-03-21 | 1 | -0/+1 | |
| * | | | | | | | | | audit: remove path param from link denied function | Richard Guy Briggs | 2018-03-21 | 1 | -2/+2 | |
* | | | | | | | | | | Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-04-06 | 6 | -284/+225 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | pstore: fix crypto dependencies | Arnd Bergmann | 2018-03-15 | 2 | -20/+21 | |
| * | | | | | | | | | pstore: Use crypto compress API | Geliang Tang | 2018-03-09 | 3 | -367/+84 | |
| * | | | | | | | | | pstore/ram: Do not use stack VLA for parity workspace | Kees Cook | 2018-03-07 | 1 | -7/+22 | |
| * | | | | | | | | | pstore: Select compression at runtime | Kees Cook | 2018-03-07 | 4 | -84/+151 | |
| * | | | | | | | | | pstore: Avoid size casts for 842 compression | Kees Cook | 2018-03-06 | 1 | -4/+14 | |
| * | | | | | | | | | pstore: Add lz4hc and 842 compression support | Geliang Tang | 2018-03-06 | 2 | -18/+149 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-04-06 | 32 | -406/+375 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | block_invalidatepage(): only release page if the full page was invalidated | Jeff Moyer | 2018-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | fs/direct-io.c: minor cleanups in do_blockdev_direct_IO | Nikolay Borisov | 2018-04-05 | 1 | -5/+4 | |
| * | | | | | | | | | fs: don't flush pagecache when expanding block device | shunki-fujita | 2018-04-05 | 1 | -2/+4 | |
| * | | | | | | | | | fs/9p: don't set SB_NOATIME by default | Yiwen Jiang | 2018-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | 9p: check memory allocation result for cachetag | Chengguang Xu | 2018-04-05 | 1 | -0/+7 | |
| * | | | | | | | | | 9p: don't maintain dir i_nlink if the exported fs doesn't either | Eryu Guan | 2018-04-05 | 1 | -4/+22 | |
| * | | | | | | | | | ocfs2/dlm: clean up unused variable in dlm_process_recovery_data | Changwei Ge | 2018-04-05 | 1 | -4/+0 | |
| * | | | | | | | | | ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio | piaojun | 2018-04-05 | 1 | -1/+10 | |
| * | | | | | | | | | ocfs2: add duplicated ino number check | Gang He | 2018-04-05 | 1 | -1/+20 | |
| * | | | | | | | | | ocfs2: add kobject for online file check | Gang He | 2018-04-05 | 4 | -202/+155 | |
| * | | | | | | | | | ocfs2: fix some small problems | Gang He | 2018-04-05 | 1 | -4/+4 |