Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
79344efb93a26378a91193bed133cee42162cd81
/
fs
/
f2fs
79344ef
f2fs: read node blocks ahead when truncating blocks
by Jaegeuk Kim
· 9 years ago
e12dd7b
f2fs: fallocate data blocks in single locked node page
by Jaegeuk Kim
· 9 years ago
f61cce5
f2fs: fix inode cache leak
by Chao Yu
· 9 years ago
b5a7aef
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
by Jaegeuk Kim
· 9 years ago
09210c9
f2fs: avoid panic when truncating to max filesize
by Chao Yu
· 9 years ago
43473f9
f2fs: fix incorrect mapping in ->bmap
by Chao Yu
· 9 years ago
fb58ae2
f2fs: remove an obsolete variable
by Jaegeuk Kim
· 9 years ago
29234b1
f2fs: don't worry about inode leak in evict_inode
by Jaegeuk Kim
· 9 years ago
f51b4ce
f2fs: shrink size of struct seg_entry
by Chao Yu
· 9 years ago
bd933d4
f2fs: reuse get_extent_info
by Chao Yu
· 9 years ago
e3bc808
f2fs: remove unneeded memset when updating xattr
by Chao Yu
· 9 years ago
ae8d1db
f2fs: remove unneeded readahead in find_fsync_dnodes
by Chao Yu
· 9 years ago
4c0c294
f2fs: retry to truncate blocks in -ENOMEM case
by Jaegeuk Kim
· 9 years ago
74ef924
f2fs: fix leak of orphan inode objects
by Jaegeuk Kim
· 9 years ago
221149c
f2fs: revisit error handling flows
by Jaegeuk Kim
· 9 years ago
cb78942
f2fs: inject ENOSPC failures
by Jaegeuk Kim
· 9 years ago
c41f3cc3
f2fs: inject page allocation failures
by Jaegeuk Kim
· 9 years ago
2c63fea
f2fs: inject kmalloc failure
by Jaegeuk Kim
· 9 years ago
73faec4
f2fs: add mount option to select fault injection ratio
by Jaegeuk Kim
· 9 years ago
300e129
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
by Jaegeuk Kim
· 9 years ago
0414b00
f2fs: introduce f2fs_kmalloc to wrap kmalloc
by Jaegeuk Kim
· 9 years ago
f00d6fa
f2fs: add proc entry to show valid block bitmap
by Jaegeuk Kim
· 9 years ago
b7a15f3
f2fs: introduce macros for proc entries
by Jaegeuk Kim
· 9 years ago
3f8ab27
f2fs: factor out fsync inode entry operations
by Chao Yu
· 9 years ago
c81ced0
f2fs: fix to clear page private flag
by Chao Yu
· 9 years ago
23dc974
f2fs: fix to clear private data in page
by Chao Yu
· 9 years ago
fe216c7
f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
by Yunlong Song
· 9 years ago
da011cc
f2fs: move node pages only in victim section during GC
by Chao Yu
· 9 years ago
a4a13f5
f2fs: be aware of invalid filename length
by Chao Yu
· 9 years ago
6bfc491
f2fs: issue cache flush on direct IO
by Jaegeuk Kim
· 9 years ago
608514d
f2fs: set fsync mark only for the last dnode
by Jaegeuk Kim
· 9 years ago
c267ec1
f2fs: report unwritten status in fsync_node_pages
by Jaegeuk Kim
· 9 years ago
5268137
f2fs: split sync_node_pages with fsync_node_pages
by Jaegeuk Kim
· 9 years ago
e6e5f56
f2fs: avoid writing 0'th page in volatile writes
by Jaegeuk Kim
· 9 years ago
eca76e7
f2fs: avoid needless lock for node pages when fsyncing a file
by Jaegeuk Kim
· 9 years ago
c27753d
f2fs: flush dirty pages before starting atomic writes
by Jaegeuk Kim
· 9 years ago
63c52d7
f2fs: don't invalidate atomic page if successful
by Jaegeuk Kim
· 9 years ago
58457f1
f2fs: give -E2BIG for no space in xattr
by Jaegeuk Kim
· 9 years ago
4da7bf5
f2fs: remove redundant condition check
by Jaegeuk Kim
· 9 years ago
26dc3d4
f2fs: unset atomic/volatile flag in f2fs_release_file
by Jaegeuk Kim
· 9 years ago
de5307e
f2fs: fix dropping inmemory pages in a wrong time
by Jaegeuk Kim
· 9 years ago
ff37355
f2fs: add BUG_ON to avoid unnecessary flow
by Jaegeuk Kim
· 9 years ago
4a6de50
f2fs: use PGP_LOCK to check its truncation
by Jaegeuk Kim
· 9 years ago
675f10b
f2fs: fix to convert inline directory correctly
by Chao Yu
· 9 years ago
8c11a53
f2fs: show current mount status
by Jaegeuk Kim
· 9 years ago
faa0e55
f2fs: treat as a normal umount when remounting ro
by Jaegeuk Kim
· 9 years ago
6781eab
f2fs: give -EINVAL for norecovery and rw mount
by Jaegeuk Kim
· 9 years ago
df728b0
f2fs: recover superblock at RW remounts
by Jaegeuk Kim
· 9 years ago
f2353d7
f2fs: give RO message when recovering superblock
by Jaegeuk Kim
· 9 years ago
b32e448
fscrypto: don't let data integrity writebacks fail with ENOMEM
by Jaegeuk Kim
· 9 years ago
33b1395
f2fs: use dget_parent and file_dentry in f2fs_file_open
by Jaegeuk Kim
· 9 years ago
c7e82c6
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b2dde6f
f2fs: retrieve IO write stat from the right place
by Shuoran Liu
· 9 years ago
c90e09f
f2fs crypto: fix corrupted symlink in encrypted case
by Jaegeuk Kim
· 9 years ago
fd69473
f2fs: cover large section in sanity check of super
by Jaegeuk Kim
· 9 years ago
12bb0a8
f2fs: submit node page write bios when really required
by Jaegeuk Kim
· 9 years ago
fff4c55
f2fs: add missing argument to f2fs_setxattr stub
by Arnd Bergmann
· 9 years ago
d726732
f2fs: fix to avoid unneeded unlock_new_inode
by Chao Yu
· 9 years ago
291bf80
f2fs: clean up opened code with f2fs_update_dentry
by Chao Yu
· 9 years ago
17a0ee5
f2fs: declare static functions
by Jaegeuk Kim
· 9 years ago
43b6573
f2fs: use cryptoapi crc32 functions
by Keith Mok
· 9 years ago
999270d
f2fs: modify the readahead method in ra_node_page()
by Fan Li
· 9 years ago
8074bb5
f2fs crypto: sync ext4_lookup and ext4_file_open
by Jaegeuk Kim
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago
59692b7
f2fs: mutex can't be used by down_write_nest_lock()
by Yang Shi
· 9 years ago
8c2b143
f2fs: recovery missing dot dentries in root directory
by Liu Xue
· 9 years ago
19c7377
f2fs: fix to avoid deadlock when merging inline data
by Chao Yu
· 9 years ago
406657d
f2fs: introduce f2fs_flush_merged_bios for cleanup
by Chao Yu
· 9 years ago
f28b343
f2fs: introduce f2fs_update_data_blkaddr for cleanup
by Chao Yu
· 9 years ago
4356e48
f2fs crypto: fix incorrect positioning for GCing encrypted data page
by Chao Yu
· 9 years ago
80dd9c0
f2fs: fix incorrect upper bound when iterating inode mapping tree
by Chao Yu
· 9 years ago
0ff2164
f2fs: avoid hungtask problem caused by losing wake_up
by Yunlei He
· 9 years ago
7a9d754
f2fs: trace old block address for CoWed page
by Chao Yu
· 9 years ago
9a4cbc9
f2fs: try to flush inode after merging inline data
by Chao Yu
· 9 years ago
41214b3
f2fs: show more info about superblock recovery
by Chao Yu
· 9 years ago
17d899d
f2fs: fix the wrong stat count of calling gc
by Chao Yu
· 9 years ago
4ce5377
f2fs: remain last victim segment number ascending order
by Jaegeuk Kim
· 9 years ago
8060656
f2fs: reuse read_inline_data for f2fs_convert_inline_page
by Shawn Lin
· 9 years ago
993a049
f2fs: fix to delete old dirent in converted inline directory in ->rename
by Chao Yu
· 9 years ago
9def1e9
f2fs: detect error of update_dent_inode in ->rename
by Chao Yu
· 9 years ago
984ec63
f2fs: move sanity checking of cp into get_valid_checkpoint
by Shawn Lin
· 9 years ago
2b39e90
f2fs: slightly reorganize read_raw_super_block
by Shawn Lin
· 9 years ago
1515aef
f2fs: reorder nat cache lock in cache_nat_entry
by Chao Yu
· 9 years ago
b7ad751
f2fs: split journal cache from curseg cache
by Chao Yu
· 9 years ago
e9f5b8b
f2fs: enhance IO path with block plug
by Chao Yu
· 9 years ago
dfc08a1
f2fs: introduce f2fs_journal struct to wrap journal info
by Chao Yu
· 9 years ago
922ec35
f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink
by Chao Yu
· 9 years ago
ae10866
f2fs crypto: handle unexpected lack of encryption keys
by Chao Yu
· 9 years ago
ed3360a
f2fs crypto: make sure the encryption info is initialized on opendir(2)
by Chao Yu
· 9 years ago
28bc106
f2fs: support revoking atomic written pages
by Chao Yu
· 9 years ago
29b96b5
f2fs: split drop_inmem_pages from commit_inmem_pages
by Chao Yu
· 9 years ago
7d9dfa1
f2fs: avoid garbage lenghs in dentries
by Jaegeuk Kim
· 9 years ago
a263669
f2fs crypto: sync with ext4's fname padding
by Jaegeuk Kim
· 9 years ago
60b286c
f2fs: use correct errno
by Jaegeuk Kim
· 9 years ago
745e849
f2fs crypto: add missing locking for keyring_key access
by Jaegeuk Kim
· 9 years ago
1dafa51
f2fs crypto: check for too-short encrypted file names
by Jaegeuk Kim
· 9 years ago
ce855a3
f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
by Jaegeuk Kim
· 9 years ago
0fac2d5
f2fs crypto: fix spelling typo in comment
by Jaegeuk Kim
· 9 years ago
66aa3e1
f2fs crypto: replace some BUG_ON()'s with error checks
by Jaegeuk Kim
· 9 years ago
Next »