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-03-20
f2fs: combine nat_bits and free_nid_bitmap cache
Chao Yu
1
-78
/
+47
2017-03-20
f2fs: skip scanning free nid bitmap of full NAT blocks
Chao Yu
3
-6
/
+30
2017-03-20
f2fs: use __set{__clear}_bit_le
Jaegeuk Kim
2
-10
/
+10
2017-03-20
f2fs: declare static functions
Jaegeuk Kim
1
-3
/
+4
2017-03-20
f2fs: don't overwrite node block by SSR
Jaegeuk Kim
1
-0
/
+6
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-5
/
+5
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2
-5
/
+5
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
18
-752
/
+1858
2017-02-28
f2fs: avoid to flush nat journal entries
Jaegeuk Kim
1
-1
/
+1
2017-02-27
f2fs: avoid to issue redundant discard commands
Jaegeuk Kim
1
-0
/
+2
2017-02-27
f2fs: fix a plint compile warning
Hou Pengyang
1
-1
/
+1
2017-02-27
f2fs: add f2fs_drop_inode tracepoint
Hou Pengyang
1
-2
/
+5
2017-02-27
f2fs: Fix zoned block device support
Masato Suzuki
1
-23
/
+44
2017-02-27
f2fs: remove redundant set_page_dirty()
Yunlei He
1
-2
/
+1
2017-02-27
f2fs: fix to enlarge size of write_io_dummy mempool
Chao Yu
1
-1
/
+1
2017-02-27
f2fs: fix memory leak of write_io_dummy mempool during umount
Chao Yu
1
-1
/
+1
2017-02-27
f2fs: fix to update F2FS_{CP_}WB_DATA count correctly
Chao Yu
1
-1
/
+2
2017-02-27
f2fs: use MAX_FREE_NIDS for the free nids target
Kinglong Mee
1
-5
/
+3
2017-02-27
f2fs: introduce free nid bitmap
Chao Yu
3
-10
/
+119
2017-02-27
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
Kinglong Mee
4
-19
/
+15
2017-02-27
f2fs: update the comment of default nr_pages to skipping
Kinglong Mee
1
-2
/
+2
2017-02-27
f2fs: drop the duplicate pval in f2fs_getxattr
Kinglong Mee
1
-3
/
+0
2017-02-27
f2fs: Don't update the xattr data that same as the exist
Kinglong Mee
1
-4
/
+16
2017-02-27
f2fs: kill __is_extent_same
Chao Yu
2
-12
/
+3
2017-02-27
f2fs: avoid bggc->fggc when enough free segments are avaliable after cp
Hou Pengyang
1
-8
/
+9
2017-02-27
f2fs: select target segment with closer temperature in SSR mode
Chao Yu
1
-6
/
+17
2017-02-27
f2fs: show simple call stack in fault injection message
Chao Yu
8
-13
/
+32
2017-02-27
f2fs: no need lock_op in f2fs_write_inline_data
Yunlei He
1
-2
/
+5
2017-02-27
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
5
-20
/
+230
2017-02-27
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2
-12
/
+12
2017-02-27
f2fs: avoid m_flags overlay when allocating more data blocks
Kinglong Mee
1
-1
/
+1
2017-02-27
f2fs: remove unsafe bitmap checking
Hou Pengyang
1
-6
/
+0
2017-02-27
f2fs: init local extent_info to avoid stale stack info in tp
Hou Pengyang
2
-5
/
+5
2017-02-27
f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc
Yunlong Song
1
-9
/
+3
2017-02-27
f2fs: check discard alignment only for SEQWRITE zones
Jaegeuk Kim
1
-12
/
+12
2017-02-27
f2fs: wait for discard completion after submission
Jaegeuk Kim
1
-3
/
+13
2017-02-27
f2fs: much larger batched trim_fs job
Jaegeuk Kim
1
-1
/
+1
2017-02-27
f2fs: avoid very large discard command
Jaegeuk Kim
2
-2
/
+4
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-4
/
+3
2017-02-24
f2fs: do SSR for node segments more aggresively
Jaegeuk Kim
1
-5
/
+10
2017-02-24
f2fs: find data segments across all the types
Jaegeuk Kim
1
-4
/
+11
2017-02-24
f2fs: do SSR in higher priority
Jaegeuk Kim
1
-16
/
+1
2017-02-24
f2fs: do SSR for data when there is enough free space
Yunlong Song
1
-1
/
+1
2017-02-24
f2fs: node segment is prior to data segment selected victim
Hou Pengyang
1
-1
/
+11
2017-02-24
f2fs: put allocate_segment after refresh_sit_entry
Yunlong Song
1
-2
/
+3
2017-02-23
f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
Hou Pengyang
3
-2
/
+32
2017-02-23
f2fs: do not wait for writeback in write_begin
Jaegeuk Kim
1
-1
/
+6
2017-02-23
f2fs: replace __get_victim by dirty_segments in FG_GC
Yunlei He
1
-6
/
+2
2017-02-23
f2fs: fix multiple f2fs_add_link() calls having same name
Jaegeuk Kim
2
-5
/
+30
[next]