index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
f2fs: add a method for calculating the remaining blocks in the current segmen...
yohan.joung
1
-4
/
+19
2025-05-27
f2fs: introduce FAULT_VMALLOC
Chao Yu
3
-5
/
+11
2025-05-27
f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx
Chao Yu
2
-13
/
+15
2025-05-27
f2fs: add f2fs_bug_on() in f2fs_quota_read()
Chao Yu
1
-0
/
+6
2025-05-27
f2fs: add f2fs_bug_on() to detect potential bug
Chao Yu
2
-3
/
+8
2025-05-27
f2fs: remove unused sbi argument from checksum functions
Eric Biggers
5
-35
/
+24
2025-05-13
f2fs: don't over-report free space or inodes in statvfs
Chao Yu
1
-12
/
+18
2025-05-09
f2fs: fix freezing filesystem during resize
Christian Brauner
1
-3
/
+3
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-3
/
+3
2025-05-08
f2fs: return bool from __write_node_folio
Christoph Hellwig
1
-16
/
+13
2025-05-08
f2fs: simplify return value handling in f2fs_fsync_node_pages
Christoph Hellwig
1
-12
/
+11
2025-05-08
f2fs: always unlock the page in f2fs_write_single_data_page
Christoph Hellwig
2
-7
/
+4
2025-05-08
f2fs: remove wbc->for_reclaim handling
Christoph Hellwig
4
-40
/
+5
2025-05-08
f2fs: return bool from __f2fs_write_meta_folio
Christoph Hellwig
1
-11
/
+11
2025-05-08
f2fs: fix to return correct error number in f2fs_sync_node_pages()
Chao Yu
1
-2
/
+6
2025-05-06
f2fs: drop usage of folio_index
Kairui Song
3
-5
/
+5
2025-05-06
f2fs: support FAULT_TIMEOUT
Chao Yu
3
-0
/
+21
2025-05-06
f2fs: handle error cases of memory donation
Daeho Jeong
3
-10
/
+27
2025-05-06
f2fs: fix to bail out in get_new_segment()
Chao Yu
1
-1
/
+5
2025-05-06
f2fs: sysfs: export linear_lookup in features directory
Chao Yu
1
-0
/
+6
2025-05-06
f2fs: sysfs: add encoding_flags entry
Chao Yu
1
-0
/
+9
2025-04-28
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
4
-20
/
+69
2025-04-28
f2fs: fix to do sanity check on sit_bitmap_size
Chao Yu
1
-0
/
+8
2025-04-28
f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()
Chao Yu
1
-1
/
+1
2025-04-28
f2fs: clean up w/ fscrypt_is_bounce_page()
Chao Yu
1
-1
/
+1
2025-04-28
f2fs: Convert clear_node_page_dirty() to clear_node_folio_dirty()
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-04-28
f2fs: Use a folio in flush_inline_data()
Matthew Wilcox (Oracle)
1
-13
/
+13
2025-04-28
f2fs: Remove f2fs_new_node_page()
Matthew Wilcox (Oracle)
2
-8
/
+2
2025-04-28
f2fs: Convert fsync_node_entry->page to folio
Matthew Wilcox (Oracle)
4
-16
/
+17
2025-04-28
f2fs: Pass a folio to get_dnode_addr()
Matthew Wilcox (Oracle)
4
-13
/
+13
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
9
-64
/
+64
2025-04-28
f2fs: Pass a folio to set_nid()
Matthew Wilcox (Oracle)
2
-9
/
+9
2025-04-28
f2fs: Pass a folio to f2fs_update_inode()
Matthew Wilcox (Oracle)
5
-15
/
+15
2025-04-28
f2fs: Return a folio from f2fs_init_inode_metadata()
Matthew Wilcox (Oracle)
3
-22
/
+22
2025-04-28
f2fs: Pass a folio to f2fs_init_read_extent_tree()
Matthew Wilcox (Oracle)
3
-6
/
+6
2025-04-28
f2fs: Use a folio in f2fs_wait_on_block_writeback()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-04-28
f2fs: Use a folio in redirty_blocks()
Matthew Wilcox (Oracle)
1
-18
/
+20
2025-04-28
f2fs: Use a folio in f2fs_encrypt_one_page()
Matthew Wilcox (Oracle)
1
-6
/
+7
2025-04-28
f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()
Matthew Wilcox (Oracle)
3
-13
/
+12
2025-04-28
f2fs: Use a folio in prepare_compress_overwrite()
Matthew Wilcox (Oracle)
2
-16
/
+26
2025-04-28
f2fs: Use a folio in f2fs_cache_compressed_page()
Matthew Wilcox (Oracle)
1
-12
/
+12
2025-04-28
f2fs: Use a folio in f2fs_truncate_meta_inode_pages()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-04-28
f2fs: Use a folio in need_inode_page_update()
Matthew Wilcox (Oracle)
1
-3
/
+4
2025-04-28
f2fs: Pass a folio to f2fs_set_link()
Matthew Wilcox (Oracle)
3
-12
/
+12
2025-04-28
f2fs: Convert f2fs_put_page_dic() to f2fs_put_folio_dic()
Matthew Wilcox (Oracle)
3
-8
/
+7
2025-04-28
f2fs: Pass a folio to inline_data_addr()
Matthew Wilcox (Oracle)
4
-17
/
+17
2025-04-28
f2fs: Pass a folio to __recover_inline_status()
Matthew Wilcox (Oracle)
1
-6
/
+6
2025-04-28
f2fs: Pass a folio to f2fs_recover_inline_data()
Matthew Wilcox (Oracle)
3
-6
/
+6
2025-04-28
f2fs: Pass a folio to f2fs_delete_inline_entry()
Matthew Wilcox (Oracle)
3
-10
/
+9
2025-04-28
f2fs: Pass a folio to f2fs_delete_entry()
Matthew Wilcox (Oracle)
4
-17
/
+17
[prev]
[next]