summaryrefslogtreecommitdiffstats
path: root/fs/dlm/dir.c
AgeCommit message (Expand)AuthorLines
2024-04-16dlm: use rwlock for rsb hash tableAlexander Aring-2/+2
2024-04-16dlm: switch to use rhashtable for rsbsAlexander Aring-5/+1
2024-04-16dlm: merge toss and keep hash table lists into one listAlexander Aring-5/+1
2024-04-16dlm: change to single hashtable lockAlexander Aring-2/+2
2024-04-09dlm: use spin_lock_bh for message processingAlexander Aring-12/+12
2024-04-09dlm: add new struct to save position in dlm_copy_master_namesAlexander Aring-3/+112
2024-04-09dlm: move rsb root_list to ls_recover() stackAlexander Aring-4/+2
2024-04-09dlm: use a new list for recovery of master rsb namesAlexander Aring-14/+8
2023-08-10fs: dlm: constify receive bufferAlexander Aring-2/+3
2023-08-10fs: dlm: drop rxbuf manipulation in dlm_copy_master_namesAlexander Aring-3/+2
2023-08-10fs: dlm: get recovery sequence number as parameterAlexander Aring-2/+2
2022-04-06dlm: use __le types for dlm headerAlexander Aring-1/+1
2021-11-02fs: dlm: use dlm_recovery_stopped in conditionAlexander Aring-2/+1
2021-08-19fs: dlm: fix return -EINTR on recovery stoppedAlexander Aring-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner-3/+1
2014-02-14dlm: use INFO for recovery messagesDavid Teigland-2/+2
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland-218/+69
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland-0/+17
2012-01-04dlm: move recovery barrier callsDavid Teigland-1/+0
2009-11-30dlm: always use GFP_NOFSDavid Teigland-4/+3
2009-05-15dlm: use more NOFS allocationDavid Teigland-3/+4
2009-01-28dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse-9/+9
2008-12-23dlm: trivial annotation of be16 valueHarvey Harrison-9/+9
2008-02-04dlm: fix dlm_dir_lookup() handling of too long namesAl Viro-0/+3
2008-02-04dlm: validate data in dlm_recover_directory()Al Viro-3/+20
2008-02-04dlm: use proper type for ->ls_recover_bufAl Viro-1/+1
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland-34/+32
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland-5/+5
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland-2/+2
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland-0/+423