summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-20fs: dlm: remove filter local comms on closeAlexander Aring1-2/+1
2023-06-14fs: dlm: add send ack threshold and append acks to msgsAlexander Aring2-75/+31
2023-06-14fs: dlm: handle sequence numbers as atomicAlexander Aring1-15/+25
2023-06-14fs: dlm: handle lkb wait count as atomic_tAlexander Aring2-19/+15
2023-06-14fs: dlm: filter ourself midcomms callsAlexander Aring4-20/+32
2023-06-14fs: dlm: warn about messages from left nodesAlexander Aring1-2/+2
2023-06-14fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring4-18/+19
2023-06-14fs: dlm: cleanup STOP_IO bitflag set when stop ioAlexander Aring1-8/+4
2023-06-14fs: dlm: don't check othercon twiceAlexander Aring1-2/+1
2023-06-14fs: dlm: unregister memory at the very lastAlexander Aring1-1/+1
2023-06-14fs: dlm: fix missing pending to falseAlexander Aring1-0/+1
2023-06-14fs: dlm: clear pending bit when queue was emptyAlexander Aring1-3/+5
2023-06-14fs: dlm: revert check required context while closeAlexander Aring3-16/+0
2023-05-24fs: dlm: fix mismatch of plock results from userspaceAlexander Aring1-13/+45
2023-05-23fs: dlm: make F_SETLK use unkillable wait_eventAlexander Aring1-17/+21
2023-05-22fs: dlm: interrupt posix locks only when process is killedAlexander Aring1-1/+1
2023-05-22fs: dlm: fix cleanup pending ops when interruptedAlexander Aring1-19/+6
2023-05-22fs: dlm: return positive pid value for F_GETLKAlexander Aring1-1/+3
2023-05-22dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-21Merge tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-15/+19
2023-05-21Merge tag '6.4-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-24/+22
2023-05-19Merge tag 'ceph-for-6.4-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2-1/+15
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2023-05-19Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+18
2023-05-18ceph: force updating the msg pointer in non-split caseXiubo Li1-0/+13
2023-05-18ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li1-1/+2
2023-05-18nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi1-0/+18
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM4-16/+21
2023-05-17SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM1-8/+1
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds3-16/+17
2023-05-17statfs: enforce statfs[64] structure initializationIlya Leoshkevich1-2/+2
2023-05-16ksmbd: smb2: Allow messages padded to 8byte boundaryGustav Johansson1-1/+4
2023-05-16ksmbd: allocate one more byte for implied bcc[0]Chih-Yen Chang1-1/+2
2023-05-16ksmbd: fix wrong UserName check in session_userChih-Yen Chang1-3/+2
2023-05-16ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang3-10/+11
2023-05-15NFSD: Remove open coding of string copyAzeem Shaikh1-3/+3
2023-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-104/+269
2023-05-14ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-14ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-14ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-14ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-14ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-14ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-14ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-14ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-14ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-14ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5