Age | Commit message (Expand) | Author |
2022-11-21 | fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING | Alexander Aring |
2022-11-08 | fs: dlm: remove ls_remove_wait waitqueue | Alexander Aring |
2022-11-08 | fs: dlm: use a non-static queue for callbacks | Alexander Aring |
2022-11-08 | fs: dlm: use spin lock instead of mutex | Alexander Aring |
2022-11-08 | fs: dlm: convert ls_cb_mutex mutex to spinlock | Alexander Aring |
2022-11-08 | dlm: replace one-element array with fixed size array | Paulo Miguel Almeida |
2022-08-23 | fs: dlm: change ls_clear_proc_locks to spinlock | Alexander Aring |
2022-08-01 | fs: dlm: don't use deprecated timeout features by default | Alexander Aring |
2022-06-24 | fs: dlm: remove waiter warnings | Alexander Aring |
2022-06-24 | fs: dlm: add comment about lkb IFL flags | Alexander Aring |
2022-06-24 | fs: dlm: make new_lockspace() wait until recovery completes | Alexander Aring |
2022-04-06 | dlm: use __le types for dlm messages | Alexander Aring |
2022-04-06 | dlm: use __le types for rcom messages | Alexander Aring |
2022-04-06 | dlm: use __le types for dlm header | Alexander Aring |
2022-04-06 | dlm: use __le types for options header | Alexander Aring |
2021-12-07 | fs: dlm: use event based wait for pending remove | Alexander Aring |
2021-11-02 | fs: dlm: ls_count busy wait to event based wait | Alexander Aring |
2021-11-02 | fs: dlm: requestqueue busy wait to event based wait | Alexander Aring |
2021-11-02 | fs: dlm: remove obsolete INBUF define | Alexander Aring |
2021-07-19 | fs: dlm: fix typo in tlv prefix | Alexander Aring |
2021-05-25 | fs: dlm: add midcomms debugfs functionality | Alexander Aring |
2021-05-25 | fs: dlm: add reliable connection if reconnect | Alexander Aring |
2021-05-25 | fs: dlm: add union in dlm header for lockspace id | Alexander Aring |
2021-05-25 | fs: dlm: make buffer handling per msg | Alexander Aring |
2021-05-25 | fs: dlm: add dlm macros for ratelimit log | Alexander Aring |
2020-05-12 | dlm: remove BUG() before panic() | Arnd Bergmann |
2020-05-12 | dlm: dlm_internal: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2019-07-11 | dlm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-10-19 | dlm: audit and remove any unnecessary uses of module.h | Paul Gortmaker |
2016-06-21 | dlm: add log_info config option | Zhilong Liu |
2014-02-14 | dlm: use INFO for recovery messages | David Teigland |
2013-01-07 | dlm: avoid scanning unchanged toss lists | David Teigland |
2012-11-16 | dlm: fix lvb invalidation conditions | David Teigland |
2012-08-08 | dlm: fix unlock balance warnings | David Teigland |
2012-07-16 | dlm: fix race between remove and lookup | David Teigland |
2012-07-16 | dlm: use idr instead of list for recovered rsbs | David Teigland |
2012-07-16 | dlm: use rsbtbl as resource directory | David Teigland |
2012-05-02 | dlm: fixes for nodir mode | David Teigland |
2012-04-26 | dlm: limit rcom debug messages | David Teigland |
2012-01-04 | dlm: add recovery callbacks | David Teigland |
2012-01-04 | dlm: add node slots and generation | David Teigland |
2011-11-18 | dlm: convert rsb list to rb_tree | Bob Peterson |
2011-07-15 | dlm: use workqueue for callbacks | David Teigland |
2011-07-12 | dlm: improve rsb searches | David Teigland |
2011-07-11 | dlm: keep lkbs in idr | David Teigland |
2011-04-05 | dlm: remove shared message stub for recovery | David Teigland |
2011-04-01 | dlm: delayed reply message warning | David Teigland |
2011-03-10 | dlm: record full callback state | David Teigland |