summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: scrub: improve tree block error reportingQu Wenruo2023-03-101-9/+40
* fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn2023-03-102-6/+20
* udf: Define EFSCORRUPTED error codeJan Kara2023-03-101-0/+2
* gfs2: jdata writepage fixAndreas Gruenbacher2023-03-101-2/+1
* cifs: use tcon allocation functions even for dummy tconShyam Prasad N2023-03-101-2/+2
* cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu2023-03-101-1/+2
* cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu2023-03-101-0/+1
* NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever2023-03-101-1/+1
* nfsd: don't fsync nfsd_files on last closeJeff Layton2023-03-102-63/+12
* nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton2023-03-101-10/+11
* NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2023-03-102-6/+11
* nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton2023-03-101-13/+10
* nfsd: fix race to check ls_layoutsBenjamin Coddington2023-03-101-2/+2
* NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo2023-03-101-4/+8
* NFSD: enhance inter-server copy cleanupDai Ngo2023-03-102-68/+45
* NFS: fix disabling of swapNeilBrown2023-03-101-1/+3
* nfs4trace: fix state manager flag printingBenjamin Coddington2023-03-101-20/+22
* 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