index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-12
f2fs: fix not to set fsync/dentry mark
Jaegeuk Kim
1
-0
/
+3
2017-04-12
f2fs: allocate hot_data for atomic writes
Jaegeuk Kim
1
-0
/
+1
2017-04-12
f2fs: give time to flush dirty pages for checkpoint
Jaegeuk Kim
1
-0
/
+3
2017-04-12
f2fs: fix fs corruption due to zero inode page
Jaegeuk Kim
2
-11
/
+11
2017-04-12
f2fs: shrink blk plug region
Chao Yu
1
-4
/
+2
2017-04-11
f2fs: extract rb-tree operation infrastructure
Chao Yu
2
-132
/
+179
2017-04-11
f2fs: avoid frequent checkpoint during f2fs_gc
Jaegeuk Kim
1
-3
/
+5
2017-04-10
f2fs: clean up some macros in terms of GET_SEGNO
Jaegeuk Kim
6
-42
/
+45
2017-04-10
f2fs: clean up get_valid_blocks with consistent parameter
Jaegeuk Kim
5
-15
/
+15
2017-04-10
f2fs: use segment number for get_valid_blocks
Jaegeuk Kim
1
-2
/
+4
2017-04-10
f2fs: guard macro variables with braces
Tomohiro Kusumi
5
-70
/
+70
2017-04-10
f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b
Tomohiro Kusumi
1
-1
/
+1
2017-04-10
f2fs: prevent waiter encountering incorrect discard states
Chao Yu
1
-4
/
+5
2017-04-10
f2fs: introduce f2fs_wait_discard_bios
Chao Yu
3
-17
/
+24
2017-04-10
f2fs: split discard_cmd_list
Chao Yu
2
-18
/
+32
2017-04-10
Revert "f2fs: put allocate_segment after refresh_sit_entry"
Jaegeuk Kim
1
-5
/
+4
2017-04-05
f2fs: split make_dentry_ptr() into block and inline versions
Tomohiro Kusumi
3
-26
/
+24
2017-04-05
f2fs: submit bio of in-place-update pages
Jaegeuk Kim
3
-4
/
+7
2017-04-05
f2fs: remove the redundant variable definition
Kaixu Xia
1
-1
/
+0
2017-04-05
f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE
Jaegeuk Kim
3
-2
/
+18
2017-04-05
f2fs: write small sized IO to hot log
Jaegeuk Kim
6
-7
/
+21
2017-04-05
f2fs: use bitmap in discard_entry
Chao Yu
2
-35
/
+43
2017-04-05
f2fs: clean up destroy_discard_cmd_control
Chao Yu
1
-7
/
+9
2017-04-05
f2fs: count discard command entry
Chao Yu
3
-3
/
+15
2017-04-05
f2fs: show issued flush/discard count
Chao Yu
3
-25
/
+45
2017-03-29
f2fs: relax node version check for victim data in gc
Jaegeuk Kim
1
-2
/
+4
2017-03-29
f2fs: start SSR much eariler to avoid FG_GC
Jaegeuk Kim
1
-1
/
+1
2017-03-29
f2fs: allocate node and hot data in the beginning of partition
Jaegeuk Kim
3
-2
/
+23
2017-03-28
f2fs: fix wrong max cost initialization
Jaegeuk Kim
1
-1
/
+1
2017-03-25
f2fs: allow write page cache when writting cp
Yunlei He
5
-24
/
+58
2017-03-24
f2fs: don't reserve additional space in xattr block
Chao Yu
2
-6
/
+5
2017-03-24
f2fs: clean up xattr operation
Chao Yu
2
-15
/
+13
2017-03-24
f2fs: don't track volatile file in dirty inode list
Chao Yu
1
-1
/
+3
2017-03-24
f2fs: show the max number of volatile operations
Chao Yu
3
-3
/
+30
2017-03-24
f2fs: fix race condition in between free nid allocator/initializer
Chao Yu
1
-18
/
+45
2017-03-24
f2fs: use set_page_private marcro in f2fs_trace_pid
Yunlei He
1
-1
/
+1
2017-03-24
f2fs: fix recording invalid last_victim
Chao Yu
1
-0
/
+1
2017-03-21
f2fs: more reasonable mem_size calculating of ino_entry
Kinglong Mee
1
-2
/
+3
2017-03-21
f2fs: calculate the f2fs_stat_info into base_mem
Kinglong Mee
1
-1
/
+5
2017-03-21
f2fs: avoid stat_inc_atomic_write for non-atomic file
Kinglong Mee
1
-3
/
+7
2017-03-21
f2fs: sanity check of crc_offset from raw checkpoint
Kinglong Mee
1
-1
/
+1
2017-03-21
f2fs: cleanup the disk level filename updating
Kinglong Mee
5
-62
/
+4
2017-03-21
f2fs: cover update_free_nid_bitmap with nid_list_lock
Chao Yu
2
-17
/
+11
2017-03-21
f2fs: fix bad prefetchw of NULL page
Kinglong Mee
1
-1
/
+2
2017-03-21
f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode
Kinglong Mee
3
-20
/
+13
2017-03-21
f2fs: move mnt_want_write_file after arguments checking
Kinglong Mee
1
-26
/
+18
2017-03-21
f2fs: check new size by inode_newsize_ok in f2fs_insert_range
Kinglong Mee
1
-2
/
+3
2017-03-21
f2fs: avoid copy date to user-space if move file range fail
Kinglong Mee
1
-0
/
+2
2017-03-21
f2fs: drop duplicate new_size assign in f2fs_zero_range
Kinglong Mee
1
-2
/
+0
2017-03-21
f2fs: adjust the way of calculating nat block
Fan Li
1
-3
/
+6
[next]