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
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
f2fs: trace checkpoint reason in fsync()
Chao Yu
1
-0
/
+12
2017-11-05
f2fs: fix summary info corruption
Chao Yu
1
-0
/
+2
2017-11-05
f2fs: support quota sys files
Jaegeuk Kim
1
-1
/
+8
2017-11-05
f2fs: add quota_ino feature infra
Jaegeuk Kim
1
-0
/
+6
2017-11-05
Revert "f2fs: handle dirty segments inside refresh_sit_entry"
Yunlong Song
1
-1
/
+0
2017-11-05
f2fs: export SSR allocation threshold
Chao Yu
1
-0
/
+2
2017-11-05
f2fs: give correct trimmed blocks in fstrim
Chao Yu
1
-1
/
+0
2017-11-05
f2fs: support bio allocation error injection
Chao Yu
1
-6
/
+17
2017-11-05
f2fs: support get_page error injection
Chao Yu
1
-0
/
+14
2017-11-05
f2fs: support soft block reservation
Yunlong Song
1
-2
/
+11
2017-11-05
f2fs: support flexible inline xattr size
Chao Yu
1
-13
/
+26
2017-10-26
f2fs: avoid using timespec
Arnd Bergmann
1
-2
/
+1
2017-10-26
f2fs: remove obsolete pointer for truncate_xattr_node
Jaegeuk Kim
1
-1
/
+1
2017-10-26
f2fs: limit # of inmemory pages
Jaegeuk Kim
1
-0
/
+3
2017-10-26
f2fs: fix to avoid race when accessing last_disk_size
Chao Yu
1
-2
/
+8
2017-10-26
f2fs: give up CP_TRIMMED_FLAG if it drops discards
Chao Yu
1
-1
/
+1
2017-10-26
f2fs: split discard policy
Chao Yu
1
-5
/
+12
2017-10-26
f2fs: wrap discard policy
Chao Yu
1
-1
/
+11
2017-10-26
f2fs: support issuing/waiting discard in range
Chao Yu
1
-1
/
+2
2017-10-18
fs, fscrypt: add an S_ENCRYPTED inode flag
Eric Biggers
1
-0
/
+1
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
1
-0
/
+3
2017-10-10
f2fs: enhance multiple device flush
Chao Yu
1
-3
/
+11
2017-10-10
f2fs: obsolete ALLOC_NID_LIST list
Chao Yu
1
-6
/
+9
2017-10-10
f2fs: show flush list status in sysfs
Chao Yu
1
-1
/
+2
2017-10-03
f2fs: fix potential panic during fstrim
Chao Yu
1
-1
/
+1
2017-09-11
f2fs: speed up gc_urgent mode with SSR
Jaegeuk Kim
1
-0
/
+1
2017-09-07
f2fs: avoid race in between read xattr & write xattr
Yunlei He
1
-0
/
+1
2017-09-05
f2fs: use generic terms used for encrypted block management
Jaegeuk Kim
1
-2
/
+1
2017-09-05
f2fs: introduce f2fs_encrypted_file for clean-up
Jaegeuk Kim
1
-0
/
+5
2017-08-21
f2fs: introduce discard_granularity sysfs entry
Chao Yu
1
-0
/
+12
2017-08-21
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
1
-6
/
+7
2017-08-21
f2fs: support journalled quota
Chao Yu
1
-0
/
+9
2017-08-09
f2fs: add app/fs io stat
Chao Yu
1
-3
/
+56
2017-08-03
f2fs: support inode checksum
Chao Yu
1
-0
/
+32
2017-08-03
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
1
-1
/
+2
2017-07-31
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
Chao Yu
1
-0
/
+3
2017-07-31
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
1
-4
/
+4
2017-07-31
f2fs: support project quota
Chao Yu
1
-0
/
+29
2017-07-31
f2fs: enhance on-disk inode structure scalability
Chao Yu
1
-17
/
+55
2017-07-31
f2fs: make max inline size changeable
Chao Yu
1
-8
/
+40
2017-07-31
f2fs: add ioctl to expose current features
Jaegeuk Kim
1
-0
/
+2
2017-07-28
f2fs: don't give partially written atomic data from process crash
Jaegeuk Kim
1
-0
/
+1
2017-07-26
f2fs: spread struct f2fs_dentry_ptr for inline path
Chao Yu
1
-1
/
+4
2017-07-26
f2fs: remove unused input parameter
Yunlei He
1
-2
/
+1
2017-07-10
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-51
/
+150
2017-07-08
f2fs: support plain user/group quota
Chao Yu
1
-23
/
+65
2017-07-07
f2fs: use spin_{,un}lock_irq{save,restore}
Chao Yu
1
-6
/
+12
2017-07-07
f2fs: don't count inode block in in-memory inode.i_blocks
Chao Yu
1
-10
/
+12
2017-07-07
f2fs: stop gc/discard thread in prior during umount
Chao Yu
1
-0
/
+1
[prev]
[next]