summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* erofs: relinquish volume with mutex heldJingbo Xu2023-03-101-1/+1
* attr: use consistent sgid stripping checksChristian Brauner2023-03-036-25/+31
* attr: add setattr_should_drop_sgid()Christian Brauner2023-03-032-0/+34
* fs: move should_remove_suid()Christian Brauner2023-03-032-29/+29
* attr: add in_group_or_capable()Christian Brauner2023-03-033-9/+31
* btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-03-031-3/+3
* ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-251-1/+6
* revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton2023-02-221-1/+1
* coredump: Move dump_emit_page() to kill unused warningGeert Uytterhoeven2023-02-221-24/+24
* nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-223-1/+23
* aio: fix mremap after fork null-derefSeth Jenkins2023-02-221-0/+4
* ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-226-10/+93
* ceph: move mount state enum to super.hXiubo Li2023-02-221-0/+10
* fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao2023-02-221-2/+1
* btrfs: lock the inode in shared mode before starting fiemapFilipe Manana2023-02-221-0/+2
* btrfs: move the auto defrag code to defrag.cJosef Bacik2023-02-222-340/+337
* ceph: flush cap releases when the session is flushedXiubo Li2023-02-141-0/+6
* btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain2023-02-141-1/+15
* btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2023-02-142-8/+17
* cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang2023-02-141-2/+2
* btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko2023-02-141-1/+1
* btrfs: limit device extents to the device sizeJosef Bacik2023-02-141-1/+5
* gfs2: Always check inode size of inline inodesAndreas Gruenbacher2023-02-093-5/+3
* gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2023-02-092-33/+35
* f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2023-02-091-6/+12
* f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa2023-02-091-18/+20
* ovl: Use "buf" flexible array for memcpy() destinationKees Cook2023-02-092-2/+2
* fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2023-02-091-0/+7
* Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-094-5/+5
* mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-091-3/+1
* Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher2023-02-091-1/+10
* squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-091-1/+1
* fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao2023-02-091-5/+6
* use less confusing names for iov_iter direction initializersAl Viro2023-02-0931-72/+72
* cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-02-061-3/+3
* erofs: clean up parsing of fscache related optionsJingbo Xu2023-02-061-7/+6
* erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant2023-02-061-3/+7
* ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi2023-02-011-0/+4
* ovl: fix tmpfile leakMiklos Szeredi2023-02-011-1/+1
* ksmbd: limit pdu length size according to connection statusNamjae Jeon2023-02-012-4/+18
* ksmbd: downgrade ndr version error message to debugNamjae Jeon2023-02-011-4/+4
* ksmbd: do not sign response to session request for guest loginMarios Makassikis2023-02-011-0/+2
* ksmbd: add max connections parameterNamjae Jeon2023-02-014-2/+22
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-011-0/+1
* nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton2023-02-011-25/+36
* btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-02-013-1/+10
* cifs: fix potential memory leaks in session setupPaulo Alcantara2023-02-013-0/+4
* cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-02-011-19/+23
* NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo2023-02-011-0/+1
* affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-02-011-1/+1