f2fs: fix to avoid unneeded unlock_new_inode
[deliverable/linux.git] / fs /
2016-03-18  Chao Yuf2fs: fix to avoid unneeded unlock_new_inode
2016-03-18  Chao Yuf2fs: clean up opened code with f2fs_update_dentry
2016-03-18  Jaegeuk Kimf2fs: declare static functions
2016-03-18  Keith Mokf2fs: use cryptoapi crc32 functions
2016-03-18  Fan Lif2fs: modify the readahead method in ra_node_page()
2016-03-18  Jaegeuk Kimf2fs crypto: sync ext4_lookup and ext4_file_open
2016-03-18  Jaegeuk Kimfs crypto: move per-file encryption from f2fs tree...
2016-03-02  Yang Shif2fs: mutex can't be used by down_write_nest_lock()
2016-03-02  Liu Xuef2fs: recovery missing dot dentries in root directory
2016-02-26  Chao Yuf2fs: fix to avoid deadlock when merging inline data
2016-02-26  Chao Yuf2fs: introduce f2fs_flush_merged_bios for cleanup
2016-02-26  Chao Yuf2fs: introduce f2fs_update_data_blkaddr for cleanup
2016-02-26  Chao Yuf2fs crypto: fix incorrect positioning for GCing encryp...
2016-02-26  Chao Yuf2fs: fix incorrect upper bound when iterating inode...
2016-02-23  Yunlei Hef2fs: avoid hungtask problem caused by losing wake_up
2016-02-23  Chao Yuf2fs: trace old block address for CoWed page
2016-02-23  Chao Yuf2fs: try to flush inode after merging inline data
2016-02-23  Chao Yuf2fs: show more info about superblock recovery
2016-02-23  Chao Yuf2fs: fix the wrong stat count of calling gc
2016-02-23  Jaegeuk Kimf2fs: remain last victim segment number ascending order
2016-02-23  Shawn Linf2fs: reuse read_inline_data for f2fs_convert_inline_page
2016-02-23  Chao Yuf2fs: fix to delete old dirent in converted inline...
2016-02-23  Chao Yuf2fs: detect error of update_dent_inode in ->rename
2016-02-23  Shawn Linf2fs: move sanity checking of cp into get_valid_checkpoint
2016-02-23  Shawn Linf2fs: slightly reorganize read_raw_super_block
2016-02-23  Chao Yuf2fs: reorder nat cache lock in cache_nat_entry
2016-02-23  Chao Yuf2fs: split journal cache from curseg cache
2016-02-23  Chao Yuf2fs: enhance IO path with block plug
2016-02-23  Chao Yuf2fs: introduce f2fs_journal struct to wrap journal...
2016-02-23  Chao Yuf2fs crypto: avoid unneeded memory allocation when...
2016-02-23  Chao Yuf2fs crypto: handle unexpected lack of encryption keys
2016-02-23  Chao Yuf2fs crypto: make sure the encryption info is initializ...
2016-02-23  Chao Yuf2fs: support revoking atomic written pages
2016-02-23  Chao Yuf2fs: split drop_inmem_pages from commit_inmem_pages
2016-02-23  Jaegeuk Kimf2fs: avoid garbage lenghs in dentries
2016-02-23  Jaegeuk Kimf2fs crypto: sync with ext4's fname padding
2016-02-23  Jaegeuk Kimf2fs: use correct errno
2016-02-23  Jaegeuk Kimf2fs crypto: add missing locking for keyring_key access
2016-02-23  Jaegeuk Kimf2fs crypto: check for too-short encrypted file names
2016-02-23  Jaegeuk Kimf2fs crypto: f2fs_page_crypto() doesn't need a encrypti...
2016-02-23  Jaegeuk Kimf2fs crypto: fix spelling typo in comment
2016-02-23  Jaegeuk Kimf2fs crypto: replace some BUG_ON()'s with error checks
2016-02-23  Jaegeuk Kimf2fs: increase i_size to avoid missing data
2016-02-23  Jaegeuk Kimf2fs: preallocate blocks for buffered aio writes
2016-02-23  Jaegeuk Kimf2fs: move dio preallocation into f2fs_file_write_iter
2016-02-23  Yunlei Hef2fs: fix missing skip pages info
2016-02-23  Chao Yuf2fs: introduce f2fs_submit_merged_bio_cond
2016-02-23  Jaegeuk Kimf2fs: fix conflict on page->private usage
2016-02-23  Jaegeuk Kimf2fs: flush bios to handle cp_error in put_super
2016-02-23  Jaegeuk Kimf2fs: wait on page's writeback in writepages path
2016-02-23  Chao Yuf2fs: speed up handling holes in fiemap
2016-02-23  Chao Yuf2fs: introduce get_next_page_offset to speed up SEEK_DATA
2016-02-23  Chao Yuf2fs: remove unneeded pointer conversion
2016-02-23  Chao Yuf2fs: simplify __allocate_data_blocks
2016-02-23  Chao Yuf2fs: simplify f2fs_map_blocks
2016-02-23  Shuoran Liuf2fs: introduce lifetime write IO statistics
2016-02-23  Jaegeuk Kimf2fs: give scheduling point in shrinking path
2016-02-23  Hou Pengyangf2fs: improve shrink performance of extent nodes
2016-02-23  Jaegeuk Kimf2fs: don't set cached_en if it will be freed
2016-02-23  Jaegeuk Kimf2fs: move extent_node list operations being coupled...
2016-02-23  Hou Pengyangf2fs: reconstruct the code to free an extent_node
2016-02-23  Jaegeuk Kimf2fs: use wq_has_sleeper for cp_wait wait_queue
2016-02-23  Fan Lif2fs: avoid unnecessary search while finding victim...
2016-02-23  Yunlei Hef2fs: delete unnecessary wait for page writeback
2016-02-23  Jaegeuk Kimf2fs: use wait_for_stable_page to avoid contention
2016-02-23  Chao Yuf2fs: enhance foreground GC
2016-02-23  Jaegeuk Kimf2fs: don't need to call set_page_dirty for io error
2016-02-23  Jaegeuk Kimf2fs: avoid needless sync_inode_page when reading inlin...
2016-02-23  Jaegeuk Kimf2fs: don't need to sync node page at every time
2016-02-23  Jaegeuk Kimf2fs: avoid multiple node page writes due to inline_data
2016-02-23  Jaegeuk Kimf2fs: do f2fs_balance_fs when block is allocated
2016-02-23  Jaegeuk Kimf2fs: fix to overcome inline_data floods
2016-02-23  Jaegeuk Kimf2fs: use writepages->lock for WB_SYNC_ALL
2016-02-23  Jaegeuk Kimf2fs: remove needless condition check
2016-02-23  Chao Yuf2fs: correct search area in get_new_segment
2016-02-23  Chao Yuf2fs: export dirty_nats_ratio in sysfs
2016-02-23  Chao Yuf2fs: flush dirty nat entries when exceeding threshold
2016-02-23  Chao Yuf2fs: relocate is_merged_page
2016-02-22  Linus TorvaldsMerge tag 'trace-fixes-v4.5-rc5' of git://git./linux...
2016-02-22  Linus TorvaldsMerge tag 'for-linus-4.5-rc5-tag' of git://git./linux...
2016-02-22  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-02-22  Linus TorvaldsMerge tag 'hwmon-for-linus-v4.5-rc6' of git://git....
2016-02-22  Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2016-02-22  Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2016-02-20  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-02-20  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-02-20  Linus TorvaldsMerge tag 'powerpc-4.5-3' of git://git./linux/kernel...
2016-02-20  Linus TorvaldsMerge tag 'dmaengine-fix-4.5-rc5' of git://git.infradea...
2016-02-20  Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2016-02-20  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2016-02-19  Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2016-02-19  Linus TorvaldsMerge branch 'for-linus-4.5' of git://git./linux/kernel...
2016-02-19  Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-02-19  David S. MillerMerge tag 'wireless-drivers-for-davem-2016-02-18' of...
2016-02-19  Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-02-19  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-02-19  Linus TorvaldsMerge tag 'pinctrl-v4.5-2' of git://git./linux/kernel...
2016-02-19  Linus TorvaldsMerge tag 'sound-4.5-rc5' of git://git./linux/kernel...
2016-02-19  Jan Karaext4: fix crashes in dioread_nolock mode
2016-02-19  Jan Karaext4: fix bh->b_state corruption
next
This page took 0.106459 seconds and 8 git commands to generate.