summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-19Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-19binfmt_flat: Fix corruption when not offsetting data startKees Cook
2024-08-19fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov
2024-08-19jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-08-19jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)
2024-08-19ext4: do not create EA inode under buffer lockJan Kara
2024-08-19ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara
2024-08-19fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva
2024-08-19quota: Detect loops in quota treeJan Kara
2024-08-19erofs: avoid debugging output for (de)compressed dataGao Xiang
2024-08-19reiserfs: fix uninit-value in comp_keysEdward Adam Davis
2024-08-19Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2024-08-19squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu
2024-08-19jfs: fix shift-out-of-bounds in dbJoinManas Ghandat
2024-08-19jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu
2024-08-19jfs: Convert to bdev_open_by_dev()Jan Kara
2024-08-19fs: Convert to bdev_open_by_dev()Jan Kara
2024-08-19nfsd: make svc_stat per-network namespace instead of globalJosef Bacik
2024-08-19nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2024-08-19nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik
2024-08-19nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-08-19sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-08-19nfsd: stop setting ->pg_stats for unused statsJosef Bacik
2024-08-19NFSD: Fix frame size warning in svc_export_parse()Chuck Lever
2024-08-19NFSD: Rewrite synopsis of nfsd_percpu_counters_init()Chuck Lever
2024-08-19exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-08-14btrfs: avoid using fixed char array size for tree namesQu Wenruo
2024-08-14eventfs: Use SRCU for freeing eventfs_inodesMathias Krause
2024-08-14eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-14tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt
2024-08-14tracefs: Fix inode allocationMathias Krause
2024-08-14cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov
2024-08-14jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-14ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen
2024-08-14btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-08-14btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-08-14udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara
2024-08-11protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro
2024-08-11btrfs: do not subtract delalloc from avail bytesNaohiro Aota