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-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-11
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
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-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
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-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2
-3
/
+4
2017-08-21
f2fs: introduce discard_granularity sysfs entry
Chao Yu
3
-14
/
+112
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
1
-14
/
+36
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
4
-30
/
+403
2017-08-15
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
2
-9
/
+16
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
3
-2
/
+28
2017-08-15
f2fs: use IPU for cold files
Jaegeuk Kim
1
-0
/
+4
[next]