summaryrefslogtreecommitdiff
path: root/fs/dlm
Commit message (Expand)AuthorAge
* dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-23
* dlm: add log_info config optionZhilong Liu2016-06-21
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-29
* Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-03-17
|\
| * DLM: Save and restore socket callbacks properlyBob Peterson2016-02-22
| * DLM: Replace nodeid_to_addr with kernel_getpeernameBob Peterson2016-02-22
* | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-06
|/
* [regression] fix braino in fs/dlm/user.cAl Viro2016-01-21
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-04
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-13
|\
| * dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-13
* | Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-11-05
|\ \
| * | dlm: make posix locks interruptibleEric Ren2015-11-03
| |/
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-22
|/
* Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-09-03
|\
| * dlm: print error from kernel_sendpageBob Peterson2015-08-27
| * dlm: fix lvb copy for user locksDavid Teigland2015-08-25
| * dlm: sctp_accept_from_sock() can be statickbuild test robot2015-08-17
| * dlm: fix reconnecting but not sending dataMarcelo Ricardo Leitner2015-08-17
| * dlm: replace BUG_ON with a less severe handlingMarcelo Ricardo Leitner2015-08-17
| * dlm: use sctp 1-to-1 APIMarcelo Ricardo Leitner2015-08-17
| * dlm: fix not reconnecting on connecting error handlingMarcelo Ricardo Leitner2015-08-17
| * dlm: fix race while closing connectionsMarcelo Ricardo Leitner2015-08-17
| * dlm: fix connection stealing if using SCTPMarcelo Ricardo Leitner2015-08-17
* | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-05
|/
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-10
|\
| * dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches2014-11-05
| * dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches2014-11-05
* | dlm: adopt orphan locksDavid Teigland2014-11-19
|/
* dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson2014-10-14
* locks: Remove unused conf argument from lm_grantJoe Perches2014-09-09
* fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-08
* dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-12
* fs/dlm/debug_fs.c: replace seq_printf by seq_putsFabian Frederick2014-06-06
* fs/dlm/lockspace.c: convert simple_str to kstrFabian Frederick2014-06-06
* fs/dlm/config.c: convert simple_str to kstrFabian Frederick2014-06-06
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* dlm: use INFO for recovery messagesDavid Teigland2014-02-14
* fs: Include appropriate header file in dlm/ast.cRashika Kheria2014-02-12
* dlm: silence a harmless use after free warningDan Carpenter2014-02-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-21
* | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-16
|/
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche2013-10-16
* dlm: remove signal blockingDavid Teigland2013-08-12