index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-14
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-8
/
+8
2017-11-14
Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
7
-124
/
+186
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
dlm: make config_item_type const
Bhumika Goyal
1
-8
/
+8
2017-10-09
dlm: remove dlm_send_rcom_lookup_dump
David Teigland
3
-21
/
+1
2017-09-25
dlm: recheck kthread_should_stop() before schedule()
Guoqing Jiang
1
-1
/
+4
2017-09-25
DLM: fix NULL pointer dereference in send_to_sock()
tsutomu.owa@toshiba.co.jp
1
-0
/
+4
2017-09-25
DLM: fix to reschedule rwork
tsutomu.owa@toshiba.co.jp
1
-2
/
+6
2017-09-25
DLM: fix to use sk_callback_lock correctly
tsutomu.owa@toshiba.co.jp
1
-12
/
+17
2017-09-25
DLM: fix overflow dlm_cb_seq
tsutomu.owa@toshiba.co.jp
1
-0
/
+2
2017-09-25
DLM: fix memory leak in tcp_accept_from_sock()
tsutomu.owa@toshiba.co.jp
1
-14
/
+7
2017-09-25
DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set
tsutomu.owa@toshiba.co.jp
1
-19
/
+23
2017-09-25
DLM: use CF_CLOSE flag to stop dlm_send correctly
tsutomu.owa@toshiba.co.jp
1
-0
/
+1
2017-09-25
DLM: Reanimate CF_WRITE_PENDING flag
tsutomu.owa@toshiba.co.jp
1
-1
/
+8
2017-09-25
DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd
tsutomu.owa@toshiba.co.jp
1
-1
/
+10
2017-09-25
DLM: close othercon at send/receive error
tsutomu.owa@toshiba.co.jp
1
-2
/
+2
2017-09-25
DLM: retry rcom when dlm_wait_function is timed out.
tsutomu.owa@toshiba.co.jp
2
-0
/
+10
2017-09-25
DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
tsutomu.owa@toshiba.co.jp
1
-0
/
+6
2017-09-25
DLM: fix race condition between dlm_send and dlm_recv
tsutomu.owa@toshiba.co.jp
1
-2
/
+6
2017-09-25
DLM: fix double list_del()
tsutomu.owa@toshiba.co.jp
1
-5
/
+39
2017-09-25
DLM: fix remove save_cb argument from add_sock()
tsutomu.owa@toshiba.co.jp
1
-8
/
+8
2017-09-25
DLM: Fix saving of NULL callbacks
Bob Peterson
1
-20
/
+25
2017-09-25
DLM: Eliminate CF_WRITE_PENDING flag
Bob Peterson
1
-13
/
+8
2017-09-25
DLM: Eliminate CF_CONNECT_PENDING flag
Bob Peterson
1
-7
/
+3
2017-09-06
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
2017-08-07
dlm: use sock_create_lite inside tcp_accept_from_sock
Guoqing Jiang
1
-1
/
+1
2017-08-07
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2017-08-07
dlm: constify kset_uevent_ops structure
Bhumika Goyal
1
-1
/
+1
2017-08-07
dlm: print log message when cluster name is not set
Zhu Lingshan
1
-0
/
+4
2017-08-07
dlm: Delete an unnecessary variable initialisation in dlm_ls_start()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2017-08-07
dlm: Use kcalloc() in two functions
Markus Elfring
1
-4
/
+2
2017-08-07
dlm: Use kmalloc_array() in make_member_array()
Markus Elfring
1
-2
/
+1
2017-08-07
dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...
Markus Elfring
1
-3
/
+1
2017-08-07
dlm: Improve a size determination in dlm_recover_waiters_pre()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Use kcalloc() in dlm_scan_waiters()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Improve a size determination in table_seq_start()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Add spaces for better code readability
Markus Elfring
1
-5
/
+5
2017-08-07
dlm: Replace six seq_puts() calls by seq_putc()
Markus Elfring
1
-7
/
+6
2017-08-07
dlm: Make dismatch error message more clear
Gang He
1
-1
/
+2
2017-08-07
dlm: Fix kernel memory disclosure
Vlad Tsyrklevich
1
-0
/
+2
2017-07-16
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
1
-1
/
+1
2017-03-09
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Get rid of ktime_equal()
Thomas Gleixner
1
-3
/
+2
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-14
Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
9
-20
/
+22
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-5
/
+10
[next]