| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 2 | -2/+2 |
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-30 | 1 | -2/+2 |
|\ |
|
| * | dlm: switch to sock_recvmsg() | Al Viro | 2017-12-02 | 1 | -2/+2 |
* | | fs: annotate ->poll() instances | Al Viro | 2017-11-27 | 2 | -3/+3 |
|/ |
|
* | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 2017-11-14 | 1 | -8/+8 |
|\ |
|
| * | dlm: make config_item_type const | Bhumika Goyal | 2017-10-19 | 1 | -8/+8 |
* | | Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2017-11-14 | 7 | -124/+186 |
|\ \ |
|
| * | | dlm: remove dlm_send_rcom_lookup_dump | David Teigland | 2017-10-09 | 3 | -21/+1 |
| * | | dlm: recheck kthread_should_stop() before schedule() | Guoqing Jiang | 2017-09-25 | 1 | -1/+4 |
| * | | DLM: fix NULL pointer dereference in send_to_sock() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+4 |
| * | | DLM: fix to reschedule rwork | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+6 |
| * | | DLM: fix to use sk_callback_lock correctly | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -12/+17 |
| * | | DLM: fix overflow dlm_cb_seq | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+2 |
| * | | DLM: fix memory leak in tcp_accept_from_sock() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -14/+7 |
| * | | DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -19/+23 |
| * | | DLM: use CF_CLOSE flag to stop dlm_send correctly | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+1 |
| * | | DLM: Reanimate CF_WRITE_PENDING flag | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -1/+8 |
| * | | DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -1/+10 |
| * | | DLM: close othercon at send/receive error | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+2 |
| * | | DLM: retry rcom when dlm_wait_function is timed out. | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 2 | -0/+10 |
| * | | DLM: fix to use sock_mutex correctly in xxx_accept_from_sock | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -0/+6 |
| * | | DLM: fix race condition between dlm_send and dlm_recv | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -2/+6 |
| * | | DLM: fix double list_del() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -5/+39 |
| * | | DLM: fix remove save_cb argument from add_sock() | tsutomu.owa@toshiba.co.jp | 2017-09-25 | 1 | -8/+8 |
| * | | DLM: Fix saving of NULL callbacks | Bob Peterson | 2017-09-25 | 1 | -20/+25 |
| * | | DLM: Eliminate CF_WRITE_PENDING flag | Bob Peterson | 2017-09-25 | 1 | -13/+8 |
| * | | DLM: Eliminate CF_CONNECT_PENDING flag | Bob Peterson | 2017-09-25 | 1 | -7/+3 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2017-09-06 | 1 | -1/+1 |
|\ |
|
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington | 2017-07-16 | 1 | -1/+1 |
* | | dlm: use sock_create_lite inside tcp_accept_from_sock | Guoqing Jiang | 2017-08-07 | 1 | -1/+1 |
* | | dlm: avoid double-free on error path in dlm_device_{register,unregister} | Edwin Török | 2017-08-07 | 1 | -0/+4 |
* | | dlm: constify kset_uevent_ops structure | Bhumika Goyal | 2017-08-07 | 1 | -1/+1 |
* | | dlm: print log message when cluster name is not set | Zhu Lingshan | 2017-08-07 | 1 | -0/+4 |
* | | dlm: Delete an unnecessary variable initialisation in dlm_ls_start() | Markus Elfring | 2017-08-07 | 1 | -1/+1 |
* | | dlm: Improve a size determination in two functions | Markus Elfring | 2017-08-07 | 1 | -2/+2 |
* | | dlm: Use kcalloc() in two functions | Markus Elfring | 2017-08-07 | 1 | -4/+2 |
* | | dlm: Use kmalloc_array() in make_member_array() | Markus Elfring | 2017-08-07 | 1 | -2/+1 |
* | | dlm: Delete an error message for a failed memory allocation in dlm_recover_wa... | Markus Elfring | 2017-08-07 | 1 | -3/+1 |
* | | dlm: Improve a size determination in dlm_recover_waiters_pre() | Markus Elfring | 2017-08-07 | 1 | -1/+1 |
* | | dlm: Use kcalloc() in dlm_scan_waiters() | Markus Elfring | 2017-08-07 | 1 | -1/+1 |
* | | dlm: Improve a size determination in table_seq_start() | Markus Elfring | 2017-08-07 | 1 | -1/+1 |
* | | dlm: Add spaces for better code readability | Markus Elfring | 2017-08-07 | 1 | -5/+5 |
* | | dlm: Replace six seq_puts() calls by seq_putc() | Markus Elfring | 2017-08-07 | 1 | -7/+6 |
* | | dlm: Make dismatch error message more clear | Gang He | 2017-08-07 | 1 | -1/+2 |
* | | dlm: Fix kernel memory disclosure | Vlad Tsyrklevich | 2017-08-07 | 1 | -0/+2 |
|/ |
|
* | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-09 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | ktime: Get rid of ktime_equal() | Thomas Gleixner | 2016-12-25 | 1 | -3/+2 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |