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
/
file.c
Age
Commit message (
Expand
)
Author
2024-07-23
Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-07-10
f2fs: clean up F2FS_I()
Chao Yu
2024-07-10
f2fs: use meta inode for GC of COW file
Sunmin Jeong
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
2024-06-25
f2fs: Use in_group_or_capable() helper
Youling Tang
2024-06-18
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie
Zhiguo Niu
2024-06-12
f2fs: fix to truncate preallocated blocks in f2fs_file_open()
Chao Yu
2024-06-12
f2fs: fix to force buffered IO on inline_data inode
Chao Yu
2024-05-20
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-10
f2fs: compress: don't allow unaligned truncation on released compress inode
Chao Yu
2024-05-10
f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...
Chao Yu
2024-05-10
f2fs: compress: fix typo in f2fs_reserve_compress_blocks()
Chao Yu
2024-05-10
f2fs: compress: fix to update i_compr_blocks correctly
Chao Yu
2024-05-09
f2fs: fix to limit gc_pin_file_threshold
Chao Yu
2024-05-09
f2fs: remove unused GC_FAILURE_PIN
Chao Yu
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-14
f2fs: allow direct io of pinned files for zoned storage
Daeho Jeong
2024-04-14
f2fs: prevent writing without fallocate() for pinned files
Daeho Jeong
2024-04-12
f2fs: add REQ_TIME time update for some user behaviors
Zhiguo Niu
2024-04-12
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
2024-04-12
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
2024-04-02
f2fs: fix to adjust appropirate defragment pg_end
Zhiguo Niu
2024-03-29
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
2024-03-26
f2fs: support .shutdown in f2fs_sops
Chao Yu
2024-03-14
f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault
Chao Yu
2024-03-12
f2fs: prevent atomic write on pinned file
Daeho Jeong
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-12
f2fs: compress: fix reserve_cblocks counting error when out of space
Xiuhong Wang
2024-03-12
f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
Xiuhong Wang
2024-03-04
f2fs: fix to check return value in f2fs_insert_range()
Chao Yu
2024-02-29
f2fs: compress: fix to check compress flag w/ .i_sem lock
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-27
f2fs: support SEEK_DATA and SEEK_HOLE for compression files
Daeho Jeong
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-05
f2fs: introduce FAULT_BLKADDR_CONSISTENCE
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 check unreleased compressed cluster
Sheng Yong
2024-01-11
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-12-11
f2fs: don't set FI_PREALLOCATED_ALL for partial write
Chao Yu
2023-12-11
f2fs: fix to update iostat correctly in f2fs_filemap_fault()
Chao Yu
2023-12-11
f2fs: fix to check compress file in f2fs_move_file_range()
Chao Yu
2023-12-11
f2fs: fix to tag gcing flag on page during block migration
Chao Yu
2023-12-11
f2fs: add tracepoint for f2fs_vm_page_mkwrite()
Chao Yu
2023-12-11
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
[next]