index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
nfs: Convert to migrate_folio
Matthew Wilcox (Oracle)
3
-13
/
+13
2022-08-02
btrfs: Convert btree_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2022-08-02
mm/migrate: Convert expected_page_refs() to folio_expected_refs()
Matthew Wilcox (Oracle)
1
-7
/
+12
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
8
-51
/
+65
2022-08-02
mm/migrate: Convert writeout() to take a folio
Matthew Wilcox (Oracle)
1
-11
/
+10
2022-08-02
mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
Matthew Wilcox (Oracle)
1
-10
/
+9
2022-08-02
fs: Add aops->migrate_folio
Matthew Wilcox (Oracle)
5
-15
/
+23
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
17
-486
/
+134
2022-08-02
secretmem: Remove isolate_page
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-08-02
ext2: Use a folio in ext2_get_page()
Matthew Wilcox (Oracle)
1
-9
/
+10
2022-08-02
gfs2: Convert gfs2_jhead_process_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+14
2022-08-02
ocfs2: Convert ocfs2_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+12
2022-08-02
freevxfs: Convert vxfs_immed_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+19
2022-08-02
coda: Convert coda_symlink_filler() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-08-02
befs: Convert befs_symlink_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2022-08-02
block: Convert read_part_sector() to use a folio
Matthew Wilcox (Oracle)
2
-7
/
+7
2022-08-02
block: Use PAGE_SECTORS_SHIFT
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-08-02
block: Handle partition read errors more consistently
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-08-02
block: Simplify read_part_sector()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-08-02
cramfs: read_mapping_page() is synchronous
Matthew Wilcox (Oracle)
1
-13
/
+4
2022-08-02
ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()
Matthew Wilcox (Oracle)
1
-36
/
+6
2022-08-02
hostfs: Handle page write errors correctly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-08-02
squashfs: Return the actual error from squashfs_read_folio()
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-08-02
buffer: Don't test folio error in block_read_full_folio()
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-06-29
nfs: Leave pages in the pagecache if readpage failed
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
buffer: Remove check for PageError
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-06-29
orangefs: Remove test for folio error
Matthew Wilcox (Oracle)
1
-3
/
+1
2022-06-29
iomap: Remove test for folio error
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-06-29
jfs: Remove check for PageUptodate
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
remap_range: Remove check of uptodate flag
Matthew Wilcox (Oracle)
1
-10
/
+1
2022-06-29
ufs: Remove checks for PageError
Matthew Wilcox (Oracle)
2
-12
/
+1
2022-06-29
reiserfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-8
/
+1
2022-06-29
ntfs3: Remove check for PageError
Matthew Wilcox (Oracle)
1
-6
/
+1
2022-06-29
ntfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-6
/
+1
2022-06-29
nilfs2: Remove check for PageError
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
ext2: Remove check for PageError
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-06-29
ntfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-5
/
+0
2022-06-29
hfsplus: Remove check for PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
hfs: Remove check for PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
freevxfs: Remove check of PageError
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-06-29
afs: Remove check of PageError
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-06-29
block: Remove check of PageError
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-06-29
docs: Improve ->read_folio documentation
Matthew Wilcox (Oracle)
1
-7
/
+32
2022-06-29
filemap: Use filemap_read_folio() in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-20
/
+9
2022-06-29
filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-06-29
filemap: Move 'filler' case to the end of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-06-29
netfs: Remove extern from function prototypes
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
4
-109
/
+0
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-06-29
vmscan: Add check_move_unevictable_folios()
Matthew Wilcox (Oracle)
2
-23
/
+36
[next]