Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
4ddb1a4d4dc20642073b7d92400a67b67601fe6f
/
fs
4ddb1a4
f2fs: clean up some macros in terms of GET_SEGNO
by Jaegeuk Kim
· 8 years ago
302bd34
f2fs: clean up get_valid_blocks with consistent parameter
by Jaegeuk Kim
· 8 years ago
63fcf8e
f2fs: use segment number for get_valid_blocks
by Jaegeuk Kim
· 8 years ago
68afcf2
f2fs: guard macro variables with braces
by Tomohiro Kusumi
· 8 years ago
771a9a7
f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b
by Tomohiro Kusumi
· 8 years ago
fa64a00
f2fs: prevent waiter encountering incorrect discard states
by Chao Yu
· 8 years ago
d431413
f2fs: introduce f2fs_wait_discard_bios
by Chao Yu
· 8 years ago
22d375d
f2fs: split discard_cmd_list
by Chao Yu
· 8 years ago
c6f82fe9
Revert "f2fs: put allocate_segment after refresh_sit_entry"
by Jaegeuk Kim
· 8 years ago
64c24ec
f2fs: split make_dentry_ptr() into block and inline versions
by Tomohiro Kusumi
· 8 years ago
d1b3e72
f2fs: submit bio of in-place-update pages
by Jaegeuk Kim
· 8 years ago
fc2e287
f2fs: remove the redundant variable definition
by Kaixu Xia
· 8 years ago
687de7f
f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE
by Jaegeuk Kim
· 8 years ago
ef095d1
f2fs: write small sized IO to hot log
by Jaegeuk Kim
· 8 years ago
a7eeb823
f2fs: use bitmap in discard_entry
by Chao Yu
· 8 years ago
f099405
f2fs: clean up destroy_discard_cmd_control
by Chao Yu
· 8 years ago
5f32366
f2fs: count discard command entry
by Chao Yu
· 8 years ago
8b8dd65
f2fs: show issued flush/discard count
by Chao Yu
· 8 years ago
c13ff37
f2fs: relax node version check for victim data in gc
by Jaegeuk Kim
· 8 years ago
796dbbf
f2fs: start SSR much eariler to avoid FG_GC
by Jaegeuk Kim
· 8 years ago
7a20b8a
f2fs: allocate node and hot data in the beginning of partition
by Jaegeuk Kim
· 8 years ago
c541a51
f2fs: fix wrong max cost initialization
by Jaegeuk Kim
· 8 years ago
59c9081
f2fs: allow write page cache when writting cp
by Yunlei He
· 8 years ago
22588f8
f2fs: don't reserve additional space in xattr block
by Chao Yu
· 8 years ago
89e9eab
f2fs: clean up xattr operation
by Chao Yu
· 8 years ago
99f4b91
f2fs: don't track volatile file in dirty inode list
by Chao Yu
· 8 years ago
648d50b
f2fs: show the max number of volatile operations
by Chao Yu
· 8 years ago
30a61dd
f2fs: fix race condition in between free nid allocator/initializer
by Chao Yu
· 8 years ago
5f4c3de
f2fs: use set_page_private marcro in f2fs_trace_pid
by Yunlei He
· 8 years ago
9897159
f2fs: fix recording invalid last_victim
by Chao Yu
· 8 years ago
8f73cbb
f2fs: more reasonable mem_size calculating of ino_entry
by Kinglong Mee
· 8 years ago
70874fb
f2fs: calculate the f2fs_stat_info into base_mem
by Kinglong Mee
· 8 years ago
684ca7e
f2fs: avoid stat_inc_atomic_write for non-atomic file
by Kinglong Mee
· 8 years ago
c6f89df
f2fs: sanity check of crc_offset from raw checkpoint
by Kinglong Mee
· 8 years ago
d03ba4c
f2fs: cleanup the disk level filename updating
by Kinglong Mee
· 8 years ago
346fe75
f2fs: cover update_free_nid_bitmap with nid_list_lock
by Chao Yu
· 8 years ago
a83d50b
f2fs: fix bad prefetchw of NULL page
by Kinglong Mee
· 8 years ago
bd4667c
f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode
by Kinglong Mee
· 8 years ago
d756386
f2fs: move mnt_want_write_file after arguments checking
by Kinglong Mee
· 8 years ago
46e82fb
f2fs: check new size by inode_newsize_ok in f2fs_insert_range
by Kinglong Mee
· 8 years ago
3cecfa5
f2fs: avoid copy date to user-space if move file range fail
by Kinglong Mee
· 8 years ago
087d3d8b
f2fs: drop duplicate new_size assign in f2fs_zero_range
by Kinglong Mee
· 8 years ago
8a6aa32
f2fs: adjust the way of calculating nat block
by Fan Li
· 8 years ago
14b44d2
f2fs: add fault injection on f2fs_truncate
by Jaegeuk Kim
· 8 years ago
1941d7b
f2fs: check range before defragment
by Sheng Yong
· 8 years ago
b0beab5
f2fs: use parameter max_items instead of PIDVEC_SIZE
by Sheng Yong
· 8 years ago
3d6a650
f2fs: add a punch discard command function
by Yunlei He
· 8 years ago
c81abe3
f2fs: allocate a bio for discarding when actually issuing it
by Jaegeuk Kim
· 8 years ago
a29d0e0
f2fs: skip writeback meta pages if cp_mutex acquire failed
by Yunlei He
· 8 years ago
5ce4738
f2fs: show more precise message on orphan recovery failure
by Jaegeuk Kim
· 8 years ago
fc7d5bc
f2fs: remove dead macro PGOFS_OF_NEXT_DNODE
by Kinglong Mee
· 8 years ago
0b28b71
f2fs: drop duplicate radix tree lookup of nat_entry_set
by Kinglong Mee
· 8 years ago
20fda56b
f2fs: make sure trace all f2fs_issue_flush
by Kinglong Mee
· 8 years ago
8ff0971
f2fs: don't allow volatile writes for non-regular file
by Chao Yu
· 8 years ago
e811898
f2fs: don't allow atomic writes for not regular files
by Jaegeuk Kim
· 8 years ago
8c242db
f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer
by Jaegeuk Kim
· 8 years ago
aa51d08
f2fs: build stat_info before orphan inode recovery
by Jaegeuk Kim
· 8 years ago
10a875f
f2fs: fix the fault of calculating blkstart twice
by Kinglong Mee
· 8 years ago
e2f0e96
f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode
by Kinglong Mee
· 8 years ago
4f1bca9
f2fs: don't allow to get pino when filename is encrypted
by Jaegeuk Kim
· 8 years ago
8c1b3c0
f2fs: fix wrong error injection for evict_inode
by Jaegeuk Kim
· 8 years ago
10047f5
f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count
by Kinglong Mee
· 8 years ago
b71dead
f2fs: le16_to_cpu for xattr->e_value_size
by Jaegeuk Kim
· 8 years ago
4f29544
f2fs: don't need to invalidate wrong node page
by Jaegeuk Kim
· 8 years ago
a78aaa2
f2fs: fix an error return value in truncate_partial_data_page
by Yunlei He
· 8 years ago
7041d5d
f2fs: combine nat_bits and free_nid_bitmap cache
by Chao Yu
· 8 years ago
586d149
f2fs: skip scanning free nid bitmap of full NAT blocks
by Chao Yu
· 8 years ago
23380b8
f2fs: use __set{__clear}_bit_le
by Jaegeuk Kim
· 8 years ago
9f7e4a2
f2fs: declare static functions
by Jaegeuk Kim
· 8 years ago
720037f
f2fs: don't overwrite node block by SSR
by Jaegeuk Kim
· 8 years ago
8841b5f
Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
da066f3
pNFS/flexfiles: never nfs4_mark_deviceid_unavailable
by Weston Andros Adamson
· 8 years ago
a33e4b0
pNFS: return status from nfs4_pnfs_ds_connect
by Weston Andros Adamson
· 8 years ago
0338533
NFSv4.1 respect server's max size in CREATE_SESSION
by Olga Kornievskaia
· 8 years ago
6351323
NFS prevent double free in async nfs4_exchange_id
by Olga Kornievskaia
· 8 years ago
05fae7b
nfs: make nfs4_cb_sv_ops static
by Jason Yan
· 8 years ago
38a3310
NFS: fix the fault nrequests decreasing for nfs_inode COPY
by Kinglong Mee
· 8 years ago
57fd0b7
Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
d11507e
Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
c5051c7
afs: Don't wait for page writeback with the page lock held
by David Howells
· 8 years ago
65a1510
afs: ->writepage() shouldn't call clear_page_dirty_for_io()
by David Howells
· 8 years ago
954cd6d
afs: Fix abort on signal while waiting for call completion
by David Howells
· 8 years ago
445783d
afs: Fix an off-by-one error in afs_send_pages()
by David Howells
· 8 years ago
7286a35
afs: Fix afs_kill_pages()
by David Howells
· 8 years ago
6d06b0d
afs: Fix page leak in afs_write_begin()
by David Howells
· 8 years ago
68ae849
afs: Don't set PG_error on local EINTR or ENOMEM when filling a page
by David Howells
· 8 years ago
ab94f5d
afs: Populate and use client modification time
by Marc Dionne
· 8 years ago
70af0e3
afs: Better abort and net error handling
by David Howells
· 8 years ago
1157f15
afs: Invalid op ID should abort with RXGEN_OPCODE
by David Howells
· 8 years ago
146a119
afs: Fix the maths in afs_fs_store_data()
by David Howells
· 8 years ago
2f5705a
afs: Use a bvec rather than a kvec in afs_send_pages()
by David Howells
· 8 years ago
6a0e399
afs: Make struct afs_read::remain 64-bit
by David Howells
· 8 years ago
29f0698
afs: Fix AFS read bug
by David Howells
· 8 years ago
56e7143
afs: Prevent callback expiry timer overflow
by Tina Ruchandani
· 8 years ago
8a79790
afs: Migrate vlocation fields to 64-bit
by Tina Ruchandani
· 8 years ago
df8a09d
afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 8 years ago
1d7e4eb
afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 8 years ago
944c74f
afs: Distinguish mountpoints from symlinks by file mode alone
by David Howells
· 8 years ago
58fed94
afs: Flush outstanding writes when an fd is closed
by David Howells
· 8 years ago
e8e581a
afs: Handle a short write to an AFS page
by David Howells
· 8 years ago
Next »