index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
nilfs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
nilfs2: convert nilfs_mdt_submit_block to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-11
nilfs2: convert nilfs_mdt_create_block to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-11
nilfs2: convert nilfs_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+15
2023-12-11
nilfs2: convert nilfs_segctor_prepare_write to use folios
Matthew Wilcox (Oracle)
1
-29
/
+29
2023-12-11
nilfs2: convert to __nilfs_clear_folio_dirty()
Matthew Wilcox (Oracle)
3
-11
/
+12
2023-12-11
nilfs2: convert to nilfs_clear_folio_dirty()
Matthew Wilcox (Oracle)
4
-16
/
+17
2023-12-11
nilfs2: convert nilfs_mdt_write_page() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-12-11
nilfs2: convert nilfs_writepage() to use a folio
Matthew Wilcox (Oracle)
1
-4
/
+5
2023-12-11
nilfs2: convert to nilfs_folio_buffers_clean()
Matthew Wilcox (Oracle)
3
-12
/
+12
2023-12-11
nilfs2: convert nilfs_forget_buffer to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-12-11
nilfs2: convert nilfs_segctor_complete_write to use folios
Matthew Wilcox (Oracle)
1
-28
/
+21
2023-12-11
nilfs2: convert nilfs_abort_logs to use folios
Matthew Wilcox (Oracle)
1
-14
/
+14
2023-12-11
nilfs2: add nilfs_end_folio_io()
Matthew Wilcox (Oracle)
1
-14
/
+22
2023-12-11
Squashfs: fix variable overflow triggered by sysbot
Phillip Lougher
2
-4
/
+5
2023-12-11
fs/nilfs2: use standard array-copy-function
Philipp Stanner
1
-6
/
+4
2023-12-11
introduce for_other_threads(p, t)
Oleg Nesterov
3
-9
/
+8
2023-12-11
kernel/reboot: explicitly notify if halt occurred instead of power off
Dongmin Lee
1
-2
/
+15
2023-12-07
mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()
Jiexun Wang
1
-0
/
+11
2023-12-07
nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
Ryusuke Konishi
1
-7
/
+35
2023-12-07
mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI
Sidhartha Kumar
1
-0
/
+1
2023-12-07
scripts/gdb: fix lx-device-list-bus and lx-device-list-class
Florian Fainelli
1
-8
/
+8
2023-12-07
MAINTAINERS: drop Antti Palosaari
Bagas Sanjaya
2
-142
/
+45
2023-12-07
highmem: fix a memory copy problem in memcpy_from_folio
Su Hui
1
-1
/
+1
2023-12-07
nilfs2: fix missing error check for sb_set_blocksize call
Ryusuke Konishi
1
-1
/
+5
2023-12-07
kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
Baoquan He
3
-6
/
+1
2023-12-07
units: add missing header
Andy Shevchenko
1
-0
/
+1
2023-12-07
drivers/base/cpu: crash data showing should depends on KEXEC_CORE
Baoquan He
1
-3
/
+3
2023-12-07
mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regions
SeongJae Park
1
-6
/
+43
2023-12-07
scripts/gdb/tasks: fix lx-ps command error
Kuan-Ying Lee
1
-11
/
+7
2023-12-07
mm/Kconfig: make userfaultfd a menuconfig
Peter Xu
1
-7
/
+9
2023-12-07
selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGS
Nico Pache
1
-2
/
+2
2023-12-07
mm/damon/core: copy nr_accesses when splitting region
SeongJae Park
1
-0
/
+1
2023-12-07
lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
Ming Lei
1
-6
/
+16
2023-12-07
checkstack: fix printed address
Heiko Carstens
1
-6
/
+2
2023-12-07
mm/memory_hotplug: fix error handling in add_memory_resource()
Sumanth Korikkar
1
-1
/
+1
2023-12-07
mm/memory_hotplug: add missing mem_hotplug_lock
Sumanth Korikkar
2
-10
/
+21
2023-12-07
.mailmap: add a new address mapping for Chester Lin
Chester Lin
1
-0
/
+1
2023-12-07
mm: fix oops when filemap_map_pmd() without prealloc_pte
Hugh Dickins
1
-1
/
+1
2023-12-07
squashfs: squashfs_read_data need to check if the length is 0
Lizhi Xu
1
-1
/
+1
2023-12-07
mm/selftests: fix pagemap_ioctl memory map test
Peter Xu
1
-3
/
+6
2023-12-07
mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set
Peter Xu
1
-1
/
+1
2023-12-07
mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma check
Peter Xu
1
-4
/
+20
2023-12-07
mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
Roman Gushchin
1
-1
/
+1
2023-12-07
mm/kmemleak: move set_track_prepare() outside raw_spinlocks
Liu Shixin
1
-1
/
+3
2023-12-07
Revert "mm/kmemleak: move the initialisation of object to __link_object"
Liu Shixin
1
-17
/
+19
2023-12-07
mm/memory.c:zap_pte_range() print bad swap entry
Andrew Morton
1
-0
/
+1
2023-12-07
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
Mike Kravetz
2
-4
/
+8
2023-12-07
MAINTAINERS: add Andrew Morton for lib/*
Andrew Morton
1
-0
/
+7
2023-12-03
Linux 6.7-rc4
v6.7-rc4
Linus Torvalds
1
-1
/
+1
2023-12-01
nvme-core: check for too small lba shift
Keith Busch
1
-2
/
+3
[next]