]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs/f2fs
pnfs/blocklayout: include vmalloc.h for __vmalloc
[karo-tx-linux.git] / fs / f2fs /
2014-09-07 Linus TorvaldsMerge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org...
2014-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-09-07 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2014-09-07 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2014-09-06 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2014-09-06 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2014-09-06 Linus TorvaldsMerge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel...
2014-09-06 Linus TorvaldsMerge tag 'for-linus-20140905' of git://git.infradead...
2014-09-05 Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2014-09-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-09-05 Linus TorvaldsMerge tag 'regulator-v3.17-rc3' of git://git.kernel...
2014-09-05 Linus TorvaldsMerge tag 'gpio-v3.17-3' of git://git.kernel.org/pub...
2014-09-05 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-09-05 Mark BrownMerge remote-tracking branches 'regulator/fix/doc'...
2014-09-04 Dave AirlieMerge branch 'linux-3.17' of git://anongit.freedesktop...
2014-09-04 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-fixes
2014-09-04 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2014-09-04 Linus TorvaldsMerge tag 'platform-drivers-x86-v3.17-1' of git://git...
2014-09-04 Linus TorvaldsMerge tag 'sound-3.17-rc4' of git://git.kernel.org...
2014-09-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-09-04 Linus TorvaldsMerge tag 'regmap-v3.17-rc1' of git://git.kernel.org...
2014-09-03 Linus TorvaldsMerge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org...
2014-09-03 Takashi IwaiMerge tag 'asoc-v3.17-rc3' of git://git.kernel.org...
2014-09-02 Mark BrownMerge remote-tracking branches 'asoc/fix/axi', 'asoc...
2014-09-02 Chao Yuf2fs: reposition unlock_new_inode to prevent accessing...
2014-08-30 Mark BrownMerge remote-tracking branches 'spi/fix/au1550', 'spi...
2014-08-29 Jaegeuk Kimf2fs: fix wrong casting for dentry name
2014-08-28 Linus TorvaldsMerge tag 'sound-3.17-rc3' of git://git.kernel.org...
2014-08-28 Dan Carpenterf2fs: simplify by using a literal
2014-08-28 Dave AirlieMerge branch 'drm-3.17-rc2-sti-fixes' of git://git...
2014-08-27 Olof JohanssonMerge tag 'renesas-clock-fixes-for-v3.17' of git:/...
2014-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-08-25 Jaegeuk Kimf2fs: truncate stale block for inline_data
2014-08-24 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2014-08-23 Olof JohanssonMerge tag 'sunxi-dt-for-3.17-2' of git://git.kernel...
2014-08-22 Chao Yuf2fs: use macro for code readability
2014-08-22 Ingo MolnarMerge tag 'efi-urgent' of git://git.kernel.org/pub...
2014-08-21 Linus TorvaldsMerge tag 'sound-3.17-rc2' of git://git.kernel.org...
2014-08-21 Chao Yuf2fs: introduce need_do_checkpoint for readability
2014-08-21 Chao Yuf2fs: fix incorrect calculation with total/free inode num
2014-08-21 Jaegeuk Kimf2fs: remove rename and use rename2
2014-08-21 Jaegeuk Kimf2fs: skip if inline_data was converted already
2014-08-21 Jaegeuk Kimf2fs: remove rewrite_node_page
2014-08-21 Jaegeuk Kimf2fs: avoid double lock in truncate_blocks
2014-08-21 Jaegeuk Kimf2fs: prevent checkpoint during roll-forward
2014-08-21 Jaegeuk Kimf2fs: add WARN_ON in f2fs_bug_on
2014-08-21 Jaegeuk Kimf2fs: handle EIO not to break fs consistency
2014-08-21 Jaegeuk Kimf2fs: check s_dirty under cp_mutex
2014-08-21 Jaegeuk Kimf2fs: unlock_page when node page is redirtied out
2014-08-21 Jaegeuk Kimf2fs: introduce f2fs_cp_error for readability
2014-08-21 Jaegeuk Kimf2fs: give a chance to mount again when encountering...
2014-08-21 Jaegeuk Kimf2fs: trigger release_dirty_inode in f2fs_put_super
2014-08-19 Jaegeuk Kimf2fs: don't skip checkpoint if there is no dirty node...
2014-08-19 Jaegeuk Kimf2fs: avoid bug_on when error is occurred
2014-08-19 Jaegeuk Kimf2fs: fix to recover inline_xattr/data and blocks
2014-08-19 Jaegeuk Kimf2fs: should clear the inline_xattr flag
2014-08-19 Jaegeuk Kimf2fs: clear FI_INC_LINK during the recovery
2014-08-19 Jaegeuk Kimf2fs: fix the initial inode page for recovery
2014-08-19 Jaegeuk Kimf2fs: make clear on test condition and return types
2014-08-19 Jaegeuk Kimf2fs: should convert inline_data during the mkwrite
2014-08-19 arter97f2fs: fix typo
2014-08-19 Linus TorvaldsMerge tag 'pci-v3.17-changes-3' of git://git.kernel...
2014-08-19 Chris ZankelMerge tag 'xtensa-for-next-20140815' into for_next
2014-08-16 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2014-08-16 Linus TorvaldsMerge branch 'for-linus2' of git://git.kernel.org/pub...
2014-08-16 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-08-16 Linus TorvaldsMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
2014-08-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-08-16 Linus TorvaldsMerge tag 'sound-fix-3.17-rc1' of git://git.kernel...
2014-08-15 Linus TorvaldsMerge branch 'linux_next' of git://git.kernel.org/pub...
2014-08-15 Mark BrownMerge remote-tracking branches 'asoc/fix/arizona',...
2014-08-15 Mark BrownMerge tag 'asoc-v3.16-rc1' into asoc-linus
2014-08-14 Dave AirlieMerge branch 'linux-3.17' of git://anongit.freedesktop...
2014-08-14 Linus TorvaldsMerge branch 'misc' of git://git.kernel.org/pub/scm...
2014-08-14 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2014-08-14 Linus TorvaldsMerge tag 'rdma-for-linus' of git://git.kernel.org...
2014-08-14 Linus TorvaldsMerge tag 'hwspinlock-3.17' of git://git.kernel.org...
2014-08-14 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.secretlab...
2014-08-14 Linus TorvaldsMerge tag 'dm-3.17-changes' of git://git.kernel.org...
2014-08-14 Linus TorvaldsMerge tag 'mmc-v3.17-1' of git://git.linaro.org/people...
2014-08-14 Linus TorvaldsMerge branch 'for-3.17/drivers' of git://git.kernel...
2014-08-14 Linus TorvaldsMerge branch 'for-3.17/core' of git://git.kernel.dk...
2014-08-14 Linus TorvaldsMerge branch 'x86-apic-for-linus' of git://git.kernel...
2014-08-14 Linus TorvaldsMerge branch 'x86-efi-for-linus' of git://git.kernel...
2014-08-14 Linus TorvaldsMerge branch 'x86-xsave-for-linus' of git://git.kernel...
2014-08-14 Linus TorvaldsMerge tag 'metag-for-v3.17' of git://git.kernel.org...
2014-08-14 Linus TorvaldsMerge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org...
2014-08-13 Linus TorvaldsMerge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi...
2014-08-13 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2014-08-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-08-13 Linus TorvaldsMerge tag 'upstream-3.17-rc1' of git://git.infradead...
2014-08-11 Rafael J. WysockiMerge branch 'pm-tools'
2014-08-11 Rafael J. WysockiMerge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
2014-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2014-08-11 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2014-08-11 Linus TorvaldsMerge tag 'md/3.17' of git://neil.brown.name/md
2014-08-11 Linus TorvaldsMerge tag 'modules-next-for-linus' of git://git.kernel...
2014-08-11 Linus TorvaldsMerge tag 'virtio-next-for-linus' of git://git.kernel...
2014-08-10 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
next