summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-13f2fs: make LAZYTIME a mount option flagEric Sandeen
2025-03-13f2fs: make INLINECRYPT a mount option flagEric Sandeen
2025-03-13f2fs: factor out an f2fs_default_check functionEric Sandeen
2025-03-13f2fs: consolidate unsupported option handling errorsEric Sandeen
2025-03-13f2fs: use f2fs_sb_has_device_alias during option parsingEric Sandeen
2025-03-13f2fs: add carve_out sysfs nodeDaeho Jeong
2025-03-13Merge tag 'vfs-6.14-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-13udf: Fix inode_getblk() return valueJan Kara
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet
2025-03-13bcachefs: target_congested -> get_random_u32_below()Kent Overstreet
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-03-13jbd2: Correct stale comment of release_buffer_pageKemeng Shi
2025-03-13jbd2: correct stale function name in commentKemeng Shi
2025-03-13jbd2: remove stale comment of update_t_max_waitKemeng Shi
2025-03-13jbd2: remove unused return value of do_readaheadKemeng Shi
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li
2025-03-13ext4: abort journal on data writeback failure if in data_err=abort modeBaokun Li
2025-03-13ext4: extract ext4_has_journal_option() from __ext4_fill_super()Baokun Li
2025-03-13ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li
2025-03-13ext4: do not convert the unwritten extents if data writeback failsBaokun Li
2025-03-13ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()Baokun Li
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