summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-11fs: dlm: fix race in mhandle deletionAlexander Aring1-14/+21
2021-06-02fs: dlm: rename socket and app buffer definesAlexander Aring8-13/+13
2021-06-02fs: dlm: introduce proto valuesAlexander Aring3-5/+23
2021-06-02fs: dlm: move dlm allow connAlexander Aring1-4/+3
2021-06-02fs: dlm: use alloc_ordered_workqueueAlexander Aring1-4/+2
2021-06-02fs: dlm: fix memory leak when fencedAlexander Aring1-0/+9
2021-06-02fs: dlm: fix lowcomms_start error caseAlexander Aring1-3/+12
2021-05-26fs: dlm: Fix spelling mistake "stucked" -> "stuck"Colin Ian King1-2/+2
2021-05-26fs: dlm: Fix memory leak of object mhColin Ian King1-4/+4
2021-05-25fs: dlm: don't allow half transmitted messagesAlexander Aring1-35/+60
2021-05-25fs: dlm: add midcomms debugfs functionalityAlexander Aring4-0/+91
2021-05-25fs: dlm: add reliable connection if reconnectAlexander Aring7-51/+1292
2021-05-25fs: dlm: add union in dlm header for lockspace idAlexander Aring4-9/+14
2021-05-25fs: dlm: move out some hash functionalityAlexander Aring2-9/+10
2021-05-25fs: dlm: add functionality to re-transmit a messageAlexander Aring2-19/+67
2021-05-25fs: dlm: make buffer handling per msgAlexander Aring5-39/+117
2021-05-25fs: dlm: add more midcomms hooksAlexander Aring7-42/+133
2021-05-25fs: dlm: public header in out utilityAlexander Aring2-2/+4
2021-05-25fs: dlm: fix connection tcp EOF handlingAlexander Aring1-5/+43
2021-05-25fs: dlm: cancel work sync otherconAlexander Aring1-1/+1
2021-05-25fs: dlm: reconnect if socket error report occursAlexander Aring1-21/+39
2021-05-25fs: dlm: set is othercon flagAlexander Aring1-0/+3
2021-05-25fs: dlm: fix srcu read lock usageAlexander Aring1-23/+52
2021-05-25fs: dlm: add dlm macros for ratelimit logAlexander Aring2-2/+4
2021-05-25fs: dlm: always run complete for possible waitersAlexander Aring1-6/+12
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+2
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+17
2021-05-07Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+51
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-399/+735
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+3
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds129-421/+131
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada118-386/+109
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2021-05-07Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-7/+2
2021-05-07Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-68/+143
2021-05-07hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+2
2021-05-07nilfs2: fix typos in commentsLu Jialin3-4/+4
2021-05-07fs/nilfs2: fix misspellings using codespell toolLiu xuzhi1-2/+2
2021-05-07isofs: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-07fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso1-0/+6
2021-05-07proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-07proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-12/+2
2021-05-07proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-07fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds18-684/+524