index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
3
-39
/
+81
2024-03-16
dlm: add comments about forced waiters reset
David Teigland
1
-20
/
+58
2024-03-15
dlm: revert atomic_t lkb_wait_count
David Teigland
2
-15
/
+19
2024-03-12
dlm: fix user space lkb refcounting
Alexander Aring
1
-5
/
+5
2024-02-05
dlm: adapt to breakup of struct file_lock
Jeff Layton
1
-23
/
+22
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
dlm: convert to using new filelock helpers
Jeff Layton
1
-5
/
+5
2023-12-21
dlm: update format header reflect current format
Alexander Aring
1
-2
/
+2
2023-12-21
dlm: fix format seq ops type 4
Alexander Aring
1
-1
/
+1
2023-11-16
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
1
-1
/
+1
2023-11-16
dlm: use fl_owner from lockd
Alexander Aring
1
-14
/
+4
2023-11-16
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
1
-7
/
+7
2023-10-12
dlm: slow down filling up processing queue
Alexander Aring
1
-0
/
+12
2023-10-12
dlm: fix no ack after final message
Alexander Aring
1
-3
/
+3
2023-10-12
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
1
-2
/
+8
2023-10-12
dlm: fix remove member after close call
Alexander Aring
1
-1
/
+12
2023-10-12
dlm: fix creating multiple node structures
Alexander Aring
1
-1
/
+9
2023-10-12
fs: dlm: Remove some useless memset()
Christophe JAILLET
1
-5
/
+0
2023-10-12
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
Christophe JAILLET
1
-1
/
+2
2023-10-12
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
1
-5
/
+5
2023-08-25
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-08-10
fs: dlm: don't use RCOM_NAMES for version detection
Alexander Aring
1
-8
/
+8
2023-08-10
fs: dlm: create midcomms nodes when configure
Alexander Aring
3
-179
/
+110
2023-08-10
fs: dlm: constify receive buffer
Alexander Aring
13
-86
/
+101
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
Alexander Aring
3
-8
/
+17
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
1
-3
/
+2
2023-08-10
fs: dlm: get recovery sequence number as parameter
Alexander Aring
10
-85
/
+99
2023-08-10
fs: dlm: cleanup lock order
Alexander Aring
1
-2
/
+2
2023-08-10
fs: dlm: remove clear_members_cb
Alexander Aring
1
-6
/
+1
2023-08-10
fs: dlm: add plock dev tracepoints
Alexander Aring
1
-0
/
+6
2023-08-10
fs: dlm: check on plock ops when exit dlm
Alexander Aring
1
-0
/
+2
2023-08-10
fs: dlm: debugfs for queued callbacks
Alexander Aring
2
-1
/
+101
2023-08-10
fs: dlm: remove unused processed_nodes
Alexander Aring
1
-1
/
+0
2023-08-10
fs: dlm: add missing spin_unlock
Alexander Aring
1
-0
/
+1
2023-07-21
fs: dlm: fix F_CANCELLK to cancel pending request
Alexander Aring
1
-13
/
+90
2023-07-21
fs: dlm: allow to F_SETLKW getting interrupted
Alexander Aring
1
-20
/
+36
2023-07-21
fs: dlm: remove twice newline
Alexander Aring
1
-2
/
+2
2023-06-29
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
13
-222
/
+203
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+7
2023-06-25
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-3
/
+7
2023-06-20
fs: dlm: remove filter local comms on close
Alexander Aring
1
-2
/
+1
2023-06-14
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2
-75
/
+31
2023-06-14
fs: dlm: handle sequence numbers as atomic
Alexander Aring
1
-15
/
+25
2023-06-14
fs: dlm: handle lkb wait count as atomic_t
Alexander Aring
2
-19
/
+15
2023-06-14
fs: dlm: filter ourself midcomms calls
Alexander Aring
4
-20
/
+32
2023-06-14
fs: dlm: warn about messages from left nodes
Alexander Aring
1
-2
/
+2
2023-06-14
fs: dlm: move dlm_purge_lkb_callbacks to user module
Alexander Aring
4
-18
/
+19
2023-06-14
fs: dlm: cleanup STOP_IO bitflag set when stop io
Alexander Aring
1
-8
/
+4
2023-06-14
fs: dlm: don't check othercon twice
Alexander Aring
1
-2
/
+1
2023-06-14
fs: dlm: unregister memory at the very last
Alexander Aring
1
-1
/
+1
[next]