summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-25ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton
2023-02-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2023-02-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2023-02-22xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2023-02-22xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2023-02-22xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2023-02-22xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2023-02-22xfs: expose the log push thresholdDarrick J. Wong
2023-02-22xfs: periodically relog deferred intent itemsDarrick J. Wong
2023-02-22xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2023-02-22xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2023-02-22xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2023-02-22xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2023-02-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2023-02-22xfs: fix finobt btree block recovery orderingDave Chinner
2023-02-22xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2023-02-22xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2023-02-22xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2023-02-22xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2023-02-22xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2023-02-22xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig
2023-02-22xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig
2023-02-22btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins
2023-02-22ceph: flush cap releases when the session is flushedXiubo Li
2023-02-22btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik
2023-02-22f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2023-02-22Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin
2023-02-06sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2023-02-06nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust
2023-02-06cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-02-06fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu
2023-02-06affs: initialize fsdata in affs_truncate()Alexander Potapenko
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia
2023-01-18ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao
2023-01-18ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin
2023-01-18ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li