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
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2022-09-26
fs: dlm: fix possible use after free if tracing
Alexander Aring
1
-7
/
+8
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-23
fs: dlm: const void resource name parameter
Alexander Aring
2
-11
/
+14
2022-08-23
fs: dlm: LSFL_CB_DELAY only for kernel lockspaces
Alexander Aring
1
-6
/
+7
2022-08-23
fs: dlm: remove DLM_LSFL_FS from uapi
Alexander Aring
3
-7
/
+40
2022-08-23
fs: dlm: trace user space callbacks
Alexander Aring
2
-5
/
+26
2022-08-23
fs: dlm: change ls_clear_proc_locks to spinlock
Alexander Aring
4
-8
/
+8
2022-08-23
fs: dlm: remove dlm_del_ast prototype
Alexander Aring
1
-1
/
+0
2022-08-23
fs: dlm: handle rcom in else if branch
Alexander Aring
1
-1
/
+4
2022-08-23
fs: dlm: allow lockspaces have zero lvblen
Alexander Aring
1
-1
/
+1
2022-08-23
fs: dlm: fix invalid derefence of sb_lvbptr
Alexander Aring
1
-1
/
+1
2022-08-23
fs: dlm: handle -EINVAL as log_error()
Alexander Aring
1
-2
/
+30
2022-08-23
fs: dlm: use __func__ for function name
Alexander Aring
1
-2
/
+2
2022-08-23
fs: dlm: handle -EBUSY first in unlock validation
Alexander Aring
1
-22
/
+22
2022-08-23
fs: dlm: handle -EBUSY first in lock arg validation
Alexander Aring
1
-9
/
+9
2022-08-23
fs: dlm: fix race between test_bit() and queue_work()
Alexander Aring
1
-2
/
+4
2022-08-23
fs: dlm: fix race in lowcomms
Alexander Aring
1
-0
/
+4
2022-08-01
fs: dlm: move kref_put assert for lkb structs
Alexander Aring
1
-3
/
+8
2022-08-01
fs: dlm: don't use deprecated timeout features by default
Alexander Aring
8
-5
/
+118
2022-08-01
fs: dlm: add deprecation Kconfig and warnings for timeouts
Alexander Aring
3
-1
/
+27
2022-06-24
fs: dlm: remove timeout from dlm_user_adopt_orphan
Alexander Aring
3
-3
/
+2
2022-06-24
fs: dlm: remove waiter warnings
Alexander Aring
6
-91
/
+0
2022-06-24
fs: dlm: fix grammar in lowcomms output
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: add comment about lkb IFL flags
Alexander Aring
1
-0
/
+8
2022-06-24
fs: dlm: handle recovery result outside of ls_recover
Alexander Aring
1
-16
/
+26
2022-06-24
fs: dlm: make new_lockspace() wait until recovery completes
Alexander Aring
4
-19
/
+20
2022-06-24
fs: dlm: call dlm_lsop_recover_prep once
Alexander Aring
1
-1
/
+10
2022-06-24
fs: dlm: update comments about recovery and membership handling
Alexander Aring
2
-1
/
+9
2022-06-24
fs: dlm: add resource name to tracepoints
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: remove additional dereference of lksb
Alexander Aring
1
-1
/
+1
2022-06-24
fs: dlm: change ast and bast trace order
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: change posix lock sigint handling
Alexander Aring
1
-3
/
+26
2022-06-24
fs: dlm: use dlm_plock_info for do_unlock_close
Alexander Aring
1
-10
/
+6
2022-06-24
fs: dlm: change plock interrupted message to debug again
Alexander Aring
1
-2
/
+2
2022-06-23
fs: dlm: add pid to debug log
Alexander Aring
1
-2
/
+2
2022-06-23
fs: dlm: plock use list_first_entry
Alexander Aring
1
-1
/
+1
2022-05-02
dlm: use kref_put_lock in __put_lkb
Alexander Aring
1
-6
/
+6
2022-05-02
dlm: use kref_put_lock in put_rsb
Alexander Aring
1
-3
/
+5
2022-05-02
dlm: remove unnecessary error assign
Alexander Aring
1
-3
/
+0
2022-05-02
dlm: fix missing lkb refcount handling
Alexander Aring
1
-2
/
+9
2022-04-07
fs: dlm: cast resource pointer to uintptr_t
Alexander Aring
1
-1
/
+1
2022-04-06
dlm: replace usage of found with dedicated list iterator variable
Jakob Koschel
3
-60
/
+56
2022-04-06
dlm: remove usage of list iterator for list_add() after the loop body
Jakob Koschel
1
-4
/
+8
2022-04-06
dlm: fix pending remove if msg allocation fails
Alexander Aring
1
-1
/
+2
2022-04-06
dlm: fix wake_up() calls for pending remove
Alexander Aring
1
-2
/
+2
2022-04-06
dlm: check required context while close
Alexander Aring
3
-0
/
+16
2022-04-06
dlm: cleanup lock handling in dlm_master_lookup
Alexander Aring
1
-87
/
+102
2022-04-06
dlm: remove found label in dlm_master_lookup
Alexander Aring
1
-9
/
+9
2022-04-06
dlm: remove __user conversion warnings
Alexander Aring
1
-8
/
+8
[next]