summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara
2023-07-27ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner
2023-07-27quota: fix warning in dqgrab()Ye Bin
2023-07-27quota: Properly disable quotas when add_dquot_ref() failsJan Kara
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-27fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-23cifs: if deferred close is disabled then close files immediatelyBharath SM
2023-07-23ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li
2023-07-23ceph: fix blindly expanding the readahead windowsXiubo Li
2023-07-23ceph: add a dedicated private data for netfs rreqXiubo Li
2023-07-23fs: dlm: fix mismatch of plock results from userspaceAlexander Aring
2023-07-23fs: dlm: make F_SETLK use unkillable wait_eventAlexander Aring
2023-07-23fs: dlm: interrupt posix locks only when process is killedAlexander Aring
2023-07-23fs: dlm: fix cleanup pending ops when interruptedAlexander Aring
2023-07-23fs: dlm: return positive pid value for F_GETLKAlexander Aring
2023-07-23jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-07-23ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)
2023-07-23fs: dlm: revert check required context while closeAlexander Aring
2023-07-23ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-07-23ext4: turn quotas off if mount failed after enabling quotasBaokun Li
2023-07-23ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu
2023-07-23ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi
2023-07-23ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi
2023-07-23ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi
2023-07-23ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng
2023-07-23f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim
2023-07-23f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim
2023-07-23cifs: fix session state check in smb2_find_smb_sesWinston Wen
2023-07-23ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng
2023-07-23ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng
2023-07-23fs/ntfs3: Check fields while readingKonstantin Komarov
2023-07-23erofs: fix fsdax unavailability for chunk-based regular filesXin Yin
2023-07-23erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-23erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-07-23ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-07-23ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-07-19xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-07-19xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-07-19xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-07-19xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-07-19fs: no need to check sourceJan Kara