index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
2018-08-03
f2fs: check cap_resource only for data blocks
Jaegeuk Kim
2018-08-03
f2fs: avoid fsync() failure caused by EAGAIN in writepage()
Jaegeuk Kim
2018-08-03
f2fs: fix race in between GC and atomic open
Chao Yu
2018-08-03
f2fs: fix to detect failure of dquot_initialize
Chao Yu
2018-08-03
f2fs: fix missing clear FI_NO_PREALLOC in some error case
Yunlei He
2018-08-03
f2fs: Fix deadlock in shutdown ioctl
Sahitya Tummala
2018-08-03
f2fs: fix to wait page writeback during revoking atomic write
Chao Yu
2018-08-03
f2fs: fix to don't trigger writeback during recovery
Chao Yu
2018-08-03
f2fs: don't drop dentry pages after fs shutdown
Chao Yu
2018-08-03
f2fs: fix error path of move_data_page
Chao Yu
2018-08-03
disable loading f2fs module on PAGE_SIZE > 4KB
Anatoly Pugachev
2018-07-17
f2fs: sanity check for total valid node blocks
Jaegeuk Kim
2018-07-17
f2fs: sanity check on sit entry
Jaegeuk Kim
2018-07-17
f2fs: avoid bug_on on corrupted inode
Jaegeuk Kim
2018-07-17
f2fs: give message and set need_fsck given broken node id
Jaegeuk Kim
2018-07-03
f2fs: don't use GFP_ZERO for page caches
Chao Yu
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-04-11
page cache: use xa_lock
Matthew Wilcox
2018-04-11
xarray: add the xa_lock to the radix_tree_root
Matthew Wilcox
2018-04-03
f2fs: remain written times to update inode during fsync
Jaegeuk Kim
2018-04-02
f2fs: make assignment of t->dentry_bitmap more readable
Yunlong Song
2018-04-02
f2fs: truncate preallocated blocks in error case
Jaegeuk Kim
2018-04-02
f2fs: fix a wrong condition in f2fs_skip_inode_update
Junling Zheng
2018-03-28
f2fs: reserve bits for fs-verity
Eric Biggers
2018-03-27
f2fs: Add a segment type check in inplace write
Yunlei He
2018-03-27
f2fs: no need to initialize zero value for GFP_F2FS_ZERO
Yunlong Song
2018-03-27
f2fs: don't track new nat entry in nat set
Chao Yu
2018-03-27
f2fs: clean up with F2FS_BLK_ALIGN
Chao Yu
2018-03-18
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
2018-03-18
f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read
Ritesh Harjani
2018-03-17
f2fs: introduce a new mount option test_dummy_encryption
Sheng Yong
2018-03-17
f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
Sheng Yong
2018-03-17
f2fs: release locks before return in f2fs_ioc_gc_range()
Qiuyang Sun
2018-03-17
f2fs: align memory boundary for bitops
Jaegeuk Kim
2018-03-17
f2fs: remove unneeded set_cold_node()
Chao Yu
2018-03-17
f2fs: add nowait aio support
Hyunchul Lee
2018-03-17
f2fs: wrap all options with f2fs_sb_info.mount_opt
Chao Yu
2018-03-17
f2fs: Don't overwrite all types of node to keep node chain
Yunlei He
2018-03-17
f2fs: introduce mount option for fsync mode
Junling Zheng
2018-03-17
f2fs: fix to restore old mount option in ->remount_fs
Chao Yu
2018-03-17
f2fs: wrap sb_rdonly with f2fs_readonly
Chao Yu
2018-03-17
f2fs: avoid selinux denial on CAP_SYS_RESOURCE
Jaegeuk Kim
2018-03-13
f2fs: support hot file extension
Chao Yu
2018-03-13
f2fs: fix to avoid race in between atomic write and background GC
Chao Yu
2018-03-13
f2fs: do gc in greedy mode for whole range if gc_urgent mode is set
Jaegeuk Kim
2018-03-13
f2fs: issue discard aggressively in the gc_urgent mode
Jaegeuk Kim
2018-03-13
f2fs: set readdir_ra by default
Jaegeuk Kim
2018-03-13
f2fs: add auto tuning for small devices
Jaegeuk Kim
2018-03-13
f2fs: add mount option for segment allocation policy
Jaegeuk Kim
2018-03-13
f2fs: don't stop GC if GC is contended
Jaegeuk Kim
[next]