summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\
| * fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
* | dlm: use sock_create_lite inside tcp_accept_from_sockGuoqing Jiang2017-08-071-1/+1
* | dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-08-071-0/+4
* | dlm: constify kset_uevent_ops structureBhumika Goyal2017-08-071-1/+1
* | dlm: print log message when cluster name is not setZhu Lingshan2017-08-071-0/+4
* | dlm: Delete an unnecessary variable initialisation in dlm_ls_start()Markus Elfring2017-08-071-1/+1
* | dlm: Improve a size determination in two functionsMarkus Elfring2017-08-071-2/+2
* | dlm: Use kcalloc() in two functionsMarkus Elfring2017-08-071-4/+2
* | dlm: Use kmalloc_array() in make_member_array()Markus Elfring2017-08-071-2/+1
* | dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...Markus Elfring2017-08-071-3/+1
* | dlm: Improve a size determination in dlm_recover_waiters_pre()Markus Elfring2017-08-071-1/+1
* | dlm: Use kcalloc() in dlm_scan_waiters()Markus Elfring2017-08-071-1/+1
* | dlm: Improve a size determination in table_seq_start()Markus Elfring2017-08-071-1/+1
* | dlm: Add spaces for better code readabilityMarkus Elfring2017-08-071-5/+5
* | dlm: Replace six seq_puts() calls by seq_putc()Markus Elfring2017-08-071-7/+6
* | dlm: Make dismatch error message more clearGang He2017-08-071-1/+2
* | dlm: Fix kernel memory disclosureVlad Tsyrklevich2017-08-071-0/+2
|/
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-3/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2016-12-149-20/+22
|\
| * dlm: fix error return code in sctp_accept_from_sock()Wei Yongjun2016-10-241-1/+2
| * dlm: don't specify WQ_UNBOUND for the ast callback workqueueBob Peterson2016-10-191-1/+1
| * dlm: remove lock_sock to avoid scheduling while atomicBob Peterson2016-10-191-4/+0
| * dlm: don't save callbacks after acceptBob Peterson2016-10-191-9/+12
| * dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-196-4/+6
| * dlm: make genl_ops constStephen Hemminger2016-10-191-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-5/+10
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/
* dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* dlm: fix malfunction of dlm_tool caused by debugfs changesEric Ren2016-08-261-14/+48
* dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-231-2/+1
* dlm: add log_info config optionZhilong Liu2016-06-213-1/+17
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1
* Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-03-171-12/+62
|\
| * DLM: Save and restore socket callbacks properlyBob Peterson2016-02-221-11/+59
| * DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-221-1/+3
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-31/+7
|/
* [regression] fix braino in fs/dlm/user.cAl Viro2016-01-211-1/+1
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-214/+74
|\
| * dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-131-214/+74
* | Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-11-051-1/+1
|\ \
| * | dlm: make posix locks interruptibleEric Ren2015-11-031-1/+1
| |/