summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-29fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-19Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp1-7/+1
2024-08-19binfmt_flat: Fix corruption when not offsetting data startKees Cook1-1/+3
2024-08-19fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov1-3/+72
2024-08-19jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2024-08-19jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis1-0/+2
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu3-35/+25
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu1-0/+10
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz2-0/+7
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)1-9/+10
2024-08-19ext4: do not create EA inode under buffer lockJan Kara1-60/+53
2024-08-19ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara1-26/+24
2024-08-19fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva1-3/+3
2024-08-19quota: Detect loops in quota treeJan Kara2-38/+105
2024-08-19erofs: avoid debugging output for (de)compressed dataGao Xiang1-7/+1
2024-08-19reiserfs: fix uninit-value in comp_keysEdward Adam Davis1-1/+1
2024-08-19Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2-4/+5
2024-08-19squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu1-1/+1
2024-08-19jfs: fix shift-out-of-bounds in dbJoinManas Ghandat1-1/+7
2024-08-19jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu1-1/+5
2024-08-19jfs: Convert to bdev_open_by_dev()Jan Kara3-16/+18
2024-08-19fs: Convert to bdev_open_by_dev()Jan Kara3-8/+11
2024-08-19nfsd: make svc_stat per-network namespace instead of globalJosef Bacik5-9/+11
2024-08-19nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik4-10/+5
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik10-96/+69
2024-08-19nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik3-20/+15
2024-08-19nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik3-7/+7
2024-08-19sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+2
2024-08-19nfsd: stop setting ->pg_stats for unused statsJosef Bacik3-11/+0
2024-08-19NFSD: Fix frame size warning in svc_export_parse()Chuck Lever3-17/+31
2024-08-19NFSD: Rewrite synopsis of nfsd_percpu_counters_init()Chuck Lever2-4/+4
2024-08-19exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana2-13/+43
2024-08-14btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-14eventfs: Use SRCU for freeing eventfs_inodesMathias Krause1-1/+1
2024-08-14eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause1-1/+1
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-14tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt2-10/+5
2024-08-14tracefs: Fix inode allocationMathias Krause1-1/+1
2024-08-14cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov1-4/+5
2024-08-14jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-08-14ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen1-1/+5
2024-08-14btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana1-0/+1
2024-08-14btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo1-3/+1
2024-08-14udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov1-23/+13
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara4-4/+38
2024-08-11protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro1-0/+1