summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-10cifs: prevent data race in smb2_reconnect()Paulo Alcantara1-55/+64
2023-03-10nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton1-0/+27
2023-03-10nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-03-10gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-03-10coda: Avoid partial allocation of sig_inputArgsKees Cook1-1/+1
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo1-9/+40
2023-03-10fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn2-6/+20
2023-03-10udf: Define EFSCORRUPTED error codeJan Kara1-0/+2
2023-03-10gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-03-10cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-03-10cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-10cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-03-10NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever1-1/+1
2023-03-10nfsd: don't fsync nfsd_files on last closeJeff Layton2-63/+12
2023-03-10nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton1-10/+11
2023-03-10NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2-6/+11
2023-03-10nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton1-13/+10
2023-03-10nfsd: fix race to check ls_layoutsBenjamin Coddington1-2/+2
2023-03-10NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo1-4/+8
2023-03-10NFSD: enhance inter-server copy cleanupDai Ngo2-68/+45
2023-03-10NFS: fix disabling of swapNeilBrown1-1/+3
2023-03-10nfs4trace: fix state manager flag printingBenjamin Coddington1-20/+22
2023-03-10erofs: relinquish volume with mutex heldJingbo Xu1-1/+1
2023-03-03attr: use consistent sgid stripping checksChristian Brauner6-25/+31
2023-03-03attr: add setattr_should_drop_sgid()Christian Brauner2-0/+34
2023-03-03fs: move should_remove_suid()Christian Brauner2-29/+29
2023-03-03attr: add in_group_or_capable()Christian Brauner3-9/+31
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2023-02-25ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook1-1/+6
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-22coredump: Move dump_emit_page() to kill unused warningGeert Uytterhoeven1-24/+24
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins1-0/+4
2023-02-22ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li6-10/+93
2023-02-22ceph: move mount state enum to super.hXiubo Li1-0/+10
2023-02-22fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao1-2/+1
2023-02-22btrfs: lock the inode in shared mode before starting fiemapFilipe Manana1-0/+2
2023-02-22btrfs: move the auto defrag code to defrag.cJosef Bacik2-340/+337
2023-02-14ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-14btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2-8/+17
2023-02-14cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-14btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko1-1/+1
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher3-5/+3
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2-33/+35
2023-02-09f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-02-09f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa1-18/+20
2023-02-09ovl: Use "buf" flexible array for memcpy() destinationKees Cook2-2/+2
2023-02-09fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal1-0/+7