summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)2022-08-021-13/+4
* ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)2022-08-021-36/+6
* hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)2022-08-021-3/+3
* squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)2022-08-021-7/+8
* buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)2022-08-021-2/+5
* nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)2022-06-291-4/+0
* buffer: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-3/+3
* orangefs: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+1
* iomap: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+0
* jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)2022-06-291-1/+1
* remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle)2022-06-291-10/+1
* ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)2022-06-292-12/+1
* reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-8/+1
* ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+1
* ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+1
* nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-1/+1
* ext2: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-2/+1
* ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-5/+0
* hfsplus: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-4/+0
* hfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-4/+0
* freevxfs: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+0
* afs: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+0
* nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-30/+30
* hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-30/+14
* f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-20/+15
* ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-10/+9
* ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-9/+12
* buffer: Convert clean_bdev_aliases() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-13/+13
* hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)2022-06-291-1/+1
* mpage: Convert do_mpage_readpage() to use a folioMatthew Wilcox (Oracle)2022-06-291-38/+40
* mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)2022-06-291-1/+1
* Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-253-20/+32
|\
| * f2fs: do not count ENOENT for error caseJaegeuk Kim2022-06-211-1/+3
| * f2fs: fix iostat related lock protectionDaeho Jeong2022-06-191-13/+18
| * f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-191-6/+11
* | Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-11/+15
|\ \
| * | io_uring: use original request task for inflight trackingJens Axboe2022-06-231-1/+1
| * | io_uring: fix double poll leak on repollingPavel Begunkov2022-06-211-0/+1
| * | io_uring: fix wrong arm_poll error handlingPavel Begunkov2022-06-211-0/+1
| * | io_uring: fail links when poll failsPavel Begunkov2022-06-211-0/+2
| * | io_uring: fix req->apoll_eventsPavel Begunkov2022-06-211-4/+8
| * | io_uring: fix merge error in checking send/recv addr2 flagsJens Axboe2022-06-211-4/+0
| * | io_uring: mark reissue requests with REQ_F_PARTIAL_IOJens Axboe2022-06-201-2/+2
* | | Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-06-231-1/+1
|\ \ \
| * | | tracefs: Fix syntax errors in commentsXiang wangx2022-06-171-1/+1
* | | | Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linuxLinus Torvalds2022-06-224-17/+29
|\ \ \ \
| * | | | 9p: fix EBADF errors in cached modeDominique Martinet2022-06-171-0/+13
| * | | | 9p: Fix refcounting during full path walks for fid lookupsTyler Hicks2022-06-151-13/+9
| * | | | 9p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet2022-06-151-4/+4
| * | | | 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet2022-06-151-0/+3
| |/ / /