summaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-16dlm: change to single hashtable lockAlexander Aring7-61/+60
2024-04-16dlm: increment ls_count for dlm_scandAlexander Aring1-0/+3
2024-04-09dlm: do message processing in softirq contextAlexander Aring1-8/+20
2024-04-09dlm: use spin_lock_bh for message processingAlexander Aring14-258/+287
2024-04-09dlm: remove schedule in receive pathAlexander Aring1-1/+0
2024-04-09dlm: convert ls_recv_active from rw_semaphore to rwlockAlexander Aring5-8/+8
2024-04-09dlm: avoid blocking receive at the end of recoveryAlexander Aring5-41/+30
2024-04-09dlm: convert res_lock to spinlockAlexander Aring3-4/+4
2024-04-09dlm: convert ls_waiters_mutex to spinlockAlexander Aring4-14/+14
2024-04-09dlm: drop mutex use in waiters recoveryAlexander Aring3-8/+23
2024-04-09dlm: add new struct to save position in dlm_copy_master_namesAlexander Aring4-10/+116
2024-04-09dlm: move rsb root_list to ls_recover() stackAlexander Aring9-70/+47
2024-04-09dlm: use a new list for recovery of master rsb namesAlexander Aring5-14/+79
2024-04-09dlm: move root_list functionality to recover.cAlexander Aring3-44/+39
2024-04-09dlm: switch to GFP_ATOMIC in dlm allocationsAlexander Aring4-8/+4
2024-04-09dlm: remove allocation parameter in msg allocationAlexander Aring8-57/+41
2024-04-02dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_createKunwu Chan1-1/+1
2024-04-01dlm: remove callback reference countingAlexander Aring7-55/+28
2024-04-01dlm: fix race between final callback and removeAlexander Aring5-213/+129
2024-04-01dlm: combine switch case fail and default statementsAlexander Aring2-8/+6
2024-04-01dlm: save callback debug info earlierAlexander Aring1-4/+6
2024-04-01dlm: remove callback queue debugfs functionalityAlexander Aring1-96/+0
2024-04-01dlm: remove lkb from callback tracepointsAlexander Aring3-31/+33
2024-04-01dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_createKunwu Chan1-2/+1
2024-04-01dlm: fix user space lock decision to copy lvbAlexander Aring3-13/+17
2024-03-31Linux 6.9-rc2v6.9-rc2Linus Torvalds1-1/+1
2024-03-31kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer8-14/+14
2024-03-31Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newerNathan Chancellor1-1/+1
2024-03-31kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)1-1/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann13-23/+18
2024-03-30objtool: Fix compile failure when using the x32 compilerMikulas Patocka1-1/+1
2024-03-30x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada3-4/+2