Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1dfdf99106668679b0de5a62fd4f42c1a11c9445
/
fs
/
dlm
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 6 years ago
da3627c
dlm: remove O_NONBLOCK flag in sctp_connect_to_sock
by Gang He
· 6 years ago
f706d83
dlm: make sctp_connect_to_sock() return in specified time
by Gang He
· 7 years ago
b09c603
dlm: fix a clerical error when set SCTP_NODELAY
by Gang He
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
1ed2d76
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c8c7840
dlm: switch to sock_recvmsg()
by Al Viro
· 7 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 7 years ago
abc36be
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 7 years ago
f0b60bf
Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
761594b
dlm: make config_item_type const
by Bhumika Goyal
· 7 years ago
9250e52
dlm: remove dlm_send_rcom_lookup_dump
by David Teigland
· 7 years ago
9e1b021
dlm: recheck kthread_should_stop() before schedule()
by Guoqing Jiang
· 7 years ago
26b4109
DLM: fix NULL pointer dereference in send_to_sock()
by tsutomu.owa@toshiba.co.jp
· 7 years ago
0aa1846
DLM: fix to reschedule rwork
by tsutomu.owa@toshiba.co.jp
· 7 years ago
93eaade
DLM: fix to use sk_callback_lock correctly
by tsutomu.owa@toshiba.co.jp
· 7 years ago
ccbbea0
DLM: fix overflow dlm_cb_seq
by tsutomu.owa@toshiba.co.jp
· 7 years ago
3421fb1
DLM: fix memory leak in tcp_accept_from_sock()
by tsutomu.owa@toshiba.co.jp
· 7 years ago
294e7e4
DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set
by tsutomu.owa@toshiba.co.jp
· 7 years ago
173a31f
DLM: use CF_CLOSE flag to stop dlm_send correctly
by tsutomu.owa@toshiba.co.jp
· 7 years ago
8a4abb0
DLM: Reanimate CF_WRITE_PENDING flag
by tsutomu.owa@toshiba.co.jp
· 7 years ago
e412f92
DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd
by tsutomu.owa@toshiba.co.jp
· 7 years ago
c553e17
DLM: close othercon at send/receive error
by tsutomu.owa@toshiba.co.jp
· 7 years ago
5966121
DLM: retry rcom when dlm_wait_function is timed out.
by tsutomu.owa@toshiba.co.jp
· 7 years ago
c735582
DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
by tsutomu.owa@toshiba.co.jp
· 7 years ago
b2a6662
DLM: fix race condition between dlm_send and dlm_recv
by tsutomu.owa@toshiba.co.jp
· 7 years ago
f0fb83c
DLM: fix double list_del()
by tsutomu.owa@toshiba.co.jp
· 7 years ago
988419a
DLM: fix remove save_cb argument from add_sock()
by tsutomu.owa@toshiba.co.jp
· 7 years ago
cc661fc
DLM: Fix saving of NULL callbacks
by Bob Peterson
· 7 years ago
01da24d
DLM: Eliminate CF_WRITE_PENDING flag
by Bob Peterson
· 7 years ago
61d9102
DLM: Eliminate CF_CONNECT_PENDING flag
by Bob Peterson
· 7 years ago
066dea8
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
1c24285
dlm: use sock_create_lite inside tcp_accept_from_sock
by Guoqing Jiang
· 7 years ago
55acdd9
dlm: avoid double-free on error path in dlm_device_{register,unregister}
by Edwin Török
· 7 years ago
417f7c5
dlm: constify kset_uevent_ops structure
by Bhumika Goyal
· 7 years ago
3b0e761
dlm: print log message when cluster name is not set
by Zhu Lingshan
· 7 years ago
2ab93ae
dlm: Delete an unnecessary variable initialisation in dlm_ls_start()
by Markus Elfring
· 8 years ago
d12ad1a
dlm: Improve a size determination in two functions
by Markus Elfring
· 8 years ago
2f48e06
dlm: Use kcalloc() in two functions
by Markus Elfring
· 8 years ago
790854b
dlm: Use kmalloc_array() in make_member_array()
by Markus Elfring
· 8 years ago
0d37eca
dlm: Delete an error message for a failed memory allocation in dlm_recover_waiters_pre()
by Markus Elfring
· 8 years ago
102e67d
dlm: Improve a size determination in dlm_recover_waiters_pre()
by Markus Elfring
· 8 years ago
fbb1008
dlm: Use kcalloc() in dlm_scan_waiters()
by Markus Elfring
· 8 years ago
2c257e9
dlm: Improve a size determination in table_seq_start()
by Markus Elfring
· 8 years ago
41922ce
dlm: Add spaces for better code readability
by Markus Elfring
· 8 years ago
653996c
dlm: Replace six seq_puts() calls by seq_putc()
by Markus Elfring
· 8 years ago
8e17437
dlm: Make dismatch error message more clear
by Gang He
· 8 years ago
8286d6b
dlm: Fix kernel memory disclosure
by Vlad Tsyrklevich
· 8 years ago
9d5b86a
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
by Benjamin Coddington
· 7 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
1f3a8e4
ktime: Get rid of ktime_equal()
by Thomas Gleixner
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
19d37ce
Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 8 years ago
56989f6
genetlink: mark families as __ro_after_init
by Johannes Berg
· 8 years ago
489111e
genetlink: statically initialize families
by Johannes Berg
· 8 years ago
a07ea4d
genetlink: no longer support using static family IDs
by Johannes Berg
· 8 years ago
26c1ec2
dlm: fix error return code in sctp_accept_from_sock()
by Wei Yongjun
· 8 years ago
aa9f101
dlm: don't specify WQ_UNBOUND for the ast callback workqueue
by Bob Peterson
· 8 years ago
d2fee58
dlm: remove lock_sock to avoid scheduling while atomic
by Bob Peterson
· 8 years ago
3735b4b
dlm: don't save callbacks after accept
by Bob Peterson
· 8 years ago
7963b8a
dlm: audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 8 years ago
dbef1c0
dlm: make genl_ops const
by Stephen Hemminger
· 8 years ago
3a8db79
dlm: free workqueues after the connections
by Marcelo Ricardo Leitner
· 8 years ago
079d37d
dlm: fix malfunction of dlm_tool caused by debugfs changes
by Eric Ren
· 8 years ago
5c93f56
dlm: Use kmemdup instead of kmalloc and memcpy
by Amitoj Kaur Chawla
· 8 years ago
505ee52
dlm: add log_info config option
by Zhilong Liu
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
82c7d82
dlm: config: Fix ENOMEM failures in make_cluster()
by Andrew Price
· 9 years ago
d77bed0
Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 9 years ago
1ae1602
configfs: switch ->default groups to a linked list
by Christoph Hellwig
· 9 years ago
b81171c
DLM: Save and restore socket callbacks properly
by Bob Peterson
· 9 years ago
1a31833
DLM: Replace nodeid_to_addr with kernel_getpeername
by Bob Peterson
· 9 years ago
117aa41
[regression] fix braino in fs/dlm/user.c
by Al Viro
· 9 years ago
16e5c1f
convert a bunch of open-coded instances of memdup_user_nul()
by Al Viro
· 9 years ago
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
9aa3d65
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
d000f8d
Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 9 years ago
a6b1533
dlm: make posix locks interruptible
by Eric Ren
· 9 years ago
4f65636
Move locks API users to locks_lock_inode_wait()
by Benjamin Coddington
· 9 years ago
9ae0f36
dlm: use per-attribute show and store methods
by Christoph Hellwig
· 9 years ago
9cbf22b
Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 9 years ago
b3a5bbf
dlm: print error from kernel_sendpage
by Bob Peterson
· 9 years ago
b96f465
dlm: fix lvb copy for user locks
by David Teigland
· 9 years ago
18df8a8
dlm: sctp_accept_from_sock() can be static
by kbuild test robot
· 9 years ago
00dcffa
dlm: fix reconnecting but not sending data
by Marcelo Ricardo Leitner
· 9 years ago
acee4e5
dlm: replace BUG_ON with a less severe handling
by Marcelo Ricardo Leitner
· 9 years ago
ee44b4b
dlm: use sctp 1-to-1 API
by Marcelo Ricardo Leitner
· 9 years ago
356344c
dlm: fix not reconnecting on connecting error handling
by Marcelo Ricardo Leitner
· 9 years ago
0d737a8
dlm: fix race while closing connections
by Marcelo Ricardo Leitner
· 9 years ago
28926a0
dlm: fix connection stealing if using SCTP
by Marcelo Ricardo Leitner
· 9 years ago
f368ed6
char: make misc_deregister a void function
by Greg Kroah-Hartman
· 9 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2ab4bd8
dlm: adopt orphan locks
by David Teigland
· 10 years ago
f365ef9
dlm: Use seq_puts() instead of seq_printf() for constant strings
by Joe Perches
· 10 years ago
Next »