]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2015-08-24 Chao Yuf2fs: fix to release inode correctly
2015-08-24 Chao Yuf2fs: handle f2fs_truncate error correctly
2015-08-24 Chao Yuf2fs: avoid unneeded initializing when converting inlin...
2015-08-24 Zhang Zhenf2fs: atomically set inode->i_flags
2015-08-24 Jaegeuk Kimf2fs: fix wrong pointer access during try_to_free_nids
2015-08-24 Jaegeuk Kimf2fs: use __GFP_NOFAIL to avoid infinite loop
2015-08-22 Chao Yuf2fs: lookup neighbor extent nodes for merging later
2015-08-22 Chao Yuf2fs: split __insert_extent_tree_ret for readability
2015-08-22 Chao Yuf2fs: kill dead code in __insert_extent_tree
2015-08-22 Chao Yuf2fs: adjust showing of extent cache stat
2015-08-22 Chao Yuf2fs: add largest/cached stat in extent cache
2015-08-22 Chao Yuf2fs: fix incorrect mapping for bmap
2015-08-22 Chao Yuf2fs: add annotation for space utilization of regular...
2015-08-22 Fan Lif2fs: fix to update cached_en of extent tree properly
2015-08-22 Junesung Leef2fs: fix typo
2015-08-20 Jaegeuk Kimf2fs: check the node block address of newly allocated nid
2015-08-20 Jaegeuk Kimf2fs: go out for insert_inode_locked failure
2015-08-20 Jaegeuk Kimf2fs: retry gc if one section is not successfully reclaimed
2015-08-20 Jaegeuk Kimf2fs: fix to cover lock_op for update_inode_page
2015-08-20 Jaegeuk Kimf2fs: reuse nids more aggressively
2015-08-20 Jaegeuk Kimf2fs: avoid garbage collecting already moved node blocks
2015-08-20 Jaegeuk Kimf2fs: handle failed bio allocation
2015-08-20 Jaegeuk Kimf2fs: increase the number of max hard links
2015-08-20 Jaegeuk Kimf2fs: skip checkpoint if there is no dirty and prefree...
2015-08-20 Chao Yuf2fs: shrink free_nids entries
2015-08-20 Chao Yuf2fs: avoid clear valid page
2015-08-20 Chao YuMAINTAINERS: add myself as a dedicated reviewer of...
2015-08-20 Jaegeuk Kimf2fs: do not write any node pages related to orphan...
2015-08-14 Jaegeuk Kimf2fs: avoid a build warning
2015-08-14 Chao Yuf2fs: handle error of f2fs_iget correctly
2015-08-14 Jaegeuk Kimf2fs: do not assign a new segment for dio under space...
2015-08-11 Chao Yuf2fs: remove inmem radix tree
2015-08-11 Chao Yuf2fs: report EINVAL for unalignment direct IO
2015-08-10 Chao Yuf2fs: report error of fill_zero
2015-08-06 Chao Yuf2fs: recover invalid/reserved block address for fsynce...
2015-08-06 Fan Lif2fs: use extent cache to optimize f2fs_reserve_block
2015-08-05 Chao Yuf2fs: invalidate temporary meta page
2015-08-05 Chao Yuf2fs: fix to release inode page correctly
2015-08-05 Liu Xuef2fs: unify f2fs_bug_on when check blocks and segment
2015-08-05 Chao Yuf2fs: freeze filesystem when fail to update meta page...
2015-08-05 Fan Lif2fs: change the timing of f2fs_wait_on_page_writeback
2015-08-05 Jaegeuk Kimf2fs: handle error cases in commit_inmem_pages
2015-08-05 Chao Yuf2fs: fix to build free nids from readaheaded nat pages
2015-08-05 Chao Yuf2fs: fix inline data/dentry stat number leak
2015-08-05 Chao Yuf2fs: convert inline data before set atomic/volatile...
2015-08-05 Chao Yuf2fs: fix to wait all atomic written pages writeback
2015-08-05 Chao Yuf2fs: skip writing in ->writepages when no dirty pages...
2015-08-05 Tiezhu Yangf2fs: optimize f2fs_write_cache_pages
2015-08-05 Chao Yuf2fs: fix double lock in handle_failed_inode
2015-08-05 Chao Yuf2fs: reduce region of cp_rwsem covered in f2fs_do_collapse
2015-08-05 Fan Lif2fs: add new interfaces for extent tree
2015-08-05 Jaegeuk Kimf2fs: callers take care of the page from bio error
2015-08-05 Chao Yuf2fs: use atomic_t to record hit ratio info of extent...
2015-08-05 Chao Yuf2fs: stat inline xattr inode number
2015-08-05 Jaegeuk Kimf2fs: use a page temporarily for encrypted gced page
2015-08-04 Chao Yuf2fs: expose f2fs_write_cache_pages
2015-08-04 Chao Yuf2fs: correct return value of ->setxattr
2015-08-04 Chao Yuf2fs: cleanup write_orphan_inodes
2015-08-04 Chao Yuf2fs: warm up cold page after mmaped write
2015-08-04 Chao Yuf2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECT
2015-08-04 Chao Yuf2fs: maintain extent cache in separated file
2015-08-04 Fan Lif2fs: don't try to split extents shorter than F2FS_MIN_...
2015-08-04 Chao Yuf2fs: fix to update page flag
2015-08-04 Jaegeuk Kimf2fs: shrink unreferenced extent_caches first
2015-08-04 Chao Yuf2fs: enhance multithread performance
2015-08-04 Chao Yuf2fs: restrict multimedia filename
2015-08-04 Chao YuMAINTAINERS: add missed trace file for f2fs
2015-08-04 Nicholas Krausef2fs: make the function check_dnode have a return type...
2015-08-04 Jaegeuk Kimf2fs: check the largest extent at look-up time
2015-08-04 Jaegeuk Kimf2fs: use extent_cache by default
2015-08-04 Jaegeuk Kimf2fs: add noextent_cache mount option
2015-08-04 Jaegeuk Kimf2fs: shrink extent_cache entries
2015-08-04 Jaegeuk Kimf2fs: shrink nat_cache entries
2015-08-04 Jaegeuk Kimf2fs: introduce a shrinker for mounted fs
2015-08-04 Jaegeuk Kimf2fs: set cached_en after checking finally
2015-08-04 Jaegeuk Kimf2fs: update on-disk extents even under extent_cache
2015-08-04 Jaegeuk Kimf2fs: fix wrong block address calculation for a split...
2015-08-04 Jaegeuk Kimf2fs: convert inline_data for various fallocate
2015-08-04 Jaegeuk Kimf2fs: avoid to use failed inode immediately
2015-08-04 Jaegeuk Kimf2fs: avoid freed stat information
2015-08-04 Chao Yuf2fs: fix to record dirty page count for symlink
2015-08-04 Markus Elfringf2fs crypto: delete an unnecessary check before the...
2015-08-04 Linus TorvaldsMerge tag 'pci-v4.2-fixes-1' of git://git.kernel.org...
2015-08-04 Linus TorvaldsMerge tag 'topic/mst-fixes-2015-08-04' of git://anongit...
2015-08-04 Linus TorvaldsMerge tag 'for-linus-4.2-rc5-tag' of git://git.kernel...
2015-08-04 Ross Lagerwallxen/events/fifo: Handle linked events when closing...
2015-08-04 Linus TorvaldsMerge branch 'rc-fixes' of git://git.kernel.org/pub...
2015-08-04 Daniel Vetterdrm/atomic-helpers: Make encoder picking more robust
2015-08-04 Daniel Vetterdrm/dp-mst: Remove debug WARN_ON
2015-08-04 Daniel Vetterdrm/i915: Fixup dp mst encoder selection
2015-08-04 Daniel Vetterdrm/atomic-helper: Add an atomice best_encoder callback
2015-08-03 Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2015-08-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-08-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-08-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-08-03 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2015-08-03 Salvatore MesoracaAdding YAMA hooks also when YAMA is not stacked.
2015-08-03 Linus TorvaldsLinux 4.2-rc5 v4.2-rc5
2015-08-03 Linus TorvaldsMerge tag 'powerpc-4.2-3' of git://git.kernel.org/pub...
2015-08-02 Linus Torvaldsi915: temporary fix for DP MST docking station NULL...
next