summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29sysv: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29minix: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)
2023-12-29bfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)
2023-12-29fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-29buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)
2023-12-29buffer: handle large folios in __block_write_begin_int()Matthew Wilcox (Oracle)
2023-12-29buffer: fix various functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)
2023-12-29buffer: cast block to loff_t before shifting itMatthew Wilcox (Oracle)
2023-12-29buffer: fix grow_buffers() for block size > PAGE_SIZEMatthew Wilcox (Oracle)
2023-12-29buffer: calculate block number inside folio_init_buffers()Matthew Wilcox (Oracle)
2023-12-29buffer: return bool from grow_dev_folio()Matthew Wilcox (Oracle)
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-10fs/Kconfig: make hugetlbfs a menuconfigPeter Xu
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-10afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-10gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)
2023-12-10mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin
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