| Commit message (Expand) | Author | Age | Files | Lines |
* | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall | Jeff Layton | 2017-11-15 | 1 | -6/+5 |
* | fcntl: don't leak fd reference when fixup_compat_flock fails | Jeff Layton | 2017-11-15 | 1 | -3/+2 |
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-13 | 1 | -1/+2 |
|\ |
|
| * | tty fix oops when rmmod 8250 | nixiaoming | 2017-10-20 | 1 | -1/+2 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 4 | -12/+7 |
|\ \ |
|
| * | | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() | Arnd Bergmann | 2017-11-12 | 1 | -4/+1 |
| * | | fs/ncpfs: Convert timers to use timer_setup() | Kees Cook | 2017-11-02 | 3 | -7/+5 |
| * | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 1 | -1/+1 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-11-08 | 536 | -260/+982 |
| |\ \ \ |
|
| * | | | | sched/debug: Rename task-state printing helpers | Peter Zijlstra | 2017-10-10 | 1 | -1/+1 |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-13 | 22 | -54/+45 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 503 | -81/+653 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 17 | -26/+27 |
| * | | | | | locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 2017-10-25 | 1 | -9/+0 |
| * | | | | | locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 2017-10-25 | 1 | -9/+9 |
| * | | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 2017-10-24 | 3 | -4/+4 |
| * | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2017-10-24 | 37 | -179/+329 |
| |\ \ \ \ \ |
|
| * | | | | | | locking/rwsem, fs: Use killable down_read() in iterate_dir() | Kirill Tkhai | 2017-10-10 | 1 | -6/+5 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | ima: call ima_file_free() prior to calling fasync | Mimi Zohar | 2017-11-08 | 1 | -1/+1 |
| * | | | | | vfs: fix mounting a filesystem with i_version | Mimi Zohar | 2017-11-08 | 1 | -1/+2 |
* | | | | | | fs/hugetlbfs/inode.c: fix hwpoison reserve accounting | Mike Kravetz | 2017-11-03 | 1 | -1/+4 |
* | | | | | | ocfs2: fstrim: Fix start offset of first cluster group during fstrim | Ashish Samant | 2017-11-03 | 1 | -6/+18 |
* | | | | | | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry | Huang Ying | 2017-11-03 | 1 | -1/+5 |
* | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 485 | -0/+485 |
|\ \ \ \ \ \ |
|
| * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 485 | -0/+485 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | cifs: check MaxPathNameComponentLength != 0 before using it | Ronnie Sahlberg | 2017-10-30 | 1 | -2/+3 |
* | | | | | | Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-10-28 | 8 | -34/+77 |
|\ \ \ \ \ \ |
|
| * | | | | | | SMB3: Validate negotiate request must always be signed | Steve French | 2017-10-26 | 1 | -0/+3 |
| * | | | | | | SMB: fix validate negotiate info uninitialised memory use | David Disseldorp | 2017-10-25 | 1 | -1/+2 |
| * | | | | | | SMB: fix leak of validate negotiate info response buffer | David Disseldorp | 2017-10-25 | 1 | -2/+5 |
| * | | | | | | CIFS: Fix NULL pointer deref on SMB2_tcon() failure | Aurélien Aptel | 2017-10-25 | 1 | -2/+2 |
| * | | | | | | CIFS: do not send invalid input buffer on QUERY_INFO requests | Aurelien Aptel | 2017-10-25 | 1 | -3/+7 |
| * | | | | | | cifs: Select all required crypto modules | Benjamin Gilbert | 2017-10-25 | 1 | -0/+5 |
| * | | | | | | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE | Long Li | 2017-10-18 | 1 | -1/+1 |
| * | | | | | | cifs: handle large EA requests more gracefully in smb2+ | Ronnie Sahlberg | 2017-10-18 | 5 | -11/+32 |
| * | | | | | | Fix encryption labels and lengths for SMB3.1.1 | Steve French | 2017-10-18 | 2 | -14/+20 |
* | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-10-28 | 5 | -27/+42 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ovl: do not cleanup unsupported index entries | Amir Goldstein | 2017-10-24 | 2 | -10/+8 |
| * | | | | | | | ovl: handle ENOENT on index lookup | Amir Goldstein | 2017-10-24 | 1 | -0/+4 |
| * | | | | | | | ovl: fix EIO from lookup of non-indexed upper | Amir Goldstein | 2017-10-24 | 3 | -17/+26 |
| * | | | | | | | ovl: Return -ENOMEM if an allocation fails ovl_lookup() | Dan Carpenter | 2017-10-19 | 1 | -0/+1 |
| * | | | | | | | ovl: add NULL check in ovl_alloc_inode | Hirofumi Nakagawa | 2017-10-19 | 1 | -0/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-10-28 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fuse: fix READDIRPLUS skipping an entry | Miklos Szeredi | 2017-10-25 | 1 | -1/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-10-26 | 1 | -1/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton | 2017-10-25 | 1 | -1/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-10-26 | 1 | -8/+13 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | xfs: fix AIM7 regression | Christoph Hellwig | 2017-10-23 | 1 | -8/+13 |