]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2016-05-20 Jaegeuk Kimf2fs: avoid ENOSPC fault in the recovery process
2016-05-18 Tiezhu Yangf2fs: make exit_f2fs_fs more clear
2016-05-18 Jaegeuk Kimf2fs: use percpu_counter for total_valid_inode_count
2016-05-18 Jaegeuk Kimf2fs: use percpu_counter for alloc_valid_block_count
2016-05-18 Jaegeuk Kimf2fs: use percpu_counter for # of dirty pages in inode
2016-05-18 Jaegeuk Kimf2fs: use percpu_counter for page counters
2016-05-18 Jaegeuk Kimf2fs: use bio count instead of F2FS_WRITEBACK page...
2016-05-16 Jaegeuk Kimf2fs: manipulate dirty file inodes when DATA_FLUSH...
2016-05-16 Sheng Yongf2fs: add fault injection to sysfs
2016-05-16 Yunlei Hef2fs: no need inc dirty pages under inode lock
2016-05-16 Chao Yuf2fs: fix incorrect error path handling in f2fs_move_re...
2016-05-16 Chao Yuf2fs: fix i_current_depth during inline dentry conversion
2016-05-16 Sheng Yongf2fs: correct return value type of f2fs_fill_super
2016-05-11 Chao Yuf2fs: fix deadlock when flush inline data
2016-05-11 Jaegeuk Kimf2fs: avoid f2fs_bug_on during recovery
2016-05-11 Jaegeuk Kimf2fs: show # of orphan inodes
2016-05-11 Chao Yuf2fs: support in batch fzero in dnode page
2016-05-11 Chao Yuf2fs: support in batch multi blocks preallocation
2016-05-11 Chao Yuf2fs: make atomic/volatile operation exclusive
2016-05-11 Chao Yuf2fs: use mnt_{want,drop}_write_file in ioctl
2016-05-07 Jaegeuk Kimf2fs: do not preallocate block unaligned to 4KB
2016-05-07 Jaegeuk Kimf2fs: read node blocks ahead when truncating blocks
2016-05-07 Jaegeuk Kimf2fs: fallocate data blocks in single locked node page
2016-05-07 Chao Yuf2fs: fix inode cache leak
2016-05-07 Jaegeuk Kimfscrypto/f2fs: allow fs-specific key prefix for fs...
2016-05-07 Chao Yuf2fs: avoid panic when truncating to max filesize
2016-05-07 Chao Yuf2fs: fix incorrect mapping in ->bmap
2016-05-07 Jaegeuk Kimf2fs: remove an obsolete variable
2016-05-07 Jaegeuk Kimf2fs: don't worry about inode leak in evict_inode
2016-05-07 Chao Yuf2fs: shrink size of struct seg_entry
2016-05-07 Chao Yuf2fs: reuse get_extent_info
2016-05-07 Chao Yuf2fs: remove unneeded memset when updating xattr
2016-05-07 Chao Yuf2fs: remove unneeded readahead in find_fsync_dnodes
2016-05-07 Jaegeuk Kimf2fs: retry to truncate blocks in -ENOMEM case
2016-05-07 Jaegeuk Kimf2fs: fix leak of orphan inode objects
2016-05-07 Jaegeuk Kimf2fs: revisit error handling flows
2016-05-07 Jaegeuk Kimf2fs: inject ENOSPC failures
2016-05-07 Jaegeuk Kimf2fs: inject page allocation failures
2016-05-07 Jaegeuk Kimf2fs: inject kmalloc failure
2016-05-07 Jaegeuk Kimf2fs: add mount option to select fault injection ratio
2016-05-07 Jaegeuk Kimf2fs: use f2fs_grab_cache_page instead of grab_cache_page
2016-05-07 Jaegeuk Kimf2fs: introduce f2fs_kmalloc to wrap kmalloc
2016-05-07 Jaegeuk Kimf2fs: add proc entry to show valid block bitmap
2016-05-07 Jaegeuk Kimf2fs: introduce macros for proc entries
2016-05-03 Chao Yuf2fs: factor out fsync inode entry operations
2016-05-03 Chao Yuf2fs: fix to clear page private flag
2016-05-03 Chao Yuf2fs: fix to clear private data in page
2016-04-27 Yunlong Songf2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
2016-04-27 Chao Yuf2fs: move node pages only in victim section during GC
2016-04-27 Chao Yuf2fs: be aware of invalid filename length
2016-04-27 Chao YuMAINTAINERS: update my email address
2016-04-26 Jaegeuk Kimf2fs: issue cache flush on direct IO
2016-04-26 Jaegeuk Kimf2fs: set fsync mark only for the last dnode
2016-04-26 Jaegeuk Kimf2fs: report unwritten status in fsync_node_pages
2016-04-26 Jaegeuk Kimf2fs: split sync_node_pages with fsync_node_pages
2016-04-26 Jaegeuk Kimf2fs: avoid writing 0'th page in volatile writes
2016-04-26 Jaegeuk Kimf2fs: avoid needless lock for node pages when fsyncing...
2016-04-15 Jaegeuk Kimf2fs: flush dirty pages before starting atomic writes
2016-04-15 Jaegeuk Kimf2fs: don't invalidate atomic page if successful
2016-04-15 Jaegeuk Kimf2fs: give -E2BIG for no space in xattr
2016-04-15 Jaegeuk Kimf2fs: remove redundant condition check
2016-04-15 Jaegeuk Kimf2fs: unset atomic/volatile flag in f2fs_release_file
2016-04-15 Jaegeuk Kimf2fs: fix dropping inmemory pages in a wrong time
2016-04-15 Jaegeuk Kimf2fs: add BUG_ON to avoid unnecessary flow
2016-04-15 Jaegeuk Kimf2fs: use PGP_LOCK to check its truncation
2016-04-15 Chao Yuf2fs: fix to convert inline directory correctly
2016-04-15 Jaegeuk Kimf2fs: show current mount status
2016-04-15 Jaegeuk Kimf2fs: treat as a normal umount when remounting ro
2016-04-15 Jaegeuk Kimf2fs: give -EINVAL for norecovery and rw mount
2016-04-15 Jaegeuk Kimf2fs: recover superblock at RW remounts
2016-04-15 Jaegeuk Kimf2fs: give RO message when recovering superblock
2016-04-15 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2016-04-15 Linus TorvaldsMerge branch 'mm-urgent-for-linus' of git://git.kernel...
2016-04-15 Linus TorvaldsMerge tag 'dm-4.6-fixes' of git://git.kernel.org/pub...
2016-04-15 Linus TorvaldsMerge tag 'pwm/for-4.6-rc4' of git://git.kernel.org...
2016-04-15 Linus TorvaldsMerge tag 'sound-4.6-rc4' of git://git.kernel.org/pub...
2016-04-15 Linus TorvaldsMerge branch 'mailbox-devel' of git://git.linaro.org...
2016-04-15 Linus TorvaldsMerge tag 'for-linus-4.6-rc4' of git://git.kernel.org...
2016-04-15 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2016-04-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-04-14 Mike Snitzerdm cache metadata: fix READ_LOCK macros and cleanup...
2016-04-14 Linus Torvalds/proc/iomem: only expose physical resource addresses...
2016-04-14 Linus Torvaldspci-sysfs: use proper file capability helper function
2016-04-14 Linus TorvaldsMake file credentials available to the seqfile interfaces
2016-04-14 Linus TorvaldsRevert "x86: remove the kernel code/data/bss resources...
2016-04-14 Stefan Agnerpwm: fsl-ftm: Use flat regmap cache
2016-04-13 Linus TorvaldsMerge tag 'sh-fixes-4.6-rc1' of git://git.libc.org...
2016-04-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-04-13 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2016-04-13 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2016-04-13 Tony Luckx86/mce: Avoid using object after free in genpool
2016-04-13 Takashi IwaiALSA: hda - Fix inconsistent monitor_present state...
2016-04-13 Hyungwon HwangALSA: hda - Fix regression of monitor_present flag...
2016-04-13 Jaegeuk Kimext4/fscrypto: avoid RCU lookup in d_revalidate
2016-04-13 James MorrisMerge tag 'keys-fixes-20160412' of git://git.kernel...
2016-04-12 Olof JohanssonMerge tag 'mvebu-fixes-4.6-1' of git://git.infradead...
2016-04-12 Linus WalleijARM: sa1100: remove references to the defunct handhelds.org
2016-04-12 Olof JohanssonMerge tag 'pxa-fixes-v4.6' of https://github.com/rjarzm...
2016-04-12 Olof JohanssonMerge tag 'omap-for-v4.6/fixes-rc1' of git://git.kernel...
2016-04-12 Kunihiko Hayashibus: uniphier-system-bus: fix condition of overlap...
next