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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
f2fs: fix inode cache leak
Chao Yu
2017-04-13
3
-43
/
+31
*
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
Jaegeuk Kim
2017-04-13
3
-44
/
+97
*
f2fs: avoid panic when truncating to max filesize
Chao Yu
2017-04-13
1
-1
/
+4
*
f2fs: fix incorrect mapping in ->bmap
Chao Yu
2017-04-13
1
-4
/
+7
*
f2fs: remove an obsolete variable
Jaegeuk Kim
2017-04-13
1
-3
/
+0
*
f2fs: don't worry about inode leak in evict_inode
Jaegeuk Kim
2017-04-13
1
-14
/
+2
*
f2fs: shrink size of struct seg_entry
Chao Yu
2017-04-13
1
-4
/
+5
*
f2fs: reuse get_extent_info
Chao Yu
2017-04-13
2
-6
/
+5
*
f2fs: remove unneeded memset when updating xattr
Chao Yu
2017-04-13
1
-1
/
+0
*
f2fs: remove unneeded readahead in find_fsync_dnodes
Chao Yu
2017-04-13
1
-2
/
+0
*
f2fs: retry to truncate blocks in -ENOMEM case
Jaegeuk Kim
2017-04-13
1
-1
/
+7
*
f2fs: fix leak of orphan inode objects
Jaegeuk Kim
2017-04-13
3
-5
/
+5
*
f2fs: revisit error handling flows
Jaegeuk Kim
2017-04-13
2
-32
/
+28
*
f2fs: inject ENOSPC failures
Jaegeuk Kim
2017-04-13
5
-0
/
+29
*
f2fs: inject page allocation failures
Jaegeuk Kim
2017-04-13
2
-0
/
+10
*
f2fs: inject kmalloc failure
Jaegeuk Kim
2017-04-13
2
-0
/
+35
*
f2fs: add mount option to select fault injection ratio
Jaegeuk Kim
2017-04-13
3
-0
/
+28
*
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
Jaegeuk Kim
2017-04-13
3
-9
/
+10
*
f2fs: introduce f2fs_kmalloc to wrap kmalloc
Jaegeuk Kim
2017-04-13
5
-5
/
+10
*
f2fs: add proc entry to show valid block bitmap
Jaegeuk Kim
2017-04-13
1
-1
/
+31
*
f2fs: introduce macros for proc entries
Jaegeuk Kim
2017-04-13
1
-11
/
+14
*
f2fs: factor out fsync inode entry operations
Chao Yu
2017-04-13
1
-21
/
+38
*
f2fs: fix to clear page private flag
Chao Yu
2017-04-13
1
-0
/
+1
*
f2fs: fix to clear private data in page
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
Yunlong Song
2017-04-13
1
-0
/
+1
*
f2fs: move node pages only in victim section during GC
Chao Yu
2017-04-13
3
-21
/
+36
*
f2fs: be aware of invalid filename length
Chao Yu
2017-04-13
2
-17
/
+11
*
f2fs: issue cache flush on direct IO
Jaegeuk Kim
2017-04-13
1
-2
/
+11
*
f2fs: set fsync mark only for the last dnode
Jaegeuk Kim
2017-04-13
4
-20
/
+123
*
f2fs: report unwritten status in fsync_node_pages
Jaegeuk Kim
2017-04-13
2
-8
/
+9
*
f2fs: split sync_node_pages with fsync_node_pages
Jaegeuk Kim
2017-04-13
5
-33
/
+84
*
f2fs: avoid writing 0'th page in volatile writes
Jaegeuk Kim
2017-04-13
1
-2
/
+4
*
f2fs: avoid needless lock for node pages when fsyncing a file
Jaegeuk Kim
2017-04-13
1
-3
/
+7
*
f2fs: flush dirty pages before starting atomic writes
Jaegeuk Kim
2017-04-13
1
-1
/
+10
*
f2fs: don't invalidate atomic page if successful
Jaegeuk Kim
2017-04-13
1
-2
/
+3
*
f2fs: give -E2BIG for no space in xattr
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: remove redundant condition check
Jaegeuk Kim
2017-04-13
2
-2
/
+2
*
f2fs: unset atomic/volatile flag in f2fs_release_file
Jaegeuk Kim
2017-04-13
2
-3
/
+4
*
f2fs: fix dropping inmemory pages in a wrong time
Jaegeuk Kim
2017-04-13
1
-0
/
+8
*
f2fs: add BUG_ON to avoid unnecessary flow
Jaegeuk Kim
2017-04-13
1
-5
/
+2
*
f2fs: fix to convert inline directory correctly
Chao Yu
2017-04-13
3
-41
/
+142
*
f2fs: show current mount status
Jaegeuk Kim
2017-04-13
1
-2
/
+3
*
f2fs: treat as a normal umount when remounting ro
Jaegeuk Kim
2017-04-13
1
-8
/
+10
*
f2fs: give -EINVAL for norecovery and rw mount
Jaegeuk Kim
2017-04-13
3
-7
/
+20
*
f2fs: recover superblock at RW remounts
Jaegeuk Kim
2017-04-13
2
-9
/
+28
*
f2fs: give RO message when recovering superblock
Jaegeuk Kim
2017-04-13
1
-1
/
+4
*
ext4/fscrypto: avoid RCU lookup in d_revalidate
Jaegeuk Kim
2017-04-13
1
-0
/
+4
*
fscrypto: don't let data integrity writebacks fail with ENOMEM
Jaegeuk Kim
2017-04-13
2
-19
/
+33
*
f2fs: use dget_parent and file_dentry in f2fs_file_open
Jaegeuk Kim
2017-04-13
1
-3
/
+7
*
fscrypto: use dget_parent() in fscrypt_d_revalidate()
Jaegeuk Kim
2017-04-13
1
-3
/
+8
[prev]
[next]