index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-31
f2fs: run fstrim asynchronously if runtime discard is on
Jaegeuk Kim
1
-2
/
+11
2018-05-30
f2fs: turn down IO priority of discard from background
Chao Yu
1
-0
/
+1
2018-05-30
f2fs: don't split checkpoint in fstrim
Chao Yu
3
-32
/
+15
2018-05-30
f2fs: issue discard commands proactively in high fs utilization
Jaegeuk Kim
2
-34
/
+40
2018-05-29
f2fs: add fsync_mode=nobarrier for non-atomic files
Jaegeuk Kim
3
-1
/
+6
2018-05-29
f2fs: let fstrim issue discard commands in lower priority
Jaegeuk Kim
2
-65
/
+78
2018-05-20
fscrypt: make fscrypt_operations.max_namelen an integer
Eric Biggers
1
-7
/
+1
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-23
/
+6
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
1
-8
/
+4
2018-05-04
f2fs: avoid fsync() failure caused by EAGAIN in writepage()
Jaegeuk Kim
1
-1
/
+7
2018-05-02
f2fs: clear PageError on writepage
Jaegeuk Kim
5
-0
/
+6
2018-05-02
f2fs: check cap_resource only for data blocks
Jaegeuk Kim
1
-4
/
+4
2018-05-02
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
Jaegeuk Kim
4
-35
/
+3
2018-05-02
f2fs: call unlock_new_inode() before d_instantiate()
Eric Biggers
1
-4
/
+4
2018-05-02
f2fs: refactor read path to allow multiple postprocessing steps
Eric Biggers
6
-49
/
+147
2018-05-02
fscrypt: allow synchronous bio decryption
Eric Biggers
1
-1
/
+1
2018-04-11
page cache: use xa_lock
Matthew Wilcox
4
-13
/
+13
2018-04-11
xarray: add the xa_lock to the radix_tree_root
Matthew Wilcox
1
-1
/
+1
2018-04-03
f2fs: remain written times to update inode during fsync
Jaegeuk Kim
2
-0
/
+19
2018-04-02
f2fs: make assignment of t->dentry_bitmap more readable
Yunlong Song
1
-1
/
+1
2018-04-02
f2fs: truncate preallocated blocks in error case
Jaegeuk Kim
1
-0
/
+9
2018-04-02
f2fs: fix a wrong condition in f2fs_skip_inode_update
Junling Zheng
1
-1
/
+1
2018-03-28
f2fs: reserve bits for fs-verity
Eric Biggers
1
-0
/
+2
2018-03-27
f2fs: Add a segment type check in inplace write
Yunlei He
1
-0
/
+5
2018-03-27
f2fs: no need to initialize zero value for GFP_F2FS_ZERO
Yunlong Song
1
-5
/
+0
2018-03-27
f2fs: don't track new nat entry in nat set
Chao Yu
2
-4
/
+26
2018-03-27
f2fs: clean up with F2FS_BLK_ALIGN
Chao Yu
2
-4
/
+2
2018-03-18
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
4
-8
/
+25
2018-03-18
f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read
Ritesh Harjani
1
-1
/
+1
2018-03-17
f2fs: introduce a new mount option test_dummy_encryption
Sheng Yong
4
-4
/
+45
2018-03-17
f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
Sheng Yong
3
-0
/
+21
2018-03-17
f2fs: release locks before return in f2fs_ioc_gc_range()
Qiuyang Sun
1
-2
/
+4
2018-03-17
f2fs: align memory boundary for bitops
Jaegeuk Kim
2
-4
/
+18
2018-03-17
f2fs: remove unneeded set_cold_node()
Chao Yu
4
-6
/
+4
2018-03-17
f2fs: add nowait aio support
Hyunchul Lee
3
-16
/
+74
2018-03-17
f2fs: wrap all options with f2fs_sb_info.mount_opt
Chao Yu
8
-166
/
+150
2018-03-17
f2fs: Don't overwrite all types of node to keep node chain
Yunlei He
1
-1
/
+1
2018-03-17
f2fs: introduce mount option for fsync mode
Junling Zheng
5
-5
/
+44
2018-03-17
f2fs: fix to restore old mount option in ->remount_fs
Chao Yu
1
-0
/
+10
2018-03-17
f2fs: wrap sb_rdonly with f2fs_readonly
Chao Yu
2
-5
/
+5
2018-03-17
f2fs: avoid selinux denial on CAP_SYS_RESOURCE
Jaegeuk Kim
1
-2
/
+2
2018-03-13
f2fs: support hot file extension
Chao Yu
4
-27
/
+89
2018-03-13
f2fs: fix to avoid race in between atomic write and background GC
Chao Yu
1
-0
/
+3
2018-03-13
f2fs: do gc in greedy mode for whole range if gc_urgent mode is set
Jaegeuk Kim
1
-2
/
+9
2018-03-13
f2fs: issue discard aggressively in the gc_urgent mode
Jaegeuk Kim
1
-6
/
+5
2018-03-13
f2fs: set readdir_ra by default
Jaegeuk Kim
1
-0
/
+1
2018-03-13
f2fs: add auto tuning for small devices
Jaegeuk Kim
2
-0
/
+16
2018-03-13
f2fs: add mount option for segment allocation policy
Jaegeuk Kim
3
-0
/
+39
2018-03-13
f2fs: don't stop GC if GC is contended
Jaegeuk Kim
1
-3
/
+4
2018-03-13
f2fs: expose extension_list sysfs entry
Chao Yu
5
-7
/
+85
[prev]
[next]