summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-0943-277/+326
|\
| * mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| * buffer: fix unintended successful returnMatthew Wilcox (Oracle)2024-01-051-5/+12
| * fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)2023-12-292-13/+11
| * fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-297-17/+15
| * ufs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-4/+7
| * sysv: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
| * ocfs2: remove writepage implementationMatthew Wilcox (Oracle)2023-12-292-11/+6
| * minix: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
| * hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)2023-12-291-6/+2
| * hfs: really remove hfs_writepageMatthew Wilcox (Oracle)2023-12-291-6/+2
| * bfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-3/+6
| * adfs: remove writepage implementationMatthew Wilcox (Oracle)2023-12-291-4/+7
| * fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)2023-12-291-8/+8
| * fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)2023-12-291-8/+12
| * fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)2023-12-291-7/+7
| * fs: remove clean_page_buffers()Matthew Wilcox (Oracle)2023-12-291-10/+0
| * userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-291-0/+72
| * buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-21/+6
| * buffer: handle large folios in __block_write_begin_int()Matthew Wilcox (Oracle)2023-12-291-10/+7
| * buffer: fix various functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-5/+5
| * buffer: cast block to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-291-1/+1
| * buffer: fix grow_buffers() for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-11/+6
| * buffer: calculate block number inside folio_init_buffers()Matthew Wilcox (Oracle)2023-12-291-7/+6
| * buffer: return bool from grow_dev_folio()Matthew Wilcox (Oracle)2023-12-291-25/+25
| * mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-201-1/+2
| * list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-128-19/+21
| * fs/Kconfig: make hugetlbfs a menuconfigPeter Xu2023-12-101-10/+12
| * fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-1015-23/+23
| * smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
| * afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
| * gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)2023-12-101-20/+17
| * mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)2023-12-101-12/+2
| * mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)2023-12-101-2/+1
| * fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin2023-12-101-1/+16
| * Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0675-852/+1219
| |\
* | \ Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-1/+1
|\ \ \
| * | | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-1/+1
| * | | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-1/+1
* | | | Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-084-46/+201
|\ \ \ \
| * | | | cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu2023-11-253-0/+27
| * | | | cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu2023-11-252-2/+24
| * | | | cachefiles: resend an open request if the read request's object is closedJia Zhu2023-11-252-29/+72
| * | | | cachefiles: extract ondemand info field from cachefiles_objectJia Zhu2023-11-253-11/+56
| * | | | cachefiles: introduce object ondemand stateJia Zhu2023-11-252-12/+30
| |/ / /
* | | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-0822-510/+759
|\ \ \ \
| * | | | fs: factor out backing_file_mmap() helperAmir Goldstein2023-12-232-17/+33
| * | | | fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein2023-12-232-20/+64
| * | | | fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein2023-12-234-185/+232
| * | | | fs: prepare for stackable filesystems backing file helpersAmir Goldstein2023-12-236-38/+55