]> git.karo-electronics.de Git - karo-tx-linux.git/history - fs/f2fs
Merge remote-tracking branch 'slave-dma/next'
[karo-tx-linux.git] / fs / f2fs /
2013-06-07 Stephen RothwellMerge remote-tracking branch 'slave-dma/next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'scsi/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'ubi/linux-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'thermal/next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'cpuidle/cpuidle-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'idle/next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'pm/linux-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'infiniband/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'libata/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'kbuild/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'v4l-dvb/master'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'hwmon-staging/hwmon-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'i2c/i2c/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'hid/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'pci/next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'xfs/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'v9fs/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'ocfs2/linux-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'nfsd/nfsd-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'nfs/linux-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'logfs/master'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'jfs/jfs-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'gfs2/master'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'fscache/fscache'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'f2fs/dev'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'ext4/dev'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'ceph/testing'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'sh/sh-latest'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'cris/for-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'xilinx/arm-next'
2013-06-07 Stephen RothwellMerge remote-tracking branch 'irqdomain-current/irqdoma...
2013-06-07 Stephen RothwellMerge remote-tracking branch 'ide/master'
2013-06-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-30 Mark BrownMerge remote-tracking branch 'regulator/fix/doc' into...
2013-05-30 Mark BrownMerge remote-tracking branch 'regulator/fix/dbx500...
2013-05-29 Jean-Christophe... Merge branch 'fbdev-3.10-fixes' of git://gitorious...
2013-05-28 Jaegeuk Kimf2fs: cover cp_file information with ilock
2013-05-28 Jaegeuk Kimf2fs: fix incorrect iputs during the dentry recovery
2013-05-28 Jaegeuk Kimf2fs: fix dentry recovery routine
2013-05-28 Jaegeuk Kimf2fs: iput only if whole data blocks are flushed
2013-05-28 Namjae Jeonf2fs: return proper error from start_gc_thread
2013-05-28 Namjae Jeonf2fs: optimize several routines in node.h
2013-05-28 Namjae Jeonf2fs: remove unneeded initializations in f2fs_parent_dir
2013-05-28 Namjae Jeonf2fs: push some variables to debug part
2013-05-28 Jaegeuk Kimf2fs: align data types between on-disk and in-memory...
2013-05-28 Dan Carpenterf2fs: dereferencing an ERR_PTR
2013-05-28 Jaegeuk Kimf2fs: use ihold
2013-05-28 Jaegeuk Kimf2fs: should not make_bad_inode on f2fs_link failure
2013-05-28 Jaegeuk Kimf2fs: fix to handle do_recover_data errors
2013-05-28 Jaegeuk Kimf2fs: reuse the locked dnode page and its inode
2013-05-28 Jaegeuk Kimf2fs: fix wrong condition check
2013-05-28 Jaegeuk Kimf2fs: add f2fs_readonly()
2013-05-28 Jaegeuk Kimf2fs: avoid RECLAIM_FS-ON-W: deadlock
2013-05-28 Jaegeuk Kimf2fs: don't do checkpoint if error is occurred
2013-05-28 Jaegeuk Kimf2fs: fix to unlock page before exit
2013-05-28 Jaegeuk Kimf2fs: remove unnecessary kmap/kunmap operations
2013-05-28 Namjae Jeonf2fs: reorganize f2fs_vm_page_mkwrite
2013-05-28 majianpengf2fs: use list_for_each_entry rather than list_for_each...
2013-05-28 Haicheng Lif2fs: remove unecessary variable and code
2013-05-28 Peter Zijlstraf2fs, lockdep: annotate mutex_lock_all()
2013-05-28 Jaegeuk Kimf2fs: add debug msgs in the recovery routine
2013-05-28 Jaegeuk Kimf2fs: update inode page after creation
2013-05-28 Jaegeuk Kimf2fs: change get_new_data_page to pass a locked node...
2013-05-28 Jaegeuk Kimf2fs: skip get_node_page if locked node page is passed
2013-05-28 Jaegeuk Kimf2fs: remove unnecessary por_doing check
2013-05-28 Jaegeuk Kimf2fs: fix BUG_ON during f2fs_evict_inode(dir)
2013-05-28 Jaegeuk Kimf2fs: fix por_doing variable coverage
2013-05-28 Jaegeuk Kimf2fs: remove redundant assignment
2013-05-28 Jaegeuk Kimf2fs: fix the inconsistent state of data pages
2013-05-28 Jaegeuk Kimf2fs: fix inconsistency of block count during recovery
2013-05-28 Zhang RuiMerge branches 'misc', 'drv_cleanup', 'devm-cleanup...
2013-05-26 Linus TorvaldsMerge tag 'for-v3.10-fixes' of git://git.infradead...
2013-05-24 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2013-05-24 Dave AirlieMerge branch 'exynos-drm-fixes' of git://git.kernel...
2013-05-24 Dave AirlieMerge remote-tracking branch 'pfdo/drm-fixes' into...
2013-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-22 Russell KingMerge branch 'for-next' of git://git.pengutronix.de...
2013-05-22 Lukas Czernermm: change invalidatepage prototype to accept length
2013-05-22 Mauro Carvalho ChehabMerge /home/v4l/v4l/patchwork
2013-05-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-21 Linus TorvaldsMerge branch 'drm-radeon-sun-hainan' of git://people...
2013-05-21 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-18 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.secretlab...
2013-05-17 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2013-05-16 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-05-16 Linus TorvaldsMerge branch 'queue' of git://git.kernel.org/pub/scm...
2013-05-15 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2013-05-15 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2013-05-15 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2013-05-15 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2013-05-15 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-05-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-15 Konrad Rzeszutek... Merge tag 'v3.10-rc1' into stable/for-linus-3.10
2013-05-14 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2013-05-14 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2013-05-14 Mark BrownMerge remote-tracking branch 'asoc/fix/wm0010' into...
2013-05-14 Mark BrownMerge remote-tracking branch 'asoc/fix/ux500' into...
2013-05-14 Mark BrownMerge remote-tracking branch 'asoc/fix/da7213' into...
next