summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-27jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)
2024-05-27jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-27fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...Hongbo Li
2024-05-27fs: remove accidental overflow during wraparound checkJustin Stitt
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry
2024-05-27xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-26bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)
2024-05-26bcachefs: Fix sb-downgrade validationKent Overstreet
2024-05-26bcachefs: Fix debug assertKent Overstreet
2024-05-25Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-25Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-05-25Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-05-25Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-05-25Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-25afs: Don't cross .backup mountpoint from backup volumeMarc Dionne
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong
2024-05-24nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi
2024-05-24nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi
2024-05-24nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-05-24Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-24nfs: don't invalidate dentries on transient errorsScott Mayhew
2024-05-24nfs: Avoid flushing many pages with NFS_FILE_SYNCJan Kara
2024-05-24Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-24Merge tag 'trace-tracefs-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-24jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)
2024-05-24jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert metapage_writepage to metapage_write_folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert metapage_read_folio to use folio APIsMatthew Wilcox (Oracle)
2024-05-24netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells
2024-05-24signalfd: drop an obsolete commentFedor Pchelkin
2024-05-24signalfd: fix error return codeFedor Pchelkin
2024-05-24iomap: fault in smaller chunks for non-large folio mappingsXu Yang