OSDN Git Service

android-x86/kernel.git
2014-12-08 Chao Yuf2fs: fix to enable readahead for SSA/CP blocks
2014-12-08 Chao Yuf2fs: use atomic for counting inode with inline_{dir...
2014-12-08 Changman Leef2fs: cleanup path to need cp at fsync
2014-12-08 Changman Leef2fs: check if inode state is dirty at fsync
2014-12-08 Jaegeuk Kimf2fs: count the number of inmemory pages
2014-12-08 Jaegeuk Kimf2fs: release inmemory pages when the file was closed
2014-12-08 Jaegeuk Kimf2fs: set page private for inmemory pages for truncation
2014-12-08 Jaegeuk Kimf2fs: count inline_xx in do_read_inode
2014-12-08 Jaegeuk Kimf2fs: do retry operations with cond_resched
2014-12-05 Jaegeuk Kimf2fs: call radix_tree_preload before radix_tree_insert
2014-12-04 Jaegeuk Kimf2fs: use rw_semaphore for nat entry lock
2014-12-04 Jaegeuk Kimf2fs: fix missing kmem_cache_free
2014-12-02 Changman Leef2fs: more fast lookup for gc_inode list
2014-12-01 Changman Leef2fs: cleanup redundant macro
2014-12-01 Chao Yuf2fs: fix to return correct error number in f2fs_write_...
2014-11-28 Changman Leef2fs: cleanup if-statement of phase in gc_data_segment
2014-11-26 Jaegeuk Kimf2fs: fix to recover converted inline_data
2014-11-26 Jaegeuk Kimf2fs: make clean the page before writing
2014-11-26 Changman Leef2fs: no more dirty_nat_entires when flushing
2014-11-26 Changman Leef2fs: check dirty_nat_cnt before flushing nat entries...
2014-11-25 Jaegeuk Kimf2fs: fix deadlock during inline_data conversion
2014-11-25 Markus Elfringf2fs: fix typos for the word "destroy" in jump labels
2014-11-24 Jaegeuk Kimf2fs: fix livelock calling f2fs_iget during f2fs_evict_...
2014-11-24 Jaegeuk Kimf2fs: introduce f2fs_dentry_kunmap to clean up
2014-11-24 Changman Leef2fs: fix wrong data structure when create slab
2014-11-24 Jaegeuk Kimf2fs: call flush_dcache_page when the page was updated
2014-11-20 Jaegeuk Kimf2fs: write SSA pages under memory pressure
2014-11-20 Jaegeuk Kimf2fs: submit bio for node blocks in the reclaim path
2014-11-20 Chao Yuf2fs: introduce struct inode_management to wrap inner...
2014-11-20 Chao Yuf2fs: remove unneeded check code with option in f2fs_re...
2014-11-20 Chao Yuf2fs: avoid unable to restart gc thread in remount
2014-11-19 Jaegeuk Kimf2fs: put the inode page when error was occurred
2014-11-19 Jaegeuk Kimf2fs: fix to call put_page at the error handling routine
2014-11-11 Jaegeuk Kimf2fs: convert inline_data when i_size becomes large
2014-11-11 Jaegeuk Kimf2fs: fix deadlock to grab 0'th data page
2014-11-11 Jaegeuk Kimf2fs: reduce the number of inline_data inode before...
2014-11-10 Jaegeuk Kimf2fs: implement -o dirsync
2014-11-10 Jaegeuk Kimf2fs: do not skip any writes under memory pressure
2014-11-10 Jaegeuk Kimf2fs: write node pages if checkpoint is not doing
2014-11-06 Jaegeuk Kimf2fs: control the memory footprint used by ino entries
2014-11-06 Jaegeuk Kimf2fs: introduce the number of inode entries
2014-11-06 Jaegeuk Kimf2fs: disable roll-forward when active_logs = 2
2014-11-05 Jaegeuk Kimf2fs: introduce -o fastboot for reducing booting time...
2014-11-05 Jaegeuk Kimf2fs: remove unnecessary macro
2014-11-05 Jaegeuk Kimf2fs: avoid race condition in handling wait_io
2014-11-05 Jaegeuk Kimf2fs: send discard commands in larger extent
2014-11-05 Jaegeuk Kimf2fs: revisit inline_data to avoid data races and poten...
2014-11-04 Jan Karaf2fs: remove pointless bit testing in f2fs_delete_entry()
2014-11-04 Jaegeuk Kimf2fs: do not discard data protected by the previous...
2014-11-04 Jaegeuk Kimf2fs: flush_dcache_page for inline data
2014-11-04 Jaegeuk Kimf2fs: call write_checkpoint under disabled gc
2014-11-04 Jan Karaf2fs: fix possible data corruption in f2fs_write_begin()
2014-11-04 Gu Zhengf2fs: use current_sit_addr to replace the open code
2014-11-04 Gu Zhengf2fs: rename f2fs_set/clear_bit to f2fs_test_and_set...
2014-11-04 Gu Zhengf2fs: set raw_super default to NULL to avoid compile...
2014-11-04 Gu Zhengf2fs: introduce f2fs_change_bit to simplify the change...
2014-11-04 Gu Zhengf2fs: remove the redundant function cond_clear_inode_flag
2014-11-04 Gu Zhengf2fs: remove the seems unneeded argument 'type' from...
2014-11-04 Jan Karaf2fs: avoid returning uninitialized value to userspace...
2014-11-04 Jaegeuk Kimf2fs: declare f2fs_convert_inline_dir as a static function
2014-11-04 Jaegeuk Kimf2fs: use kmap_atomic instead of kmap
2014-11-04 Jaegeuk Kimf2fs: reuse make_empty_dir code for inline_dentry
2014-11-04 Jaegeuk Kimf2fs: introduce f2fs_dentry_ptr structure for code...
2014-11-04 Jaegeuk Kimf2fs: should not truncate any inline_dentry
2014-11-04 Jaegeuk Kimf2fs: reuse core function in f2fs_readdir for inline_dentry
2014-11-04 Jaegeuk Kimf2fs: fix counting inline_data inode numbers
2014-11-04 Jaegeuk Kimf2fs: add stat info for inline_dentry inodes
2014-11-04 Jaegeuk Kimf2fs: avoid deadlock on init_inode_metadata
2014-11-04 Jaegeuk Kimf2fs: fix to wait correct block type
2014-11-04 Jaegeuk Kimf2fs: reuse find_in_block code for find_in_inline_dir
2014-11-04 Jaegeuk Kimf2fs: reuse room_for_filename for inline dentry operation
2014-11-04 Chao Yuf2fs: update f2fs documentation for inline dir support
2014-11-04 Chao Yuf2fs: enable inline dir handling
2014-11-04 Chao Yuf2fs: add key function to handle inline dir
2014-11-04 Chao Yuf2fs: export dir operations for inline dir
2014-11-04 Chao Yuf2fs: add a new mount option for inline dir
2014-11-04 Chao Yuf2fs: add infra struct and helper for inline dir
2014-11-04 Jaegeuk Kimf2fs: avoid infinite loop at cp_error
2014-11-04 Jaegeuk Kimf2fs: avoid build warning
2014-11-04 Jaegeuk Kimf2fs: fix to call f2fs_unlock_op
2014-11-04 Jaegeuk Kimf2fs: avoid to allocate when inline_data was written
2014-11-04 Jaegeuk Kimf2fs: use highmem for directory pages
2014-11-04 Jaegeuk Kimf2fs: fix race conditon on truncation with inline_data
2014-11-04 Jaegeuk Kimf2fs: should truncate any allocated block for inline_da...
2014-11-04 Jaegeuk Kimf2fs: invalidate inmemory page
2014-11-04 Jaegeuk Kimf2fs: do not make dirty any inmemory pages
2014-11-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-11-03 Linus TorvaldsMerge tag 'armsoc-for-rc3' of git://git./linux/kernel...
2014-11-02 Linus TorvaldsLinux 3.18-rc3
2014-11-02 Linus TorvaldsMerge tag 'for-linus-20141102' of git://git.infradead...
2014-11-02 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git./linux/kernel...
2014-11-02 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-11-02 Olof JohanssonMerge tag 'fixes-against-v3.18-rc2' of git://git./linux...
2014-11-02 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-11-02 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-11-02 Dave AirlieMerge branch 'exynos-drm-fixes' of git://git./linux...
2014-11-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-11-02 Linus Torvaldsirda: stop calling sk_prot->disconnect() on connection...
2014-11-02 Andrzej Hajdadrm/exynos: correct connector->dpms field before resuming
2014-11-02 Andrzej Hajdadrm/exynos: enable vblank after DPMS on
next