Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4d93a43dafdac4e226c111803df0cfed04f4e107
/
fs
4d93a43
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
12034c7
ceph: use pagevec_lookup_range_nr_tag()
by Jan Kara
· 7 years ago
88c6c1f
nilfs2: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
aa70b70
gfs2: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
c446430
f2fs: use find_get_pages_tag() for looking up single page
by Jan Kara
· 7 years ago
45ec63b
f2fs: simplify page iteration loops
by Jan Kara
· 7 years ago
e067365
f2fs: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
d7a592f
ext4: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
b433151
ceph: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
e286666
btrfs: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
158d9bb
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 6 years ago
2089317
f2fs: fix to initialize min_mtime with ULLONG_MAX
by Chao Yu
· 7 years ago
a301e76
f2fs: fix to let checkpoint guarantee atomic page persistence
by Chao Yu
· 7 years ago
2d96ad5
f2fs: fix to initialize i_current_depth according to inode type
by Chao Yu
· 7 years ago
6b7c7b4
Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"
by Chao Yu
· 7 years ago
04fa5dc
f2fs: don't drop any page on f2fs_cp_error() case
by Jaegeuk Kim
· 7 years ago
0aca14f
f2fs: fix spelling mistake: "extenstion" -> "extension"
by Colin Ian King
· 7 years ago
6abb033
f2fs: enhance sanity_check_raw_super() to avoid potential overflows
by Jaegeuk Kim
· 7 years ago
f921fa8
f2fs: treat volatile file's data as hot one
by Chao Yu
· 7 years ago
a2cbd9b
f2fs: introduce release_discard_addr() for cleanup
by Chao Yu
· 7 years ago
54f4378
f2fs: fix potential overflow
by Chao Yu
· 7 years ago
f6bd7d4
f2fs: rename dio_rwsem to i_gc_rwsem
by Chao Yu
· 7 years ago
48698e4
f2fs: move mnt_want_write_file after range check
by Yunlei He
· 7 years ago
707f7ae
f2fs: fix missing clear FI_NO_PREALLOC in some error case
by Yunlei He
· 7 years ago
d487b15
f2fs: enforce fsync_mode=strict for renamed directory
by Jaegeuk Kim
· 7 years ago
1c7d5f0
f2fs: sanity check for total valid node blocks
by Jaegeuk Kim
· 7 years ago
0f0b18a
f2fs: sanity check on sit entry
by Jaegeuk Kim
· 7 years ago
60143bf
f2fs: avoid bug_on on corrupted inode
by Jaegeuk Kim
· 7 years ago
b733d01
f2fs: give message and set need_fsck given broken node id
by Jaegeuk Kim
· 7 years ago
0b4d0d0
f2fs: clean up commit_inmem_pages()
by Chao Yu
· 7 years ago
80ee152
f2fs: do not check F2FS_INLINE_DOTS in recover
by Sheng Yong
· 7 years ago
78d089f
f2fs: remove duplicated dquot_initialize and fix error handling
by Sheng Yong
· 7 years ago
198f637
f2fs: stop issue discard if something wrong with f2fs
by Yunlei He
· 7 years ago
2f903ef
f2fs: fix return value in f2fs_ioc_commit_atomic_write
by Chao Yu
· 7 years ago
5bdfc7e
f2fs: allocate hot_data for atomic write more strictly
by Yunlei He
· 7 years ago
51ad179
f2fs: check if inmem_pages list is empty correctly
by Sheng Yong
· 7 years ago
72823f4
f2fs: fix race in between GC and atomic open
by Chao Yu
· 7 years ago
97d0c4e
f2fs: change le32 to le16 of f2fs_inode->i_extra_size
by Zhikang Zhang
· 7 years ago
5a60d4c
f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries
by Zhikang Zhang
· 7 years ago
aa8b4b9
f2fs: correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
03a2243
f2fs: fix to show missing bits in FS_IOC_GETFLAGS
by Chao Yu
· 7 years ago
a0bbb36
f2fs: remove unneeded F2FS_PROJINHERIT_FL
by Chao Yu
· 7 years ago
7aee058
f2fs: don't use GFP_ZERO for page caches
by Chao Yu
· 7 years ago
addb448
f2fs: issue all big range discards in umount process
by Yunlei He
· 7 years ago
dc93e58
f2fs: remove redundant block plug
by Chao Yu
· 7 years ago
d1aee08
f2fs: remove unmatched zero_user_segment when convert inline dentry
by Yunlong Song
· 7 years ago
9bafde6
f2fs: introduce private inode status mapping
by Chao Yu
· 7 years ago
a4842a1
fscrypt: log the crypto algorithm implementations
by Eric Biggers
· 6 years ago
c16d27e
fscrypt: add Speck128/256 support
by Eric Biggers
· 7 years ago
08ac722
fscrypt: only derive the needed portion of the key
by Eric Biggers
· 7 years ago
24cc7a8
fscrypt: separate key lookup from key derivation
by Eric Biggers
· 7 years ago
78275d8
fscrypt: use a common logging function
by Eric Biggers
· 7 years ago
56733c6
fscrypt: remove internal key size constants
by Eric Biggers
· 7 years ago
9add02d
fscrypt: remove unnecessary check for non-logon key type
by Eric Biggers
· 7 years ago
4ddc3a8
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
6cf4ea2
fscrypt: drop empty name check from fname_decrypt()
by Eric Biggers
· 7 years ago
e2a5784
fscrypt: drop max_namelen check from fname_decrypt()
by Eric Biggers
· 7 years ago
d367939
fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
by Eric Biggers
· 7 years ago
1cfd158
fscrypt: don't clear flags on crypto transform
by Eric Biggers
· 7 years ago
cfd1d7b
fscrypt: remove stale comment from fscrypt_d_revalidate()
by Eric Biggers
· 7 years ago
1e04ac8
fscrypt: remove error messages for skcipher_request_alloc() failure
by Eric Biggers
· 7 years ago
c6b42b9
fscrypt: remove unnecessary NULL check when allocating skcipher
by Eric Biggers
· 7 years ago
3866025
fscrypt: clean up after fscrypt_prepare_lookup() conversions
by Eric Biggers
· 7 years ago
b711ad8
ext4: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
f9866de
fscrypt: use unbound workqueue for decryption
by Eric Biggers
· 7 years ago
3ccf9ee
f2fs: run fstrim asynchronously if runtime discard is on
by Jaegeuk Kim
· 6 years ago
cea3ae5
f2fs: turn down IO priority of discard from background
by Chao Yu
· 7 years ago
0357a0f
f2fs: don't split checkpoint in fstrim
by Chao Yu
· 7 years ago
4105909
f2fs: issue discard commands proactively in high fs utilization
by Jaegeuk Kim
· 6 years ago
3a38cf1
f2fs: add fsync_mode=nobarrier for non-atomic files
by Jaegeuk Kim
· 6 years ago
8f6a2e7
f2fs: let fstrim issue discard commands in lower priority
by Jaegeuk Kim
· 6 years ago
5b37ebb
f2fs: avoid fsync() failure caused by EAGAIN in writepage()
by Jaegeuk Kim
· 7 years ago
f453147
f2fs: clear PageError on writepage - part 2
by Jaegeuk Kim
· 7 years ago
c8fb245
f2fs: check cap_resource only for data blocks
by Jaegeuk Kim
· 7 years ago
95459e9
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
by Jaegeuk Kim
· 7 years ago
926b370
f2fs: clear PageError on writepage
by Jaegeuk Kim
· 7 years ago
e605f83
f2fs: call unlock_new_inode() before d_instantiate()
by Eric Biggers
· 7 years ago
f69e814
f2fs: refactor read path to allow multiple postprocessing steps
by Eric Biggers
· 7 years ago
0509923
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
ac389af
f2fs: remain written times to update inode during fsync
by Jaegeuk Kim
· 7 years ago
270deeb
f2fs: make assignment of t->dentry_bitmap more readable
by Yunlong Song
· 7 years ago
a4fa11c
f2fs: truncate preallocated blocks in error case
by Jaegeuk Kim
· 7 years ago
4478970
f2fs: fix a wrong condition in f2fs_skip_inode_update
by Junling Zheng
· 7 years ago
29cead5
f2fs: reserve bits for fs-verity
by Eric Biggers
· 7 years ago
848b293
f2fs: Add a segment type check in inplace write
by Yunlei He
· 7 years ago
2dc8f5a
f2fs: no need to initialize zero value for GFP_F2FS_ZERO
by Yunlong Song
· 7 years ago
83b9bb9
f2fs: don't track new nat entry in nat set
by Chao Yu
· 7 years ago
a33ce03
f2fs: clean up with F2FS_BLK_ALIGN
by Chao Yu
· 7 years ago
a3f8ec8
f2fs: check blkaddr more accuratly before issue a bio
by Yunlei He
· 7 years ago
034f11e
f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read
by Ritesh Harjani
· 7 years ago
aa5bcfd
f2fs: introduce a new mount option test_dummy_encryption
by Sheng Yong
· 7 years ago
9b880fe
f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
by Sheng Yong
· 7 years ago
80d6489
f2fs: release locks before return in f2fs_ioc_gc_range()
by Qiuyang Sun
· 7 years ago
9f1896c
f2fs: align memory boundary for bitops
by Jaegeuk Kim
· 7 years ago
c7930ee8
f2fs: remove unneeded set_cold_node()
by Chao Yu
· 7 years ago
355d234
f2fs: add nowait aio support
by Hyunchul Lee
· 7 years ago
e9a50e6
f2fs: wrap all options with f2fs_sb_info.mount_opt
by Chao Yu
· 7 years ago
b6d2ec8
f2fs: Don't overwrite all types of node to keep node chain
by Yunlei He
· 7 years ago
9a95481
f2fs: introduce mount option for fsync mode
by Junling Zheng
· 7 years ago
4ce4eb6
f2fs: fix to restore old mount option in ->remount_fs
by Chao Yu
· 7 years ago
Next »