platform/kernel/linux-rpi3.git
2017-02-28 Jaegeuk Kimf2fs: avoid to flush nat journal entries
2017-02-27 Jaegeuk Kimf2fs: avoid to issue redundant discard commands
2017-02-27 Hou Pengyangf2fs: fix a plint compile warning
2017-02-27 Hou Pengyangf2fs: add f2fs_drop_inode tracepoint
2017-02-27 Masato Suzukif2fs: Fix zoned block device support
2017-02-27 Yunlei Hef2fs: remove redundant set_page_dirty()
2017-02-27 Chao Yuf2fs: fix to enlarge size of write_io_dummy mempool
2017-02-27 Chao Yuf2fs: fix memory leak of write_io_dummy mempool during...
2017-02-27 Chao Yuf2fs: fix to update F2FS_{CP_}WB_DATA count correctly
2017-02-27 Kinglong Meef2fs: use MAX_FREE_NIDS for the free nids target
2017-02-27 Chao Yuf2fs: introduce free nid bitmap
2017-02-27 Kinglong Meef2fs: new helper cur_cp_crc() getting crc in f2fs_check...
2017-02-27 Kinglong Meef2fs: update the comment of default nr_pages to skipping
2017-02-27 Kinglong Meef2fs: drop the duplicate pval in f2fs_getxattr
2017-02-27 Kinglong Meef2fs: Don't update the xattr data that same as the...
2017-02-27 Chao Yuf2fs: kill __is_extent_same
2017-02-27 Hou Pengyangf2fs: avoid bggc->fggc when enough free segments are...
2017-02-27 Chao Yuf2fs: select target segment with closer temperature...
2017-02-27 Chao Yuf2fs: show simple call stack in fault injection message
2017-02-27 Yunlei Hef2fs: no need lock_op in f2fs_write_inline_data
2017-02-27 Jaegeuk Kimf2fs: add bitmaps for empty or full NAT blocks
2017-02-27 Yunlei Hef2fs: replace rw semaphore extent_tree_lock with mutex...
2017-02-27 Kinglong Meef2fs: avoid m_flags overlay when allocating more data...
2017-02-27 Hou Pengyangf2fs: remove unsafe bitmap checking
2017-02-27 Hou Pengyangf2fs: init local extent_info to avoid stale stack info...
2017-02-27 Yunlong Songf2fs: remove unnecessary condition check for write_chec...
2017-02-27 Jaegeuk Kimf2fs: check discard alignment only for SEQWRITE zones
2017-02-27 Jaegeuk Kimf2fs: wait for discard completion after submission
2017-02-27 Jaegeuk Kimf2fs: much larger batched trim_fs job
2017-02-27 Jaegeuk Kimf2fs: avoid very large discard command
2017-02-24 Jaegeuk Kimf2fs: do SSR for node segments more aggresively
2017-02-24 Jaegeuk Kimf2fs: find data segments across all the types
2017-02-24 Jaegeuk Kimf2fs: do SSR in higher priority
2017-02-24 Yunlong Songf2fs: do SSR for data when there is enough free space
2017-02-24 Hou Pengyangf2fs: node segment is prior to data segment selected...
2017-02-24 Yunlong Songf2fs: put allocate_segment after refresh_sit_entry
2017-02-23 Hou Pengyangf2fs: add ovp valid_blocks check for bg gc victim to...
2017-02-23 Jaegeuk Kimf2fs: do not wait for writeback in write_begin
2017-02-23 Yunlei Hef2fs: replace __get_victim by dirty_segments in FG_GC
2017-02-23 Jaegeuk Kimf2fs: trace victim's cost selectecd by f2fs_gc
2017-02-23 Jaegeuk Kimf2fs: fix multiple f2fs_add_link() calls having same...
2017-02-23 Jaegeuk Kimf2fs: show actual device info in tracepoints
2017-02-23 Jaegeuk Kimf2fs: use SSR for warm node as well
2017-02-23 Chao Yuf2fs: enable inline_xattr by default
2017-02-23 Chao Yuf2fs: introduce noinline_xattr mount option
2017-02-23 Jaegeuk Kimf2fs: avoid reading NAT page by get_node_info
2017-02-23 Jaegeuk Kimf2fs: remove build_free_nids() during checkpoint
2017-02-23 Chao Yuf2fs: change recovery policy of xattr node block
2017-02-23 Bhumika Goyalf2fs: super: constify fscrypt_operations structure
2017-02-23 Jaegeuk Kimf2fs: show checkpoint version at mount time
2017-02-23 Tiezhu Yangf2fs: fix a typo in f2fs.txt
2017-02-23 Jaegeuk Kimf2fs: remove preflush for nobarrier case
2017-02-23 Jaegeuk Kimf2fs: check last page index in cached bio to decide...
2017-02-23 Jaegeuk Kimf2fs: check io submission more precisely
2017-02-23 Jaegeuk Kimf2fs: call internal __write_data_page directly
2017-02-23 Jaegeuk Kimf2fs: avoid out-of-order execution of atomic writes
2017-02-23 Jaegeuk Kimf2fs: move write_node_page above fsync_node_pages
2017-02-23 Jaegeuk Kimf2fs: move flush tracepoint
2017-02-23 Jaegeuk Kimf2fs: show # of APPEND and UPDATE inodes
2017-02-23 DongOh Shinf2fs: fix 446 coding style warnings in f2fs.h
2017-02-23 DongOh Shinf2fs: fix 3 coding style errors in f2fs.h
2017-02-23 Jaegeuk Kimf2fs: declare missing static function
2017-02-23 Kaixu Xiaf2fs: show the fault injection mount option
2017-02-23 Chao Yuf2fs: fix null pointer dereference when issuing flush...
2017-02-23 Chao Yuf2fs: fix to avoid overflow when left shifting page...
2017-02-23 Chao Yuf2fs: enhance lookup xattr
2017-02-23 Masanari IidaDoc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt
2017-02-23 Wei Fangf2fs: fix a dead loop in f2fs_fiemap()
2017-02-23 Jaegeuk Kimf2fs: do not preallocate blocks which has wrong buffer
2017-02-23 Jaegeuk Kimf2fs: show # of on-going flush and discard bios
2017-02-23 Jaegeuk Kimf2fs: add a kernel thread to issue discard commands...
2017-02-23 Jaegeuk Kimf2fs: factor out discard command info into discard_cmd_...
2017-02-23 Jaegeuk Kimf2fs: reorganize stat information
2017-02-23 Jaegeuk Kimf2fs: clean up flush/discard command namings
2017-02-23 Chao Yuf2fs: check in-memory sit version bitmap
2017-02-23 Chao Yuf2fs: check in-memory nat version bitmap
2017-02-23 Chao Yuf2fs: check in-memory block bitmap
2017-02-23 Chao Yuf2fs: introduce FI_ATOMIC_COMMIT
2017-02-23 Chao Yuf2fs: clean up with list_{first, last}_entry
2017-02-23 Jaegeuk Kimf2fs: return fs_trim if there is no candidate
2017-02-22 Jaegeuk Kimf2fs: avoid needless checkpoint in f2fs_trim_fs
2017-01-29 Jaegeuk Kimf2fs: relax async discard commands more
2017-01-29 Jaegeuk Kimf2fs: drop exist_data for inline_data when truncated...
2017-01-29 Jaegeuk Kimf2fs: don't allow encrypted operations without keys
2017-01-29 Jaegeuk Kimf2fs: show the max number of atomic operations
2017-01-29 Jaegeuk Kimf2fs: get io size bit from mount option
2017-01-29 Jaegeuk Kimf2fs: support IO alignment for DATA and NODE writes
2017-01-29 Jaegeuk Kimf2fs: add submit_bio tracepoint
2017-01-29 Jaegeuk Kimf2fs: fix wrong tracepoints for op and op_flags
2017-01-29 Jaegeuk Kimf2fs: reassign new segment for mode=lfs
2017-01-29 Yunlei Hef2fs: fix a missing discard prefree segments
2017-01-29 Geliang Tangf2fs: use rb_entry_safe
2017-01-29 Yunlei Hef2fs: add a case of no need to read a page in write...
2017-01-29 Yunlei Hef2fs: fix a problem of using memory after free
2017-01-29 Dan Carpenterf2fs: remove unneeded condition
2017-01-29 Chao Yuf2fs: don't cache nat entry if out of memory
2017-01-29 Yunlei Hef2fs: remove unused values in recover_fsync_data
2017-01-28 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2017-01-28 Linus TorvaldsMerge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org...
2017-01-28 Linus TorvaldsMerge tag 'md/4.10-rc6' of git://git./linux/kernel...
next