summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: dlm: filter ourself midcomms callsAlexander Aring2023-06-144-20/+32
* fs: dlm: warn about messages from left nodesAlexander Aring2023-06-141-2/+2
* fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring2023-06-144-18/+19
* fs: dlm: cleanup STOP_IO bitflag set when stop ioAlexander Aring2023-06-141-8/+4
* fs: dlm: don't check othercon twiceAlexander Aring2023-06-141-2/+1
* fs: dlm: unregister memory at the very lastAlexander Aring2023-06-141-1/+1
* fs: dlm: fix missing pending to falseAlexander Aring2023-06-141-0/+1
* fs: dlm: clear pending bit when queue was emptyAlexander Aring2023-06-141-3/+5
* fs: dlm: revert check required context while closeAlexander Aring2023-06-143-16/+0
* fs: dlm: fix mismatch of plock results from userspaceAlexander Aring2023-05-241-13/+45
* fs: dlm: make F_SETLK use unkillable wait_eventAlexander Aring2023-05-231-17/+21
* fs: dlm: interrupt posix locks only when process is killedAlexander Aring2023-05-221-1/+1
* fs: dlm: fix cleanup pending ops when interruptedAlexander Aring2023-05-221-19/+6
* fs: dlm: return positive pid value for F_GETLKAlexander Aring2023-05-221-1/+3
* dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
* Merge tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-05-215-15/+19
|\
| * ksmbd: smb2: Allow messages padded to 8byte boundaryGustav Johansson2023-05-161-1/+4
| * ksmbd: allocate one more byte for implied bcc[0]Chih-Yen Chang2023-05-161-1/+2
| * ksmbd: fix wrong UserName check in session_userChih-Yen Chang2023-05-161-3/+2
| * ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang2023-05-163-10/+11
* | Merge tag '6.4-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-214-24/+22
|\ \
| * | SMB3: drop reference to cfile before sending oplock breakBharath SM2023-05-174-16/+21
| * | SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM2023-05-171-8/+1
| |/
* | Merge tag 'ceph-for-6.4-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2023-05-192-1/+15
|\ \
| * | ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-181-0/+13
| * | ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-05-181-1/+2
| |/
* | Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-05-191-2/+2
|\ \
| * | statfs: enforce statfs[64] structure initializationIlya Leoshkevich2023-05-171-2/+2
| |/
* | Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-191-0/+18
|\ \
| * | nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-181-0/+18
* | | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-173-16/+17
|\ \ \ | |_|/ |/| |
| * | NFSD: Remove open coding of string copyAzeem Shaikh2023-05-151-3/+3
| * | lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix2023-05-021-1/+1
| * | nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix2023-05-021-12/+13
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-1413-104/+269
|\ \ \
| * | | ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-141-1/+1
| * | | ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-141-1/+11
| * | | ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o2023-05-141-4/+6
| * | | ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-141-1/+2
| * | | ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-141-3/+10
| * | | ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-142-17/+42
| * | | ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o2023-05-141-1/+5
| * | | ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li2023-05-141-1/+1
| * | | ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-141-4/+2
| * | | ext4: fix data races when using cached status extentsJan Kara2023-05-141-17/+13
| * | | ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-143-13/+40
| * | | ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-141-2/+3
| * | | ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-141-1/+5
| * | | ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-145-29/+82
| * | | ext4: fix lockdep warning when enabling MMPJan Kara2023-05-081-9/+21