sfrench/cifs-2.6.git
2017-05-04 Chao Yuf2fs: enhance scalability of trace macro
2017-05-03 Chao Yuf2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS
2017-05-03 Jan Karaf2fs: Make flush bios explicitely sync
2017-05-03 Jaegeuk Kimf2fs: show available_nids in f2fs/status
2017-05-03 Jaegeuk Kimf2fs: flush dirty nats periodically
2017-05-03 Chao Yuf2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
2017-05-03 Chao Yuf2fs: allow cpc->reason to indicate more than one reason
2017-05-03 Hou Pengyangf2fs: release cp and dnode lock before IPU
2017-05-03 Chao Yuf2fs: shrink size of struct discard_cmd
2017-05-03 Chao Yuf2fs: don't hold cmd_lock during waiting discard command
2017-05-03 Jaegeuk Kimf2fs: nullify fio->encrypted_page for each writes
2017-05-03 Jin Qianf2fs: sanity check segment count
2017-05-03 Jaegeuk Kimf2fs: introduce valid_ipu_blkaddr to clean up
2017-05-03 Hou Pengyangf2fs: lookup extent cache first under IPU scenario
2017-05-03 Hou Pengyangf2fs: reconstruct code to write a data page
2017-05-03 Chao Yuf2fs: introduce __wait_discard_cmd
2017-05-03 Chao Yuf2fs: introduce __issue_discard_cmd
2017-04-25 Chao Yuf2fs: enable small discard by default
2017-04-25 Chao Yuf2fs: delay awaking discard thread
2017-04-25 Yunlei Hef2fs: seperate read nat page from nat_tree_lock
2017-04-25 Sheng Yongf2fs: fix multiple f2fs_add_link() having same name...
2017-04-24 Hou Pengyangf2fs: skip encrypted inode in ASYNC IPU policy
2017-04-24 Jaegeuk Kimf2fs: fix out-of free segments
2017-04-24 Jaegeuk Kimf2fs: add parentheses for macro variables more
2017-04-24 Arnd Bergmannf2fs: improve definition of statistic macros
2017-04-24 Jaegeuk Kimf2fs: assign allocation hint for warm/cold data
2017-04-24 Jaegeuk Kimf2fs: fix _IOW usage
2017-04-24 Jaegeuk Kimf2fs: add ioctl to flush data from faster device to...
2017-04-19 Hou Pengyangf2fs: introduce async IPU policy
2017-04-19 Chao Yuf2fs: add undiscard blocks stat
2017-04-19 Chao Yuf2fs: unlock cp_rwsem early for IPU writes
2017-04-19 Chao Yuf2fs: introduce __check_rb_tree_consistence
2017-04-19 Chao Yuf2fs: trace __submit_discard_cmd
2017-04-19 Chao Yuf2fs: in prior to issue big discard
2017-04-19 Chao Yuf2fs: clean up discard_cmd_control structure
2017-04-19 Chao Yuf2fs: use rb-tree to track pending discard commands
2017-04-18 Jaegeuk Kimf2fs: avoid dirty node pages in check_only recovery
2017-04-12 Jaegeuk Kimf2fs: fix not to set fsync/dentry mark
2017-04-12 Jaegeuk Kimf2fs: allocate hot_data for atomic writes
2017-04-12 Jaegeuk Kimf2fs: give time to flush dirty pages for checkpoint
2017-04-12 Jaegeuk Kimf2fs: fix fs corruption due to zero inode page
2017-04-12 Chao Yuf2fs: shrink blk plug region
2017-04-11 Chao Yuf2fs: extract rb-tree operation infrastructure
2017-04-11 Jaegeuk Kimf2fs: avoid frequent checkpoint during f2fs_gc
2017-04-11 Jaegeuk Kimf2fs: clean up some macros in terms of GET_SEGNO
2017-04-11 Jaegeuk Kimf2fs: clean up get_valid_blocks with consistent parameter
2017-04-11 Jaegeuk Kimf2fs: use segment number for get_valid_blocks
2017-04-11 Tomohiro Kusumif2fs: guard macro variables with braces
2017-04-11 Tomohiro Kusumif2fs: fix comment on f2fs_flush_merged_bios() after...
2017-04-11 Chao Yuf2fs: prevent waiter encountering incorrect discard...
2017-04-11 Chao Yuf2fs: introduce f2fs_wait_discard_bios
2017-04-11 Chao Yuf2fs: split discard_cmd_list
2017-04-11 Jaegeuk KimRevert "f2fs: put allocate_segment after refresh_sit_entry"
2017-04-05 Tomohiro Kusumif2fs: split make_dentry_ptr() into block and inline...
2017-04-05 Jaegeuk Kimf2fs: submit bio of in-place-update pages
2017-04-05 Kaixu Xiaf2fs: remove the redundant variable definition
2017-04-05 Jaegeuk Kimf2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SY...
2017-04-05 Jaegeuk Kimf2fs: write small sized IO to hot log
2017-04-05 Chao Yuf2fs: use bitmap in discard_entry
2017-04-05 Chao Yuf2fs: clean up destroy_discard_cmd_control
2017-04-05 Chao Yuf2fs: count discard command entry
2017-04-05 Chao Yuf2fs: show issued flush/discard count
2017-03-30 Jaegeuk Kimf2fs: relax node version check for victim data in gc
2017-03-30 Jaegeuk Kimf2fs: start SSR much eariler to avoid FG_GC
2017-03-30 Jaegeuk Kimf2fs: allocate node and hot data in the beginning of...
2017-03-28 Jaegeuk Kimf2fs: fix wrong max cost initialization
2017-03-25 Yunlei Hef2fs: allow write page cache when writting cp
2017-03-24 Chao Yuf2fs: don't reserve additional space in xattr block
2017-03-24 Chao Yuf2fs: clean up xattr operation
2017-03-24 Chao Yuf2fs: don't track volatile file in dirty inode list
2017-03-24 Chao Yuf2fs: show the max number of volatile operations
2017-03-24 Chao Yuf2fs: fix race condition in between free nid allocator...
2017-03-24 Yunlei Hef2fs: use set_page_private marcro in f2fs_trace_pid
2017-03-24 Chao Yuf2fs: fix recording invalid last_victim
2017-03-22 Kinglong Meef2fs: more reasonable mem_size calculating of ino_entry
2017-03-22 Kinglong Meef2fs: calculate the f2fs_stat_info into base_mem
2017-03-22 Kinglong Meef2fs: avoid stat_inc_atomic_write for non-atomic file
2017-03-22 Chao Yuf2fs: add missing INMEM_REVOKE trace enum definition
2017-03-22 Kinglong Meef2fs: sanity check of crc_offset from raw checkpoint
2017-03-22 Kinglong Meef2fs: cleanup the disk level filename updating
2017-03-22 Chao Yuf2fs: cover update_free_nid_bitmap with nid_list_lock
2017-03-22 Kinglong Meef2fs: fix bad prefetchw of NULL page
2017-03-22 Kinglong Meef2fs: clear FI_DATA_EXIST flag in truncate_inline_inode
2017-03-22 Kinglong Meef2fs: move mnt_want_write_file after arguments checking
2017-03-22 Kinglong Meef2fs: check new size by inode_newsize_ok in f2fs_insert...
2017-03-22 Kinglong Meef2fs: avoid copy date to user-space if move file range...
2017-03-22 Kinglong Meef2fs: drop duplicate new_size assign in f2fs_zero_range
2017-03-22 Fan Lif2fs: adjust the way of calculating nat block
2017-03-22 Jaegeuk Kimf2fs: add fault injection on f2fs_truncate
2017-03-22 Sheng Yongf2fs: check range before defragment
2017-03-22 Sheng Yongf2fs: use parameter max_items instead of PIDVEC_SIZE
2017-03-22 Yunlei Hef2fs: add a punch discard command function
2017-03-22 Jaegeuk Kimf2fs: allocate a bio for discarding when actually issui...
2017-03-22 Yunlei Hef2fs: skip writeback meta pages if cp_mutex acquire...
2017-03-22 Jaegeuk Kimf2fs: show more precise message on orphan recovery...
2017-03-22 Kinglong Meef2fs: remove dead macro PGOFS_OF_NEXT_DNODE
2017-03-22 Kinglong Meef2fs: drop duplicate radix tree lookup of nat_entry_set
2017-03-22 Kinglong Meef2fs: make sure trace all f2fs_issue_flush
2017-03-22 Chao Yuf2fs: don't allow volatile writes for non-regular file
2017-03-22 Jaegeuk Kimf2fs: don't allow atomic writes for not regular files
next