index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-11
f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared
Daeho Jeong
2
-0
/
+14
2017-09-11
f2fs: speed up gc_urgent mode with SSR
Jaegeuk Kim
3
-13
/
+16
2017-09-11
f2fs: better to wait for fstrim completion
Jaegeuk Kim
1
-1
/
+6
2017-09-07
f2fs: avoid race in between read xattr & write xattr
Yunlei He
3
-0
/
+8
2017-09-07
f2fs: make get_lock_data_page to handle encrypted inode
Jaegeuk Kim
1
-58
/
+51
2017-09-05
f2fs: use generic terms used for encrypted block management
Jaegeuk Kim
5
-12
/
+15
2017-09-05
f2fs: introduce f2fs_encrypted_file for clean-up
Jaegeuk Kim
5
-10
/
+14
2017-09-05
Revert "f2fs: add a new function get_ssr_cost"
Yunlong Song
1
-10
/
+1
2017-09-05
f2fs: constify super_operations
Arvind Yadav
1
-1
/
+1
2017-09-05
f2fs: fix to wake up all sleeping flusher
Chao Yu
1
-2
/
+21
2017-09-05
f2fs: avoid race in between atomic_read & atomic_inc
Chao Yu
1
-3
/
+1
2017-09-05
f2fs: remove unneeded parameter of change_curseg
Chao Yu
1
-10
/
+8
2017-09-05
f2fs: update i_flags correctly
Chao Yu
1
-0
/
+3
2017-09-05
f2fs: don't check inode's checksum if it was dirtied or writebacked
Jaegeuk Kim
2
-2
/
+3
2017-09-05
f2fs: don't need to update inode checksum for recovery
Jaegeuk Kim
1
-2
/
+0
2017-08-29
f2fs: trigger fdatasync for non-atomic_write file
Chao Yu
1
-1
/
+1
2017-08-29
f2fs: fix to avoid race in between aio and gc
Chao Yu
1
-0
/
+3
2017-08-29
f2fs: wake up discard_thread iff there is a candidate
Jaegeuk Kim
3
-7
/
+27
2017-08-29
f2fs: return error when accessing insane flie offset
Jaegeuk Kim
1
-1
/
+5
2017-08-29
f2fs: trigger normal fsync for non-atomic_write file
Chao Yu
1
-1
/
+1
2017-08-29
f2fs: clear FI_HOT_DATA correctly
Chao Yu
2
-0
/
+3
2017-08-29
f2fs: fix out-of-order execution in f2fs_issue_flush
Chao Yu
1
-1
/
+4
2017-08-29
f2fs: issue discard commands if gc_urgent is set
Jaegeuk Kim
2
-1
/
+10
2017-08-21
f2fs: introduce discard_granularity sysfs entry
Chao Yu
4
-14
/
+121
2017-08-21
f2fs: remove unused function overprovision_sections
Yunlong Song
1
-5
/
+0
2017-08-21
f2fs: check hot_data for roll-forward recovery
Jaegeuk Kim
1
-1
/
+1
2017-08-21
f2fs: add tracepoint for f2fs_gc
Chao Yu
2
-14
/
+143
2017-08-21
f2fs: retry to revoke atomic commit in -ENOMEM case
Chao Yu
1
-2
/
+8
2017-08-21
f2fs: let fill_super handle roll-forward errors
Jaegeuk Kim
1
-2
/
+0
2017-08-21
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
3
-10
/
+11
2017-08-21
f2fs: support journalled quota
Chao Yu
5
-30
/
+412
2017-08-15
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
3
-12
/
+19
2017-08-15
f2fs: avoid unneeded sync on quota file
Chao Yu
1
-2
/
+2
2017-08-15
f2fs: introduce gc_urgent mode for background GC
Jaegeuk Kim
5
-2
/
+49
2017-08-15
f2fs: use IPU for cold files
Jaegeuk Kim
1
-0
/
+4
2017-08-15
f2fs: fix the size value in __check_sit_bitmap
Yunlong Song
1
-2
/
+5
2017-08-09
f2fs: add app/fs io stat
Chao Yu
10
-31
/
+200
2017-08-09
f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared
Yunlong Song
1
-0
/
+4
2017-08-09
f2fs: update cur_valid_map_mir together with cur_valid_map
Yunlong Song
1
-14
/
+30
2017-08-03
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
1
-1
/
+1
2017-08-03
f2fs: expose features to sysfs entry
Jaegeuk Kim
1
-26
/
+130
2017-08-03
f2fs: support inode checksum
Chao Yu
6
-1
/
+119
2017-08-03
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
1
-1
/
+1
2017-08-03
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
3
-8
/
+13
2017-07-31
f2fs: introduce f2fs_statfs_project
Chao Yu
1
-0
/
+48
2017-07-31
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
Chao Yu
2
-28
/
+239
2017-07-31
f2fs: don't need to wait for node writes for atomic write
Jaegeuk Kim
1
-3
/
+13
2017-07-31
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
3
-14
/
+14
2017-07-31
f2fs: support project quota
Chao Yu
8
-16
/
+109
2017-07-31
f2fs: record quota during dot{,dot} recovery
Chao Yu
1
-0
/
+4
[next]