summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)2-13/+11
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)7-17/+15
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)1-4/+7
2023-12-29sysv: remove writepage implementationMatthew Wilcox (Oracle)1-3/+6
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)2-11/+6
2023-12-29minix: remove writepage implementationMatthew Wilcox (Oracle)1-3/+6
2023-12-29hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)1-6/+2
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)1-6/+2
2023-12-29bfs: remove writepage implementationMatthew Wilcox (Oracle)1-3/+6
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)1-4/+7
2023-12-29fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)1-8/+8
2023-12-29fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)1-8/+12
2023-12-29fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)1-7/+7
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)1-10/+0
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli1-0/+72
2023-12-29buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)1-21/+6
2023-12-29buffer: handle large folios in __block_write_begin_int()Matthew Wilcox (Oracle)1-10/+7
2023-12-29buffer: fix various functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)1-5/+5
2023-12-29buffer: cast block to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2023-12-29buffer: fix grow_buffers() for block size > PAGE_SIZEMatthew Wilcox (Oracle)1-11/+6
2023-12-29buffer: calculate block number inside folio_init_buffers()Matthew Wilcox (Oracle)1-7/+6
2023-12-29buffer: return bool from grow_dev_folio()Matthew Wilcox (Oracle)1-25/+25
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-1/+2
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham8-19/+21
2023-12-11fs/Kconfig: make hugetlbfs a menuconfigPeter Xu1-10/+12
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)15-23/+23
2023-12-11smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-11afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-11gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)1-20/+17
2023-12-11mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)1-12/+2
2023-12-11mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)1-2/+1
2023-12-11fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin1-1/+16
2023-12-07Merge branch 'master' into mm-hotfixes-stableAndrew Morton75-852/+1219
2023-12-07nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-07mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar1-0/+1
2023-12-07nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-07squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu1-1/+1
2023-12-07mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu1-1/+1
2023-12-07mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu1-4/+20
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds36-228/+394
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-10/+182
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-10/+182
2023-11-30cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-30cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-29bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-29bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-29bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4