]> Pileus Git - ~andy/linux/history - fs/f2fs
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / fs / f2fs /
2014-01-02 Michal MarekMerge commit v3.13-rc1 into kbuild/misc
2014-01-02 Mark BrownMerge remote-tracking branches 'asoc/topic/ad1836'...
2013-12-31 Jens AxboeMerge tag 'v3.13-rc6' into for-3.14/core
2013-12-27 Jaegeuk Kimf2fs: don't need to get f2fs_lock_op for the inline_dat...
2013-12-26 Huajun Lif2fs: handle inline data operations
2013-12-26 Huajun Lif2fs: key functions to handle inline data
2013-12-26 Gu Zhengf2fs: convert max_orphans to a field of f2fs_sb_info
2013-12-26 Jaegeuk Kimf2fs: check the blocksize before calling generic_direct...
2013-12-26 Jaegeuk Kimf2fs: should put the dnode when NEW_ADDR is detected
2013-12-26 Jaegeuk Kimf2fs: introduce F2FS_INODE macro to get f2fs_inode
2013-12-26 Chao Yuf2fs: check filename length in recover_dentry
2013-12-23 Chao Yuf2fs: avoid to set wrong pino of inode when rename dir
2013-12-23 Chao Yuf2fs: update several comments
2013-12-23 Gu Zhengf2fs: remove the rw_flag domain from f2fs_io_info
2013-12-23 Gu Zhengf2fs: move all the bio initialization into __bio_alloc
2013-12-23 Jaegeuk Kimf2fs: write dirty meta pages collectively
2013-12-23 Jaegeuk Kimf2fs: introduce a new direct_IO write path
2013-12-23 Jaegeuk Kimf2fs: introduce sysfs entry to control in-place-update...
2013-12-23 Changman Leef2fs: missing kmem_cache_destroy for discard_entry
2013-12-23 Jaegeuk Kimf2fs: fix the location of tracepoint
2013-12-23 Jaegeuk Kimf2fs: refactor bio->rw handling
2013-12-23 Fan Lif2fs: merge pages with the same sync_mode flag
2013-12-23 Jaegeuk Kimf2fs: add unlikely() macro for compiler more aggressively
2013-12-23 Chao Yuf2fs: add unlikely() macro for compiler optimization
2013-12-23 Chao Yuf2fs: avoid unneeded page release for correct _count...
2013-12-23 Chao Yuf2fs: use inner macro GFP_F2FS_ZERO for simplification
2013-12-23 Younger Liuf2fs: replace the debugfs_root with f2fs_debugfs_root
2013-12-23 Younger Liuf2fs: remove debufs dir if debugfs_create_file() failed
2013-12-23 Chao Yuf2fs: readahead contiguous pages for restore_node_summary
2013-12-23 Jaegeuk Kimf2fs: refactor bio-related operations
2013-12-23 Jaegeuk Kimf2fs: remove the own bi_private allocation
2013-12-23 Chao Yuf2fs: convert recover_orphan_inodes to void
2013-12-23 Chao Yuf2fs: check return value of f2fs_readpage in find_data_page
2013-12-23 Chao Yuf2fs: use true and false for boolean variable
2013-12-23 Chao Yuf2fs: correct type of wait in struct bio_private
2013-12-23 Chao Yuf2fs: avoid to calculate incorrect max orphan number
2013-12-23 Chao Yuf2fs: remove unneeded code in punch_hole
2013-12-23 Jaegeuk Kimf2fs: remove unnecessary condition checks
2013-12-23 Jaegeuk Kimf2fs: bug fix on bit overflow from 32bits to 64bits
2013-12-23 Gu Zhengf2fs: fix a potential out of range issue
2013-12-23 Jaegeuk Kimf2fs: remove unnecessary return value
2013-12-23 Huajun Lif2fs: add a new mount option: inline_data
2013-12-23 Huajun Lif2fs: add flags and helpers to support inline data
2013-12-23 Changman Leef2fs: send REQ_META or REQ_PRIO when reading meta area
2013-12-23 Jaegeuk Kimf2fs: add detailed information of bio types in the...
2013-12-23 Huajun Lif2fs: add a new function: f2fs_reserve_block()
2013-12-23 Jaegeuk Kimf2fs: avoid lock debugging overhead
2013-12-23 Chao Yuf2fs: read contiguous sit entry pages by merging for...
2013-12-23 Chao Yuf2fs: adds a tracepoint for f2fs_submit_read_bio
2013-12-23 Chao Yuf2fs: adds a tracepoint for submit_read_page
2013-12-23 Changman Leef2fs: simplify IS_DATASEG and IS_NODESEG macro
2013-12-23 Jaegeuk Kimf2fs: merge read IOs at ra_nat_pages()
2013-12-23 Chao Yuf2fs: add a new function to support for merging contigu...
2013-12-23 Gu Zhengf2fs: move the list_head initialization into the lock...
2013-12-23 Gu Zhengf2fs: simplify write_orphan_inodes for better readable
2013-12-23 Gu Zhengf2fs: convert inc/dec_valid_node_count to inc/dec one...
2013-12-23 Gu Zhengf2fs: convert dev_valid_block_count to void
2013-12-23 Gu Zhengf2fs: convert remove_inode_page to void
2013-12-23 Jaegeuk Kimf2fs: introduce a bio array for per-page write bios
2013-12-23 Jaegeuk Kimf2fs: disable the extent cache ops on high fragmented...
2013-12-23 Jaegeuk Kimf2fs: use sbi->write_mutex for write bios
2013-12-23 Jaegeuk Kimf2fs: clean up the do_submit_bio flow
2013-12-23 Chao Yuf2fs: use f2fs_put_page to release page for uniform...
2013-12-23 Jaegeuk Kimf2fs: add a tracepoint for f2fs_issue_discard
2013-12-23 Jaegeuk Kimf2fs: introduce f2fs_issue_discard() to clean up
2013-12-23 Jaegeuk Kimf2fs: add a sysfs entry to control max_discards
2013-12-23 Jaegeuk Kimf2fs: add key functions for small discards
2013-12-23 Jaegeuk Kimf2fs: add a slab cache entry for small discards
2013-12-23 Changman Leef2fs: improve searching speed of __next_free_blkoff
2013-12-23 Changman Leef2fs: introduce __find_rev_next(_zero)_bit
2013-12-23 Dave AirlieMerge branch 'drm/next/du' of git://linuxtv.org/pinchar...
2013-12-20 Linus TorvaldsMerge tag 'stable/for-linus-3.13-rc4-tag' of git:/...
2013-12-19 Jiri KosinaMerge branch 'master' into for-next
2013-12-19 Mark BrownMerge remote-tracking branches 'asoc/fix/adsp', 'asoc...
2013-12-18 John W. LinvilleMerge branch 'for-upstream' of git://git.kernel.org...
2013-12-18 Dave AirlieMerge tag 'drm-intel-next-2013-11-29' of git://people...
2013-12-17 Jens AxboeMerge branch 'bcache-for-3.13' of git://evilpiepirate...
2013-12-16 Johannes BergMerge remote-tracking branch 'wireless-next/master...
2013-12-16 Dmitry TorokhovMerge tag 'v3.13-rc4' into next
2013-12-13 Linus TorvaldsMerge tag 'dm-3.13-fixes' of git://git.kernel.org/pub...
2013-12-13 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2013-12-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-12-12 Dave AirlieMerge branch 'drm-tda998x-3.12-fixes' of git://ftp...
2013-12-12 Dave AirlieMerge tag 'drm-intel-fixes-2013-12-11' of git://people...
2013-12-12 Dave AirlieMerge branch 'bdw-fixes' of git://people.freedesktop...
2013-12-12 Mark BrownMerge remote-tracking branches 'asoc/fix/atmel', 'asoc...
2013-12-10 Dmitry TorokhovMerge tag 'v3.13-rc3' into for-linus
2013-12-09 John W. LinvilleMerge tag 'for-linville-20131203' of git://github.com...
2013-12-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-12-09 Daniel VetterMerge tag 'v3.13-rc3' into drm-intel-next-queued
2013-12-06 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2013-12-06 Kevin HilmanMerge branch 'soc/sched_clock' into next/soc
2013-12-06 Rafael J. WysockiMerge branches 'pm-epoll', 'pnp' and 'powercap'
2013-12-06 Rafael J. WysockiMerge branches 'pm-cpuidle' and 'pm-cpufreq'
2013-12-05 Linus TorvaldsMerge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org...
2013-12-05 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2013-12-04 Dave AirlieMerge tag 'drm-intel-fixes-2013-12-02' of git://people...
2013-12-04 Dave AirlieMerge branch 'drm-nouveau-next' of git://anongit.freede...
2013-12-04 Linus TorvaldsMerge tag 'squashfs-fixes' of git://git.kernel.org...
2013-12-03 Mark BrownMerge remote-tracking branches 'asoc/fix/arizona',...
next