summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-09Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-09mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-09Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2023-02-09squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-09fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao1-5/+6
2023-02-09use less confusing names for iov_iter direction initializersAl Viro31-72/+72
2023-02-06cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara1-3/+3
2023-02-06erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant1-3/+7
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-02-01ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-02-01ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-02-01ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-02-01ksmbd: do not sign response to session request for guest loginMarios Makassikis1-0/+2
2023-02-01ksmbd: add max connections parameterNamjae Jeon4-2/+22
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-02-01nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton1-25/+36
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota3-1/+10
2023-02-01cifs: fix potential memory leaks in session setupPaulo Alcantara3-0/+4
2023-02-01cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara1-19/+23
2023-02-01NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo1-0/+1
2023-02-01affs: initialize fsdata in affs_truncate()Alexander Potapenko1-1/+1