summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-10nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_delete to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2023-12-10fs/nilfs2: use standard array-copy-functionPhilipp Stanner
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet
2023-11-28bcachefs: move journal seq assertionKent Overstreet
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet
2023-11-28bcachefs: Fix split_race livelockKent Overstreet
2023-11-28bcachefs: Fix bucket data type for stripe bucketsKent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet