summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-29xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-04-29xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi
2024-04-29gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2024-04-29gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher
2024-04-28bcachefs: fix integer conversion bugKent Overstreet
2024-04-28bcachefs: btree node scan now fills in sectors_writtenKent Overstreet
2024-04-28bcachefs: Remove accidental debug assertKent Overstreet
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-28erofs: modify the error message when prepare_ondemand_read failedHongbo Li
2024-04-27Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-26netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski
2024-04-26xfs: refactor dir format helpersChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig
2024-04-25nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()Yang Li
2024-04-25nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()Yang Li
2024-04-25nilfs2: add kernel-doc comments to nilfs_do_roll_forward()Yang Li
2024-04-25ocfs2: use coarse time for new created filesSu Yue
2024-04-25ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue
2024-04-25ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-04-25ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue
2024-04-25vmcore: replace strncpy with strscpy_padJustin Stitt
2024-04-25Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher
2024-04-25ocfs2: fix sparse warningsHeming Zhao
2024-04-25ocfs2: speed up chain-list searchingHeming Zhao
2024-04-25ocfs2: adjust enabling place for la windowHeming Zhao
2024-04-25ocfs2: improve write IO performance when fragmentation is highHeming Zhao
2024-04-25regset: use kvzalloc() for regset_get_alloc()Douglas Anderson
2024-04-25fs: add kernel-doc comments to fat_parse_long()Yang Li
2024-04-25ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue
2024-04-25ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi
2024-04-25proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)
2024-04-25proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)
2024-04-25mm/ksm: fix ksm exec support for prctlJinjiang Tu
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25proc: refactor pde_get_unmapped_area as prepRick Edgecombe
2024-04-25userfaultfd: early return in dup_userfaultfd()ZhangPeng
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)