aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-19quota: Fix slow quotaoffJan Kara
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang
2023-10-10Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington
2023-10-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-10-06NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-10-06ceph: drop messages from MDS when unmountingXiubo Li
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-10-06f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim
2023-10-06f2fs: optimize iteration over sparse directoriesChao Yu
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-10-06ext4: do not let fstrim block system suspendJan Kara
2023-10-06ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara
2023-10-06ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi
2023-10-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-10-06netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-10-06NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-10-06NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-10-06NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust
2023-10-06NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-10-06NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust