index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Age
Commit message (
Expand
)
Author
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-19
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
2024-04-19
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
2024-04-19
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
2024-04-19
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-03-29
f2fs: support to map continuous holes or preallocated address
Chao Yu
2024-03-29
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
2024-03-26
f2fs: introduce map_is_mergeable() for cleanup
Chao Yu
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-04
f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()
Chao Yu
2024-03-04
f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()
Chao Yu
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-05
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
2024-02-05
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
2024-02-05
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-05
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2024-02-05
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-01-11
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-11
f2fs: fix to wait on block writeback for post_read case
Chao Yu
2023-12-11
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
2023-12-11
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
2023-12-11
f2fs: delete obsolete FI_DROP_CACHE
Chao Yu
2023-12-11
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-11-17
f2fs: use shared inode lock during f2fs_fiemap()
Chao Yu
2023-10-04
f2fs: Support Block Size == Page Size
Daniel Rosenberg
2023-09-12
f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()
Chao Yu
2023-09-12
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2023-09-12
f2fs: compress: fix to avoid use-after-free on dic
Chao Yu
2023-09-12
f2fs: compress: fix deadloop in f2fs_write_cache_pages()
Chao Yu
2023-08-23
f2fs: fix error path of f2fs_submit_page_read()
Chao Yu
2023-08-14
f2fs: increase usage of folio_next_index() helper
Minjie Du
2023-08-14
f2fs: get out of a repeat loop when getting a locked data page
Jaegeuk Kim
2023-06-26
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-12
f2fs: fix potential deadlock due to unpaired node_write lock use
Chao Yu
2023-05-23
f2fs: maintain six open zones for zoned devices
Daeho Jeong
2023-05-08
f2fs: remove redundant goto statement in f2fs_read_single_page()
Li Zetao
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
2023-04-24
f2fs: use cow inode data when updating atomic write
Daeho Jeong
2023-04-18
f2fs: relax sanity check if checkpoint is corrupted
Jaegeuk Kim
2023-04-17
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
Chao Yu
2023-04-10
f2fs: fix to drop all dirty pages during umount() if cp_error is set
Chao Yu
2023-04-10
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
2023-03-29
f2fs: remove else in f2fs_write_cache_pages()
Yangtao Li
2023-03-29
f2fs: convert to use bitmap API
Yangtao Li
[prev]
[next]