]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs/f2fs/extent_cache.c
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[karo-tx-linux.git] / fs / f2fs / extent_cache.c
2015-09-08 Linus TorvaldsMerge tag 'libnvdimm-for-4.3' of git://git.kernel.org...
2015-09-08 Linus TorvaldsMerge branch 'misc' of git://git.kernel.org/pub/scm...
2015-09-08 Linus TorvaldsMerge branch 'kconfig' of git://git.kernel.org/pub...
2015-09-08 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2015-09-08 Linus TorvaldsMerge tag 'trace-v4.3' of git://git.kernel.org/pub...
2015-09-08 Linus TorvaldsMerge branch 'upstream' of git://git.infradead.org...
2015-09-08 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2015-09-08 Linus TorvaldsMerge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk...
2015-09-08 Linus TorvaldsMerge tag 'for-linus-4.3-rc0-tag' of git://git.kernel...
2015-09-08 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git.kernel...
2015-09-08 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-09-08 Linus TorvaldsMerge tag 'ecryptfs-4.3-rc1-stale-dcache' of git:/...
2015-09-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-07 Linus TorvaldsMerge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org...
2015-09-07 Linus TorvaldsMerge tag 'xfs-for-linus-4.3' of git://git.kernel.org...
2015-09-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-09-06 Linus TorvaldsMerge tag 'for-linus-4.3-merge-window-part-1' of git...
2015-09-06 Linus TorvaldsMerge tag 'media/v4.3-1' of git://git.kernel.org/pub...
2015-09-06 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2015-09-06 Linus TorvaldsMerge tag 'md/4.3' of git://neil.brown.name/md
2015-09-06 Linus TorvaldsMerge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields...
2015-09-05 Linus TorvaldsMerge branch 'for-linus-4.3' of git://git.kernel.org...
2015-09-04 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2015-09-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-09-04 Linus TorvaldsMerge tag 'sound-4.3-rc1' of git://git.kernel.org/pub...
2015-09-04 Linus TorvaldsMerge tag 'backlight-for-linus-4.3' of git://git.kernel...
2015-09-04 Linus TorvaldsMerge tag 'mfd-for-linus-4.3' of git://git.kernel.org...
2015-09-04 Linus TorvaldsMerge tag 'dmaengine-4.3-rc1' of git://git.infradead...
2015-09-04 Linus TorvaldsMerge tag 'pinctrl-v4.3-1' of git://git.kernel.org...
2015-09-04 Linus TorvaldsMerge tag 'gpio-v4.3-1' of git://git.kernel.org/pub...
2015-09-04 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-04 Linus TorvaldsMerge tag 'arm64-upstream' of git://git.kernel.org...
2015-09-03 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-09-03 Linus TorvaldsMerge tag 'powerpc-4.3-1' of git://git.kernel.org/pub...
2015-09-03 Linus TorvaldsMerge branch 'pcmcia' of git://ftp.arm.linux.org.uk...
2015-09-03 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-09-03 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2015-09-03 Linus TorvaldsMerge branch 'locking-core-for-linus' of git://git...
2015-09-03 Linus TorvaldsMerge tag 'for-f2fs-4.3' of git://git.kernel.org/pub...
2015-08-28 Chao Yuf2fs: avoid accessing NULL pointer in f2fs_drop_largest...
2015-08-26 Chao Yuf2fs: update extent tree in batches
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 Fan Lif2fs: fix to update cached_en of extent tree properly
2015-08-05 Fan Lif2fs: add new interfaces for extent tree
2015-08-05 Chao Yuf2fs: use atomic_t to record hit ratio info of extent...
2015-08-04 Chao Yuf2fs: maintain extent cache in separated file