summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+16
* buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)2023-06-191-6/+6
* buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)2023-06-191-4/+4
* buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)2023-06-191-10/+8
* buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-19/+15
* buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)2023-06-193-18/+20
* buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)2023-06-191-19/+19
* buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+13
* buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)2023-06-191-12/+10
* gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2023-06-192-4/+4
* buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-194-31/+31
* gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)2023-06-191-13/+13
* gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)2023-06-191-15/+16
* gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)2023-06-191-4/+5
* userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett2023-06-191-20/+15
* mm: ptep_get() conversionRyan Roberts2023-06-192-17/+22
* mm/userfaultfd: retry if pte_offset_map() failsHugh Dickins2023-06-191-5/+6
* mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins2023-06-191-16/+16
* mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-191-9/+1
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-1/+1
* fuse: use direct_write_fallbackChristoph Hellwig2023-06-091-22/+2
* fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig2023-06-091-6/+5
* fuse: update ki_pos in fuse_perform_writeChristoph Hellwig2023-06-091-10/+10
* fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-091-0/+41
* iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig2023-06-091-35/+20
* iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-094-11/+8
* filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2023-06-092-18/+4
* filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-094-10/+3
* iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig2023-06-091-10/+11
* backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-0910-32/+2
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie2023-06-091-6/+6
* fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng2023-06-091-4/+1
* writeback: move wb_over_bg_thresh() call outside lock sectionYosry Ahmed2023-06-091-5/+11
* Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-264-4/+32
|\
| * btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-171-0/+9
| * btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
| * btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-05-172-3/+20
* | Merge tag '6.4-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-25148-25/+45
|\ \
| * | cifs: correct references in Documentation to old fs/cifs pathSteve French2023-05-242-2/+2
| * | smb: move client and server files to common directory fs/smbSteve French2023-05-24148-19/+26
| * | cifs: mapchars mount option ignoredSteve French2023-05-241-0/+8
| * | smb3: display debug information better for encryptionSteve French2023-05-241-2/+6
| * | cifs: fix smb1 mount regressionPaulo Alcantara2023-05-241-1/+1
| * | cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells2023-05-231-1/+2
* | | Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-251-6/+9
|\ \ \
| * | | fs: don't call posix_acl_listxattr in generic_listxattrJeff Layton2023-05-171-6/+9
* | | | Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-235-11/+11
|\ \ \ \
| * | | | erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2023-05-232-2/+1
| * | | | erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu2023-05-232-8/+9