linux-2.6
2008-10-30  Lachlan McIlroy[XFS] Fix build warning - xfs_fs_alloc_inode() needs...
2008-10-30  David Chinner[XFS] Prevent use-after-free caused by synchronous...
2008-10-30  David Chinner[XFS] Combine the XFS and Linux inodes
2008-10-30  David ChinnerInode: Allow external list initialisation
2008-10-30  David ChinnerInode: Allow external initialisers
2008-10-30  David Chinner[XFS] Never call mark_inode_dirty_sync() directly
2008-10-30  David Chinner[XFS] factor xfs_iget_core() into hit and miss cases
2008-10-30  Christoph Hellwig[XFS] fix instant oops with tracing enabled
2008-10-30  David Chinner[XFS] Move remaining quiesce code.
2008-10-30  David Chinner[XFS] Kill xfs_sync()
2008-10-30  David Chinner[XFS] Kill SYNC_CLOSE
2008-10-30  David Chinner[XFS] make SYNC_DELWRI no longer use xfs_sync
2008-10-30  David Chinner[XFS] make SYNC_ATTR no longer use xfs_sync
2008-10-30  David Chinner[XFS] xfssyncd: don't call xfs_sync
2008-10-30  David Chinner[XFS] kill xfs_syncsub
2008-10-30  David Chinner[XFS] use xfs_sync_inodes rather than xfs_syncsub
2008-10-30  David Chinner[XFS] Use struct inodes instead of vnodes to kill vn_grab
2008-10-30  Christoph Hellwig[XFS] split out two helpers from xfs_syncsub
2008-10-30  Christoph Hellwig[XFS] Move XFS_BMAP_SANITY_CHECK out of line.
2008-10-30  Christoph Hellwig[XFS] Always use struct xfs_btree_block instead of...
2008-10-30  Christoph Hellwig[XFS] cleanup btree record / key / ptr addressing macros.
2008-10-30  David Chinner[XFS] remove the mount inode list
2008-10-30  Christoph Hellwig[XFS] Cleanup maxrecs calculation.
2008-10-30  David Chinner[XFS] Traverse inode trees when releasing dquots
2008-10-30  David Chinner[XFS] Use the inode tree for finding dirty inodes
2008-10-30  David Chinner[XFS] don't block in xfs_qm_dqflush() during async...
2008-10-30  David Chinner[XFS] Remove xfs_iflush_all and clean up xfs_finish_rec...
2008-10-30  David Chinner[XFS] move xfssyncd code to xfs_sync.c
2008-10-30  David Chinner[XFS] move sync code to its own file
2008-10-30  Barry Naujok[XFS] Show buffer address with debug hexdump on corruption
2008-10-30  Barry Naujok[XFS] Check agf_btreeblks is valid when reading in...
2008-10-30  Barry Naujok[XFS] Sync up kernel and user-space headers
2008-10-30  Lachlan McIlroy[XFS] Make xfs_btree_check_ptr() debug-only code.
2008-10-30  Peter Leckie[XFS] Fix build brakage from patch "Clean up dquot...
2008-10-30  Peter Leckie[XFS] Clean up dquot pincount code.
2008-10-30  Lachlan McIlroy[XFS] Wait for all I/O on truncate to zero file size
2008-10-30  Christoph Hellwig[XFS] make btree tracing generic
2008-10-30  Christoph Hellwig[XFS] mark various functions in xfs_btree.c static
2008-10-30  Christoph Hellwig[XFS] add keys_inorder and recs_inorder btree methods
2008-10-30  Christoph Hellwig[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_get_rec
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_delete/delrec
2008-10-30  Christoph Hellwig[XFS] move xfs_bmbt_killroot to common code
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_insert/insrec
2008-10-30  Christoph Hellwig[XFS] move xfs_bmbt_newroot to common code
2008-10-30  Christoph Hellwig[XFS] implement semi-generic xfs_btree_new_root
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_split
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_lshift
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_rshift
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_update
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_updkey
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_lookup
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_decrement
2008-10-30  Christoph Hellwig[XFS] implement generic xfs_btree_increment
2008-10-30  Christoph Hellwig[XFS] add helpers for addressing entities inside a...
2008-10-30  Christoph Hellwig[XFS] add get_maxrecs btree operation
2008-10-30  Christoph Hellwig[XFS] make btree tracing generic
2008-10-30  David Chinner[XFS] add new btree statistics
2008-10-30  Christoph Hellwig[XFS] refactor btree validation helpers
2008-10-30  Christoph Hellwig[XFS] refactor xfs_btree_readahead
2008-10-30  Christoph Hellwig[XFS] add a long pointers flag to xfs_btree_cur
2008-10-30  Christoph Hellwig[XFS] make btree root in inode support generic
2008-10-30  Christoph Hellwig[XFS] add generic btree types
2008-10-30  Christoph Hellwig[XFS] split up xfs_btree_init_cursor
2008-10-30  Christoph Hellwig[XFS] kill struct xfs_btree_hdr
2008-10-30  Lachlan McIlroy[XFS] Unlock inode before calling xfs_idestroy()
2008-10-30  Lachlan McIlroy[XFS] Fix use-after-free with log and quotas
2008-10-30  Barry Naujok[XFS] Remove final remnants of dirv1 macros and other...
2008-10-30  Lachlan McIlroy[XFS] Use xfs_idestroy() to cleanup an inode.
2008-10-30  Lachlan McIlroy[XFS] Remove kmem_zone_t argument from xfs_inode_init_o...
2008-10-30  David Chinner[XFS] Make use of the init-once slab optimisation.
2008-10-28  Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2008-10-28  Linus TorvaldsMerge branch 'kvm-updates/2.6.28' of git://git./linux...
2008-10-28  Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-10-28  Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2008-10-28  Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-10-28  Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-10-28  Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2008-10-28  Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-10-28  Steven Rostedtftrace: fix current_tracer error return
2008-10-28  Xiantao ZhangKVM: ia64: Makefile fix for forcing to re-generate...
2008-10-28  Avi KivityKVM: Future-proof device assignment ABI
2008-10-28  Xiantao ZhangKVM: ia64: Fix halt emulation logic
2008-10-28  Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-28  Marcelo TosattiKVM: MMU: sync root on paravirt TLB flush
2008-10-28  Heiko Carstenslockdep: fix irqs on/off ip tracing
2008-10-28  Christian Borntraeger[S390] s390: Fix build for !CONFIG_S390_GUEST + CONFIG_...
2008-10-28  Heiko Carstens[S390] No more 4kb stacks.
2008-10-28  Heiko Carstens[S390] Change default IPL method to IPL_VM.
2008-10-28  Frank Munzert[S390] tape: disable interrupts in tape_open and tape_r...
2008-10-28  Roel Kluin[S390] appldata: unsigned ops->size cannot be negative
2008-10-28  Frank Munzert[S390] tape block: complete request with correct locking
2008-10-28  Heiko Carstens[S390] Fix sysdev class file creation.
2008-10-28  Christian Borntraeger[S390] pgtables: Fix race in enable_sie vs. page table ops
2008-10-28  Jan Glauber[S390] qdio: remove incorrect memset
2008-10-28  Jan Glauber[S390] qdio: prevent double qdio shutdown in case of...
2008-10-28  qinghuang fenglockdep: minor fix for debug_show_all_locks()
2008-10-28  Frederic Weisbeckertracing: fix a build error on alpha
2008-10-28  Shaohua Lix86, memory hotplug: remove wrong -1 in calling init_me...
2008-10-28  David Milburnlibata: ahci enclosure management bit mask
next