summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han
2025-03-13ext4: Refactor out ext4_try_to_write_inline_data()Julian Sun
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun
2025-03-13ext4: Introduce a new helper function ext4_generic_write_inline_data()Julian Sun
2025-03-13ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodesJulian Sun
2025-03-13ext4: Remove a redundant return statementJulian Sun
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara
2025-03-13posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock heldThomas Gleixner
2025-03-13fs: use debug-only asserts around fd allocation and installMateusz Guzik
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet
2025-03-12f2fs: fix to avoid running out of free segmentsChao Yu
2025-03-12gfs2: Fix a NULL vs IS_ERR() bug in gfs2_find_jhead()Dan Carpenter
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong
2025-03-12fs: dodge an atomic in putname if ref == 1Mateusz Guzik
2025-03-11f2fs: Remove f2fs_write_node_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove f2fs_write_meta_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove f2fs_write_data_page()Matthew Wilcox (Oracle)
2025-03-11f2fs: Remove check for ->writepageMatthew Wilcox (Oracle)
2025-03-11jfs: add index corruption check to DT_GETPAGE()Roman Smirnov
2025-03-11bcachefs: Make sure trans is unlocked when submitting read IOKent Overstreet
2025-03-11bcachefs: Initialize from_inode members for bch_io_optsRoxana Nicolescu
2025-03-11bcachefs: Fix b->written overflowAlan Huang
2025-03-11vboxsf: Add __nonstring annotations for unterminated stringsKees Cook
2025-03-11xfs: trigger zone GC when out of available rt blocksHans Holmberg
2025-03-11Revert "f2fs: rebuild nat_bits during umount"Chao Yu
2025-03-11f2fs: fix to avoid accessing uninitialized cursegChao Yu
2025-03-11f2fs: introduce FAULT_INCONSISTENT_FOOTERChao Yu
2025-03-11f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page()Chao Yu
2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon
2025-03-10ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon
2025-03-10gfs2: Convert gfs2_meta_read_endio() to use a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_end_log_write_bh() to work on a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_find_jhead() to use a folioMatthew Wilcox (Oracle)
2025-03-10gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_search()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_check_magic()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_submit_bhs()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_trans_add_meta()Matthew Wilcox (Oracle)
2025-03-10gfs2: Use b_folio in gfs2_log_write_bh()Matthew Wilcox (Oracle)
2025-03-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher
2025-03-10gfs2: remove redundant warningsAndreas Gruenbacher
2025-03-10gfs2: minor evict fixAndreas Gruenbacher
2025-03-10gfs2: Prevent inode creation race (2)Andreas Gruenbacher
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher