summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-28ext4: support large block size in ext4_readdir()Baokun Li
2025-11-28ext4: support large block size in ext4_calculate_overhead()Baokun Li
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li
2025-11-28ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li
2025-11-28ext4: make ext4_punch_hole() support large block sizeBaokun Li
2025-11-28ext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li
2025-11-28ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li
2025-11-28ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng
2025-11-26ext4: align max orphan file size with e2fsprogs limitBaokun Li
2025-11-26fs/ext4: fix typo in commentHaodong Tian
2025-11-26ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun
2025-11-26ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2025-11-26ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun
2025-11-26ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-11-26jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin
2025-11-26ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang
2025-11-26jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-11-06ext4: add two trace points for moving extentsZhang Yi
2025-11-06ext4: add large folios support for moving extentsZhang Yi
2025-11-06ext4: switch to using the new extent movement methodZhang Yi
2025-11-06ext4: introduce mext_move_extent()Zhang Yi
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-10-31Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara
2025-10-28Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-10-28smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_...Stefan Metzmacher