index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dlm: use rwlock for rsb hash table
Alexander Aring
2024-04-16
1
-2
/
+2
*
dlm: switch to use rhashtable for rsbs
Alexander Aring
2024-04-16
1
-5
/
+1
*
dlm: merge toss and keep hash table lists into one list
Alexander Aring
2024-04-16
1
-5
/
+1
*
dlm: change to single hashtable lock
Alexander Aring
2024-04-16
1
-2
/
+2
*
dlm: use spin_lock_bh for message processing
Alexander Aring
2024-04-09
1
-12
/
+12
*
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
2024-04-09
1
-3
/
+112
*
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
2024-04-09
1
-4
/
+2
*
dlm: use a new list for recovery of master rsb names
Alexander Aring
2024-04-09
1
-14
/
+8
*
fs: dlm: constify receive buffer
Alexander Aring
2023-08-10
1
-2
/
+3
*
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
2023-08-10
1
-3
/
+2
*
fs: dlm: get recovery sequence number as parameter
Alexander Aring
2023-08-10
1
-2
/
+2
*
dlm: use __le types for dlm header
Alexander Aring
2022-04-06
1
-1
/
+1
*
fs: dlm: use dlm_recovery_stopped in condition
Alexander Aring
2021-11-02
1
-2
/
+1
*
fs: dlm: fix return -EINTR on recovery stopped
Alexander Aring
2021-08-19
1
-1
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2019-05-30
1
-3
/
+1
*
dlm: use INFO for recovery messages
David Teigland
2014-02-14
1
-2
/
+2
*
dlm: use rsbtbl as resource directory
David Teigland
2012-07-16
1
-218
/
+69
*
dlm: fix slow rsb search in dir recovery
David Teigland
2012-03-08
1
-0
/
+17
*
dlm: move recovery barrier calls
David Teigland
2012-01-04
1
-1
/
+0
*
dlm: always use GFP_NOFS
David Teigland
2009-11-30
1
-4
/
+3
*
dlm: use more NOFS allocation
David Teigland
2009-05-15
1
-3
/
+4
*
dlm: Change rwlock which is only used in write mode to a spinlock
Steven Whitehouse
2009-01-28
1
-9
/
+9
*
dlm: trivial annotation of be16 value
Harvey Harrison
2008-12-23
1
-9
/
+9
*
dlm: fix dlm_dir_lookup() handling of too long names
Al Viro
2008-02-04
1
-0
/
+3
*
dlm: validate data in dlm_recover_directory()
Al Viro
2008-02-04
1
-3
/
+20
*
dlm: use proper type for ->ls_recover_buf
Al Viro
2008-02-04
1
-1
/
+1
*
dlm: keep cached master rsbs during recovery
David Teigland
2008-01-30
1
-34
/
+32
*
dlm: use dlm prefix on alloc and free functions
David Teigland
2008-01-30
1
-5
/
+5
*
[DLM] Update DLM to the latest patch level
David Teigland
2006-01-20
1
-2
/
+2
*
[DLM] The core of the DLM for GFS2/CLVM
David Teigland
2006-01-18
1
-0
/
+423