index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: rapidly GC all invalid blocks when screen goes off & plugged in
Park Ju Hyung
2018-05-23
1
-1
/
+4
*
f2fs/crypto: drop crypto key at evict_inode only
Jaegeuk Kim
2017-12-06
1
-1
/
+0
*
f2fs: give up CP_TRIMMED_FLAG if it drops discards
Chao Yu
2017-12-06
1
-2
/
+3
*
f2fs: support issuing/waiting discard in range
Chao Yu
2017-12-06
1
-1
/
+1
*
f2fs: fix to flush multiple device in checkpoint
Chao Yu
2017-12-06
1
-0
/
+3
*
f2fs: fix potential panic during fstrim
Chao Yu
2017-10-14
1
-1
/
+1
*
f2fs: Fix merge errors
jollaman999
2017-10-04
1
-1
/
+1
*
f2fs: avoid race in between read xattr & write xattr
Yunlei He
2017-10-04
1
-0
/
+1
*
f2fs: constify super_operations
Arvind Yadav
2017-10-04
1
-1
/
+1
*
f2fs: support journalled quota
Chao Yu
2017-10-04
1
-21
/
+320
*
f2fs: avoid unneeded sync on quota file
Chao Yu
2017-10-04
1
-2
/
+2
*
f2fs: add app/fs io stat
Chao Yu
2017-10-04
1
-0
/
+4
*
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
2017-10-04
1
-1
/
+1
*
f2fs: support inode checksum
Chao Yu
2017-10-04
1
-0
/
+5
*
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
2017-10-04
1
-1
/
+1
*
f2fs: introduce f2fs_statfs_project
Chao Yu
2017-10-04
1
-0
/
+48
*
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
2017-10-04
1
-6
/
+6
*
f2fs: support project quota
Chao Yu
2017-10-04
1
-0
/
+26
*
f2fs: enhance on-disk inode structure scalability
Chao Yu
2017-10-04
1
-3
/
+8
*
f2fs: make max inline size changeable
Chao Yu
2017-10-04
1
-0
/
+3
*
f2fs: make more close to v4.13-rc1
Jaegeuk Kim
2017-07-21
1
-4
/
+4
*
f2fs: support plain user/group quota
Chao Yu
2017-07-21
1
-0
/
+270
*
Revert "f2fs: fix to clean previous mount option when remount_fs"
Chao Yu
2017-07-21
1
-1
/
+0
*
f2fs: stop gc/discard thread in prior during umount
Chao Yu
2017-07-21
1
-3
/
+4
*
f2fs: introduce reserved_blocks in sysfs
Chao Yu
2017-07-21
1
-1
/
+3
*
f2fs: report # of free inodes more precisely
Jaegeuk Kim
2017-07-21
1
-3
/
+11
*
f2fs: set CP_TRIMMED_FLAG correctly
Chao Yu
2017-07-21
1
-1
/
+1
*
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
Chao Yu
2017-07-21
1
-333
/
+0
*
f2fs: clean up sysfs codes
Chao Yu
2017-07-21
1
-44
/
+72
*
f2fs: fix wrong error number of fill_super
Chao Yu
2017-07-21
1
-1
/
+4
*
f2fs: fix to show injection rate in ->show_options
Chao Yu
2017-07-21
1
-1
/
+2
*
f2fs: Fix a return value in case of error in 'f2fs_fill_super'
Christophe JAILLET
2017-07-21
1
-1
/
+3
*
f2fs: dax: fix races between page faults and truncating pages
Qiuyang Sun
2017-07-21
1
-0
/
+1
*
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
2017-07-21
1
-0
/
+2
*
f2fs: split wio_mutex
Chao Yu
2017-07-21
1
-3
/
+4
*
f2fs: split bio cache
Jaegeuk Kim
2017-07-21
1
-3
/
+18
*
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
2017-07-21
1
-4
/
+1
*
f2fs: sanity check checkpoint segno and blkoff
Jin Qian
2017-07-21
1
-0
/
+16
*
f2fs: add lazytime mount option
Jaegeuk Kim
2017-05-29
1
-0
/
+14
*
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2017-05-29
1
-0
/
+2
*
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
2017-05-21
1
-0
/
+7
*
f2fs: sanity check segment count
Jin Qian
2017-05-21
1
-0
/
+7
*
f2fs: clean up get_valid_blocks with consistent parameter
Jaegeuk Kim
2017-05-21
1
-2
/
+2
*
f2fs: introduce f2fs_wait_discard_bios
Chao Yu
2017-05-21
1
-1
/
+1
*
f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE
Jaegeuk Kim
2017-05-21
1
-0
/
+2
*
f2fs: write small sized IO to hot log
Jaegeuk Kim
2017-05-21
1
-0
/
+2
*
f2fs: allocate node and hot data in the beginning of partition
Jaegeuk Kim
2017-05-21
1
-1
/
+9
*
f2fs: allow write page cache when writting cp
Yunlei He
2017-05-21
1
-0
/
+1
*
f2fs: add fault injection on f2fs_truncate
Jaegeuk Kim
2017-05-21
1
-0
/
+1
*
f2fs: build stat_info before orphan inode recovery
Jaegeuk Kim
2017-05-21
1
-5
/
+5
[next]