Age | Commit message (Expand) | Author |
2023-06-29 | Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-24 | dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage | David Howells |
2023-06-20 | fs: dlm: remove filter local comms on close | Alexander Aring |
2023-06-14 | fs: dlm: add send ack threshold and append acks to msgs | Alexander Aring |
2023-06-14 | fs: dlm: handle sequence numbers as atomic | Alexander Aring |
2023-06-14 | fs: dlm: handle lkb wait count as atomic_t | Alexander Aring |
2023-06-14 | fs: dlm: filter ourself midcomms calls | Alexander Aring |
2023-06-14 | fs: dlm: warn about messages from left nodes | Alexander Aring |
2023-06-14 | fs: dlm: move dlm_purge_lkb_callbacks to user module | Alexander Aring |
2023-06-14 | fs: dlm: cleanup STOP_IO bitflag set when stop io | Alexander Aring |
2023-06-14 | fs: dlm: don't check othercon twice | Alexander Aring |
2023-06-14 | fs: dlm: unregister memory at the very last | Alexander Aring |
2023-06-14 | fs: dlm: fix missing pending to false | Alexander Aring |
2023-06-14 | fs: dlm: clear pending bit when queue was empty | Alexander Aring |
2023-06-14 | fs: dlm: revert check required context while close | Alexander Aring |
2023-05-24 | fs: dlm: fix mismatch of plock results from userspace | Alexander Aring |
2023-05-23 | fs: dlm: make F_SETLK use unkillable wait_event | Alexander Aring |
2023-05-22 | fs: dlm: interrupt posix locks only when process is killed | Alexander Aring |
2023-05-22 | dlm: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-05-22 | fs: dlm: fix cleanup pending ops when interrupted | Alexander Aring |
2023-05-22 | fs: dlm: return positive pid value for F_GETLK | Alexander Aring |
2023-05-22 | dlm: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-04-21 | fs: dlm: stop unnecessarily filling zero ms_extra bytes | Alexander Aring |
2023-03-17 | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet |
2023-03-06 | fs: dlm: switch lkb_sbflags to atomic ops | Alexander Aring |
2023-03-06 | fs: dlm: rsb hash table flag value to atomic ops | Alexander Aring |
2023-03-06 | fs: dlm: move internal flags to atomic ops | Alexander Aring |
2023-03-06 | fs: dlm: change dflags to use atomic bits | Alexander Aring |
2023-03-06 | fs: dlm: store lkb distributed flags into own value | Alexander Aring |
2023-03-06 | fs: dlm: remove DLM_IFL_LOCAL_MS flag | Alexander Aring |
2023-03-06 | fs: dlm: rename stub to local message flag | Alexander Aring |
2023-03-06 | fs: dlm: remove deprecated code parts | Alexander Aring |
2023-03-06 | DLM: increase socket backlog to avoid hangs with 16 nodes | Edwin Török |
2023-03-06 | fs: dlm: add unbound flag to dlm_io workqueue | Alexander Aring |
2023-03-06 | fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten | Alexander Aring |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-20 | Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds |
2023-01-27 | kobject: kset_uevent_ops: make uevent() callback take a const * | Greg Kroah-Hartman |
2023-01-23 | fs: dlm: remove unnecessary waker_up() calls | Alexander Aring |
2023-01-23 | fs: dlm: move state change into else branch | Alexander Aring |
2023-01-23 | fs: dlm: remove newline in log_print | Alexander Aring |
2023-01-23 | fs: dlm: reduce the shutdown timeout to 5 secs | Alexander Aring |
2023-01-23 | fs: dlm: make dlm sequence id more robust | Alexander Aring |
2023-01-23 | fs: dlm: wait until all midcomms nodes detect version | Alexander Aring |
2023-01-23 | fs: dlm: ignore unexpected non dlm opts msgs | Alexander Aring |
2023-01-23 | fs: dlm: bring back previous shutdown handling | Alexander Aring |
2023-01-23 | fs: dlm: send FIN ack back in right cases | Alexander Aring |