index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
Revert "f2fs: return wrong error number on f2fs_quota_write"
Jaegeuk Kim
1
-1
/
+1
2017-10-26
f2fs: remove obsolete pointer for truncate_xattr_node
Jaegeuk Kim
3
-8
/
+6
2017-10-26
f2fs: retry ENOMEM for quota_read|write
Jaegeuk Kim
1
-3
/
+13
2017-10-26
f2fs: limit # of inmemory pages
Jaegeuk Kim
6
-0
/
+55
2017-10-26
f2fs: update ctx->pos correctly when hitting hole in directory
Chao Yu
1
-2
/
+1
2017-10-26
f2fs: relocate readahead codes in readdir()
Chao Yu
1
-5
/
+5
2017-10-26
f2fs: allow readdir() to be interrupted
Chao Yu
1
-0
/
+9
2017-10-26
f2fs: trace f2fs_readdir
Chao Yu
1
-5
/
+9
2017-10-26
f2fs: trace f2fs_lookup
Chao Yu
1
-17
/
+32
2017-10-26
f2fs: skip searching non-exist range in truncate_hole
Weichao Guo
1
-1
/
+1
2017-10-26
f2fs: expose some sectors to user in inline data or dentry case
Jaegeuk Kim
1
-0
/
+6
2017-10-26
f2fs: avoid stale fi->gdirty_list pointer
Jaegeuk Kim
1
-1
/
+3
2017-10-26
f2fs/crypto: drop crypto key at evict_inode only
Jaegeuk Kim
1
-1
/
+0
2017-10-26
f2fs: fix to avoid race when accessing last_disk_size
Chao Yu
3
-2
/
+15
2017-10-26
f2fs: Fix bool initialization/comparison
Thomas Meyer
1
-2
/
+2
2017-10-26
f2fs: give up CP_TRIMMED_FLAG if it drops discards
Chao Yu
3
-6
/
+14
2017-10-26
f2fs: trace f2fs_remove_discard
Chao Yu
1
-0
/
+2
2017-10-26
f2fs: reduce cmd_lock coverage in __issue_discard_cmd
Chao Yu
1
-8
/
+10
2017-10-26
f2fs: split discard policy
Chao Yu
4
-96
/
+88
2017-10-26
f2fs: wrap discard policy
Chao Yu
2
-10
/
+40
2017-10-26
f2fs: support issuing/waiting discard in range
Chao Yu
3
-23
/
+109
2017-10-18
fscrypt: remove unneeded empty fscrypt_operations structs
Eric Biggers
1
-3
/
+2
2017-10-18
fscrypt: remove ->is_encrypted()
Eric Biggers
1
-2
/
+0
2017-10-18
fs, fscrypt: add an S_ENCRYPTED inode flag
Eric Biggers
2
-1
/
+5
2017-10-18
fscrypt: clean up include file mess
Dave Chinner
1
-5
/
+3
2017-10-10
f2fs: fix to flush multiple device in checkpoint
Chao Yu
4
-0
/
+41
2017-10-10
f2fs: enhance multiple device flush
Chao Yu
9
-21
/
+86
2017-10-10
f2fs: fix to show ino management cache size correctly
Chao Yu
1
-1
/
+1
2017-10-10
f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
Chao Yu
1
-2
/
+4
2017-10-10
f2fs: obsolete ALLOC_NID_LIST list
Chao Yu
5
-73
/
+64
2017-10-10
f2fs: convert inline data for direct I/O & FI_NO_PREALLOC
Weichao Guo
1
-5
/
+8
2017-10-10
f2fs: allow readpages with NULL file pointer
Hsiang Kao
1
-1
/
+1
2017-10-10
f2fs: show flush list status in sysfs
Chao Yu
2
-2
/
+6
2017-10-10
f2fs: introduce read_xattr_block
Chao Yu
1
-26
/
+24
2017-10-10
f2fs: introduce read_inline_xattr
Chao Yu
1
-30
/
+29
2017-10-10
Revert "f2fs: reuse nids more aggressively"
Chao Yu
1
-4
/
+0
2017-10-10
Revert "f2fs: node segment is prior to data segment selected victim"
Yunlong Song
1
-11
/
+1
2017-10-03
f2fs: fix potential panic during fstrim
Chao Yu
3
-5
/
+5
2017-09-12
Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
18
-484
/
+2062
2017-09-12
f2fs: hurry up to issue discard after io interruption
Chao Yu
1
-2
/
+15
2017-09-12
f2fs: fix to show correct discard_granularity in sysfs
Chao Yu
1
-0
/
+2
2017-09-12
f2fs: detect dirty inode in evict_inode
Chao Yu
1
-0
/
+3
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-08
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
1
-1
/
+4
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-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+4
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
[prev]
[next]