summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-19quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman1-46/+16
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman1-4/+4
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman1-31/+16
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman2-17/+14
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman1-11/+6
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert1-2/+14
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana1-1/+4
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-10-10Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy12-118/+95
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy4-57/+189
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy12-335/+287
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-12/+28
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-10-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-10-06NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana1-4/+8
2023-10-06ceph: drop messages from MDS when unmountingXiubo Li7-22/+109
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-10-06f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-10-06f2fs: optimize iteration over sparse directoriesChao Yu4-19/+41
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-10-06ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-10-06ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-10-06ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-10-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana1-27/+47
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-10-06netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski1-1/+5
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-10-06NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-0/+7
2023-10-06NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
2023-10-06NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust1-6/+11
2023-10-06NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2-14/+17
2023-10-06NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust1-16/+31