summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-10/+12
* fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-1115-23/+23
* smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-111-4/+2
* afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-111-4/+2
* gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)2023-12-111-20/+17
* mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)2023-12-111-12/+2
* mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)2023-12-111-2/+1
* fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin2023-12-111-1/+16
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0775-852/+1219
|\
| * Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
| |\
| | * smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| | * cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-301-0/+3
| | * cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-301-2/+8
| | * smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-291-0/+2
| | * smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-291-1/+1
| * | Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-011-1/+0
| |\ \
| | * | ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-11-221-1/+0
| * | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-0136-228/+394
| |\ \ \
| | * | | bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-292-4/+10
| | * | | bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-291-4/+5
| | * | | bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-291-0/+4
| | * | | bcachefs: move journal seq assertionKent Overstreet2023-11-292-3/+3
| | * | | bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-291-0/+4
| | * | | bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
| | * | | bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
| | * | | bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6