index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
fs: Remove aops->migratepage()
Matthew Wilcox (Oracle)
3
-8
/
+2
2022-08-02
secretmem: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-4
/
+3
2022-08-02
hugetlb: Convert to migrate_folio
Matthew Wilcox (Oracle)
3
-21
/
+26
2022-08-02
aio: Convert to migrate_folio
Matthew Wilcox (Oracle)
1
-18
/
+18
2022-08-02
f2fs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
4
-49
/
+3
2022-08-02
ubifs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-27
/
+2
2022-08-02
btrfs: Convert btrfs_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-17
/
+9
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
7
-34
/
+29
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
8
-27
/
+30
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-08-02
Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
58
-164
/
+197
2022-08-02
Merge tag 'arm-newsoc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
40
-36
/
+2012
2022-08-02
Merge tag 'arm-defconfig-6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
99
-1220
/
+1044
2022-08-02
Merge tag 'arm-dt-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1011
-6584
/
+35493
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
105
-588
/
+6418
2022-08-02
Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
37
-3847
/
+186
2022-08-01
Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
69
-663
/
+2780
2022-08-01
Merge tag 'timers-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-195
/
+898
2022-08-01
Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-84
/
+280
2022-08-01
Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
19
-163
/
+59
2022-08-01
Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
22
-511
/
+888
2022-08-01
Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-158
/
+134
2022-08-01
smack: Remove the redundant lsm_inode_alloc
Xiu Jianfeng
1
-7
/
+0
2022-08-01
smack: Replace kzalloc + strncpy with kstrndup
GONG, Ruiqi
1
-5
/
+2
2022-08-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
123
-1627
/
+3971
2022-08-01
Merge tag 'm68k-for-v5.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
26
-173
/
+149
2022-08-01
Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-20
/
+171
[prev]
[next]