index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-12-04
f2fs: introduce f2fs_schedule_timeout()
Chao Yu
-16
/
+24
2025-12-04
f2fs: use memalloc_retry_wait() as much as possible
Chao Yu
-2
/
+2
2025-12-04
f2fs: add a sysfs entry to show max open zones
Yongpeng Yang
-0
/
+8
2025-12-04
f2fs: wrap all unusable_blocks_per_sec code in CONFIG_BLK_DEV_ZONED
Yongpeng Yang
-1
/
+6
2025-12-04
f2fs: simplify list initialization in f2fs_recover_fsync_data()
Baolin Liu
-6
/
+3
2025-12-04
f2fs: revert summary entry count from 2048 to 512 in 16kb block support
Daeho Jeong
-63
/
+130
2025-12-04
f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
Chao Yu
-8
/
+12
2025-12-04
f2fs: fix return value of f2fs_recover_fsync_data()
Chao Yu
-5
/
+9
2025-12-04
f2fs: add fadvise tracepoint
Jaegeuk Kim
-0
/
+34
2025-12-04
f2fs: fix age extent cache insertion skip on counter overflow
Xiaole He
-4
/
+16
2025-12-04
f2fs: Add sanity checks before unlinking and loading inodes
Nikola Z. Ivanov
-5
/
+18
2025-12-04
f2fs: Rename f2fs_unlink exit label
Nikola Z. Ivanov
-7
/
+7
2025-12-04
f2fs: ensure minimum trim granularity accounts for all devices
Yongpeng Yang
-6
/
+18
2025-12-04
f2fs: fix uninitialized one_time_gc in victim_sel_policy
Xiaole He
-1
/
+1
2025-12-04
f2fs: fix to access i_size w/ i_size_read()
Chao Yu
-4
/
+4
2025-12-04
f2fs: ensure node page reads complete before f2fs_put_super() finishes
Jan Prusakowski
-8
/
+9
2025-12-04
f2fs: block cache/dio write during f2fs_enable_checkpoint()
Chao Yu
-9
/
+34
2025-12-04
f2fs: fix to propagate error from f2fs_enable_checkpoint()
Chao Yu
-10
/
+16
2025-12-04
f2fs: change the unlock parameter of f2fs_put_page to bool
Yongpeng Yang
-16
/
+14
2025-12-04
f2fs: invalidate dentry cache on failed whiteout creation
Deepanshu Kartikey
-2
/
+4
2025-12-04
f2fs: use global inline_xattr_slab instead of per-sb slab cache
Chao Yu
-37
/
+25
2025-12-04
f2fs: fix to avoid updating compression context during writeback
Chao Yu
-3
/
+23
2025-12-04
f2fs: fix to avoid updating zero-sized extent in extent cache
Chao Yu
-2
/
+5
2025-12-04
f2fs: fix to avoid potential deadlock
Chao Yu
-46
/
+1
2025-12-04
f2fs: use f2fs_filemap_get_folio() to support fault injection
Chao Yu
-3
/
+3
2025-12-04
f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page()
Chao Yu
-20
/
+13
2025-12-04
f2fs: convert add_ipu_page() to use folio
Chao Yu
-4
/
+3
2025-12-04
f2fs: clean up w/ bio_add_folio_nofail()
Chao Yu
-4
/
+3
2025-11-07
f2fs: Use mapping->gfp_mask to get file cache for writing
Jiucheng Xu
-1
/
+2
2025-10-24
f2fs: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
-1
/
+1
2025-10-24
f2fs: set default valid_thresh_ratio to 80 for zoned devices
Daeho Jeong
-1
/
+1
2025-10-24
f2fs: maintain one time GC mode is enabled during whole zoned GC cycle
Daeho Jeong
-7
/
+10
2025-10-24
Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+25
2025-10-24
Merge tag 'io_uring-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-39
/
+85
2025-10-24
Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-10
/
+21
2025-10-24
Merge tag 'devicetree-fixes-for-6.18-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-4
/
+40
2025-10-24
Merge tag 'soc-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-58
/
+119
2025-10-24
Merge tag 'hwmon-for-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-23
/
+32
2025-10-24
Merge tag 'spi-fix-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-45
/
+160
2025-10-24
Merge tag 'gpio-fixes-for-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-27
/
+56
2025-10-24
soc: officially expand maintainership team
Arnd Bergmann
-0
/
+4
2025-10-24
of/irq: Export of_msi_xlate() for module usage
Lorenzo Pieralisi
-0
/
+1
2025-10-24
slab: Fix obj_ext mistakenly considered NULL due to race condition
Hao Ge
-5
/
+11
2025-10-23
io_uring: fix buffer auto-commit for multishot uring_cmd
Ming Lei
-11
/
+22
2025-10-23
MAINTAINERS: add Mark Brown as a linux-next maintainer
Stephen Rothwell
-0
/
+1
2025-10-23
Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+7
2025-10-23
Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes' of https://github.com/Bro...
Arnd Bergmann
-0
/
+2
2025-10-23
Merge tag 'arm-soc/for-6.18/devicetree-fixes' of https://github.com/Broadcom/...
Arnd Bergmann
-0
/
+17
2025-10-23
Merge tag 'scmi-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
-44
/
+47
2025-10-23
Merge tag 'ffa-fix-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...
Arnd Bergmann
-12
/
+46
[next]