]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2015-07-06 Al Viroufs_inode_getfrag(): split extending the partial blocks off
2015-07-06 Al Viroufs_inode_getblock(): pass indirect block number and...
2015-07-06 Al Viroufs_inode_getblock(): pass index instead of 'fragment'
2015-07-06 Al Viroufs_inode_get{frag,block}(): leave sb_getblk() to caller
2015-07-06 Al Viroufs_getfrag_block(): get rid of macro jungles
2015-07-06 Al Viroufs_inode_get{frag,block}(): consolidate success exits
2015-07-06 Al Viroufs: use the branch depth in ufs_getfrag_block()
2015-07-06 Al Viroufs: move calculation of offsets into ufs_getfrag_block()
2015-07-06 Al Viroufs_inode_get{frag,block}(): get rid of retries
2015-07-06 Al Viro__ufs_truncate_blocks(): avoid excessive dirtying of...
2015-07-06 Al Virofree_full_branch(): don't bother modifying the block...
2015-07-06 Al Viromove marking inode dirty to the end of __ufs_truncate_b...
2015-07-06 Al Virofree_full_branch(): saner calling conventions
2015-07-06 Al Viroufs_trunc_branch(): kill recursion
2015-07-06 Al Viroufs_trunc_branch(): massage towards killing recursion
2015-07-06 Al Virosplit ufs_truncate_branch() into full- and partial...
2015-07-06 Al Viroufs: unify the logics for collecting adjacent data...
2015-07-06 Al Viroufs_trunc_branch(): separate the calls with non-NULL...
2015-07-06 Al Viroufs_trunc_branch(): never call with offsets != NULL...
2015-07-06 Al Viro__ufs_trunc_blocks(): turn the part after switch into...
2015-07-06 Al Viro__ufs_truncate_blocks(): unify freeing the full branches
2015-07-06 Al Virounify ufs_trunc_..indirect()
2015-07-06 Al Viroufs_trunc_..indirect(): more massage towards unifying
2015-07-06 Al Viroufs_trunc_...indirect(): pass the array of indices...
2015-07-06 Al Viro__ufs_truncate(); find cutoff distances into branches...
2015-07-06 Al Viroufs_trunc_dindirect(): pass the number of blocks to...
2015-07-06 Al Viroufs_trunc_indirect(): pass the index of the first point...
2015-07-06 Al Viroufs_trunc_tindirect(): pass the number of blocks to...
2015-07-06 Al Viroufs: beginning of __ufs_truncate_block() massage
2015-07-06 Al Viroufs: the offsets ufs_block_to_path() puts into array...
2015-07-06 Al Viroufs: move truncate code into inode.c
2015-07-06 Al Viroufs: no retries are needed on truncate
2015-07-06 Al Viroufs: ufs_trunc_...() has exclusion with everything...
2015-07-06 Al Viroufs: ufs_trunc_direct() always returns 0
2015-07-06 Al Viroufs: kill lock_ufs()
2015-07-06 Al Viroufs: don't use lock_ufs() for block pointers tree prote...
2015-07-06 Al Viroufs: bforget() indirect blocks before freeing them
2015-07-06 Al Viroufs: move lock_ufs() down into __ufs_truncate_blocks()
2015-07-06 Al Viroufs: move truncate_setsize() down into ufs_truncate()
2015-07-06 Al Viroufs: free excessive blocks upon ->write_begin() failure...
2015-07-06 Al Viroufs: switch ufs_evict_inode() to trimmed-down variant...
2015-07-06 Al Viroufs: kill more lock_ufs() calls
2015-07-05 Linus TorvaldsLinux 4.2-rc1 v4.2-rc1
2015-07-05 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.2-2' of git://git...
2015-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-05 Linus Torvaldsbluetooth: fix list handling
2015-07-04 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-07-04 Linus TorvaldsMerge tag 'ntb-4.2' of git://github.com/jonmason/ntb
2015-07-04 Al Viro9p: cope with bogus responses from server in p9_client_...
2015-07-04 Al Virop9_client_write(): avoid double p9_free_req()
2015-07-04 Al Viro9p: forgetting to cancel request on interrupted zero...
2015-07-04 Matthew Wilcoxdax: bdev_direct_access() may sleep
2015-07-04 Matthew Wilcoxblock: Add support for DAX reads/writes to block devices
2015-07-04 Matthew Wilcoxdax: Use copy_from_iter_nocache
2015-07-04 Matthew Wilcoxdax: Add block size note to documentation
2015-07-04 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2015-07-04 Dave JiangNTB: Add split BAR output for debugfs stats
2015-07-04 Dave JiangNTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
2015-07-04 Dave JiangNTB: Print driver name and version in module init
2015-07-04 Dave JiangNTB: Increase transport MTU to 64k from 16k
2015-07-04 Dave JiangNTB: Rename Intel code names to platform names
2015-07-04 Dave JiangNTB: Default to CPU memcpy for performance
2015-07-04 Dave JiangNTB: Improve performance with write combining
2015-07-04 Allen HubbeNTB: Use NUMA memory in Intel driver
2015-07-04 Allen HubbeNTB: Use NUMA memory and DMA chan in transport
2015-07-04 Allen HubbeNTB: Rate limit ntb_qp_link_work
2015-07-04 Allen HubbeNTB: Add tool test client
2015-07-04 Allen HubbeNTB: Add ping pong test client
2015-07-04 Allen HubbeNTB: Add parameters for Intel SNB B2B addresses
2015-07-04 Allen HubbeNTB: Reset transport QP link stats on down
2015-07-04 Allen HubbeNTB: Do not advance transport RX on link down
2015-07-04 Allen HubbeNTB: Differentiate transport link down messages
2015-07-04 Dave JiangNTB: Check the device ID to set errata flags
2015-07-04 Dave JiangNTB: Enable link for Intel root port mode in probe
2015-07-04 Dave JiangNTB: Read peer info from local SPAD in transport
2015-07-04 Allen HubbeNTB: Split ntb_hw_intel and ntb_transport drivers
2015-07-04 Allen HubbeNTB: Add NTB hardware abstraction layer
2015-07-04 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-07-04 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-04 Ingo Molnarx86/fpu: Fix boot crash in the early FPU code
2015-07-04 Srikar Dronamrajusched/numa: Fix numa balancing stats in /proc/pid/sched
2015-07-04 Srikar Dronamrajusched/numa: Show numa_group ID in /proc/sched_debug...
2015-07-04 Srikar Dronamrajusched/debug: Move print_cfs_rq() declaration to kernel...
2015-07-04 Naveen N. Raosched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_...
2015-07-04 Naveen N. Raosched/stat: Simplify the sched_info accounting dependency
2015-07-04 Dmitry TorokhovMerge branch 'next' into for-linus
2015-07-03 Linus TorvaldsMerge tag 'topic/drm-fixes-2015-07-04' of git://anongit...
2015-07-03 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2015-07-03 Shixin Zengdrm/crtc: Fix edid length computation
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'remoteproc-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'hwspinlock-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'nios2-v4.2' of git://git.rocketboards.org...
2015-07-03 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git.kernel...
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
next