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
/
segment.c
Age
Commit message (
Expand
)
Author
2024-03-18
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-14
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
2024-03-12
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-12
f2fs: fix to truncate meta inode pages forcely
Chao Yu
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
2024-03-04
f2fs: fix to check return value __allocate_new_segment
Zhiguo Niu
2024-03-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
2024-03-04
f2fs: fix to reset fields for unloaded curseg
Chao Yu
2024-03-04
f2fs: clean up new_curseg()
Chao Yu
2024-03-04
f2fs: ro: don't start discard thread for readonly image
Chao Yu
2024-03-04
f2fs: fix to use correct segment type in f2fs_allocate_data_block()
Chao Yu
2024-03-04
f2fs: allow to mount if cap is 100
Jaegeuk Kim
2024-03-04
f2fs: print zone status in string and some log
Jaegeuk Kim
2024-02-29
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
f2fs: kill heap-based allocation
Jaegeuk Kim
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-02-12
f2fs: guard blkdev_zone_mgmt with nofs scope
Johannes Thumshirn
2024-02-05
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-05
f2fs: check free sections before disable checkpoint
Wu Bo
2023-12-26
f2fs: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2023-12-11
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-05
f2fs: let's finish or reset zones all the time
Jaegeuk Kim
2023-12-04
f2fs: allocate new section if it's not new
Jaegeuk Kim
2023-11-28
f2fs: sysfs: support discard_io_aware
Chao Yu
2023-11-20
f2fs: skip adding a discard command if exists
Jaegeuk Kim
2023-10-16
f2fs: clean up zones when not successfully unmounted
Daeho Jeong
2023-08-25
f2fs: use finish zone command when closing a zone
Daeho Jeong
2023-08-18
Revert "f2fs: do not issue small discard commands during checkpoint"
Chao Yu
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
2023-08-14
f2fs: fix to account gc stats correctly
Chao Yu
2023-08-14
f2fs: check zone type before sending async reset zone command
Shin'ichiro Kawasaki
2023-08-14
f2fs: flush inode if atomic file is aborted
Jaegeuk Kim
2023-08-14
Revert "f2fs: clean up w/ sbi->log_sectors_per_block"
Jaegeuk Kim
2023-06-26
f2fs: do not issue small discard commands during checkpoint
Jaegeuk Kim
2023-06-26
f2fs: check zone write pointer points to the end of zone
Daeho Jeong
2023-06-12
f2fs: add async reset zone command support
Daejun Park
2023-06-12
f2fs: clean up w/ sbi->log_sectors_per_block
Chao Yu
2023-06-12
f2fs: close unused open zones while mounting
Daeho Jeong
2023-04-24
f2fs: allocate node blocks for atomic write block replacement
Daeho Jeong
2023-04-24
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
2023-04-18
f2fs: add has_enough_free_secs()
Yangtao Li
2023-04-13
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
2023-04-13
f2fs: fix passing relative address when discard zones
Daeho Jeong
[next]