platform/adaptation/renesas_rcar/renesas_kernel.git
2011-10-17 Alex ElderMerge branch 'master' of git://git./linux/kernel/git...
2011-10-17 Linus TorvaldsAvoid using variable-length arrays in kernel/sys.c
2011-10-16 Linus TorvaldsMerge branch 'fixes' of ftp.arm.linux.org.uk/pub/linux...
2011-10-15 Zoltan DevaiARM: 7128/1: vic: Don't write to the read-only register...
2011-10-15 Shawn GuoARM: 7122/1: localtimer: add header linux/errno.h expli...
2011-10-15 Will DeaconARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9
2011-10-14 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-10-14 Linus TorvaldsMerge branch 'gpio/merge' of git://git.secretlab.ca...
2011-10-14 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-10-14 Linus TorvaldsMerge branch 'stable' of git://github.com/cmetcalf...
2011-10-14 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://tesla...
2011-10-14 Mika Westerbergx86, mrst: use a temporary variable for SFI irq
2011-10-13 Jean Delvarehwmon: (w83627ehf) Properly report thermal diode sensors
2011-10-13 Hartmut Knaackgpio-pca953x: fix gpio_base
2011-10-13 Janusz Krzysztofikgpio/omap: fix build error with certain OMAP1 configs
2011-10-13 Chris Metcalftile: revert change from <asm/atomic.h> to <linux/atomi...
2011-10-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2011-10-13 Johann Felix... ide: Fix file references in drivers/ide/
2011-10-13 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-12 Christoph Hellwigxfs: do not flush data workqueues in xfs_flush_buftarg
2011-10-12 Christoph Hellwigxfs: remove XFS_bflush
2011-10-12 Christoph Hellwigxfs: remove xfs_buf_target_name
2011-10-12 Christoph Hellwigxfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
2011-10-12 Christoph Hellwigxfs: clean up xfs_ioerror_alert
2011-10-12 Christoph Hellwigxfs: clean up buffer allocation
2011-10-12 Christoph Hellwigxfs: remove buffers from the delwri list in xfs_buf_stale
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_FINISH_IOWAIT
2011-10-12 Christoph Hellwigxfs: remove xfs_get_buftarg_list
2011-10-12 Christoph Hellwigxfs: fix buffer flushing during unmount
2011-10-12 Christoph Hellwigxfs: optimize fsync on directories
2011-10-12 Dave Chinnerxfs: reduce the number of log forces from tail pushing
2011-10-12 Dave Chinnerxfs: Don't allocate new buffers on every call to _xfs_b...
2011-10-12 Christoph Hellwigxfs: simplify xfs_trans_ijoin* again
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_change_fi...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fs_nfs_co...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fsync
2011-10-12 Christoph Hellwigxfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_tran...
2011-10-12 Lukas Czernerxfs: fix possible overflow in xfs_ioc_trim()
2011-10-12 Christoph Hellwigxfs: cleanup xfs_bmap.h
2011-10-12 Christoph Hellwigxfs: dont ignore error code from xfs_bmbt_update
2011-10-12 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_hole_real
2011-10-12 Christoph Hellwigxfs: pass bmalloca to xfs_bmap_add_extent_delay_real
2011-10-12 Christoph Hellwigxfs: move logflags into bmalloca
2011-10-12 Dave Chinnerxfs: move lastx and nallocs into bmalloca
2011-10-12 Dave Chinnerxfs: move btree cursor into bmalloca
2011-10-12 Dave Chinnerxfs: do not keep local copies of allocation ranges...
2011-10-12 Dave Chinnerxfs: rename allocation range fields in struct xfs_bmalloca
2011-10-12 Dave Chinnerxfs: move firstblock and bmap freelist cursor into...
2011-10-12 Dave Chinnerxfs: move extent records into bmalloca structure
2011-10-12 Dave Chinnerxfs: pass bmalloca structure to xfs_bmap_isaeof
2011-10-12 Christoph Hellwigxfs: remove xfs_bmap_add_extent
2011-10-12 Christoph Hellwigxfs: introduce xfs_bmap_last_extent
2011-10-12 Dave Chinnerxfs: rename xfs_bmapi to xfs_bmapi_write
2011-10-12 Dave Chinnerxfs: factor unwritten extent map manipulations out...
2011-10-12 Dave Chinnerxfs: factor extent allocation out of xfs_bmapi
2011-10-12 Christoph Hellwigxfs: do not use xfs_bmap_add_extent for adding delalloc...
2011-10-12 Christoph Hellwigxfs: introduce xfs_bmapi_delay()
2011-10-12 Christoph Hellwigxfs: factor delalloc reservations out of xfs_bmapi
2011-10-12 Dave Chinnerxfs: remove xfs_bmapi_single()
2011-10-12 Dave Chinnerxfs: introduce xfs_bmapi_read()
2011-10-12 Dave Chinnerxfs: factor extent map manipulations out of xfs_bmapi
2011-10-12 Christoph Hellwigxfs: remove the nextents variable in xfs_bmapi
2011-10-12 Christoph Hellwigxfs: remove impossible to read code in xfs_bmap_add_ext...
2011-10-12 Christoph Hellwigxfs: remove the first extent special case in xfs_bmap_a...
2011-10-12 Mitsuo Hayasakaxfs: Return -EIO when xfs_vn_getattr() failed
2011-10-12 Chandra Seetharamanxfs: Fix the incorrect comment in the header of _xfs_bu...
2011-10-12 Chandra Seetharamanxfs: Check the return value of xfs_trans_get_buf()
2011-10-12 Chandra Seetharamanxfs: Check the return value of xfs_buf_get()
2011-10-12 Christoph Hellwigxfs: improve ioend error handling
2011-10-12 Christoph Hellwigxfs: avoid direct I/O write vs buffered I/O race
2011-10-12 Christoph Hellwigxfs: avoid synchronous transactions when deleting attr...
2011-10-12 Christoph Hellwigxfs: remove i_iocount
2011-10-12 Christoph Hellwigxfs: wait for I/O completion when writing out pages...
2011-10-12 Christoph Hellwigxfs: reduce ioend latency
2011-10-12 Christoph Hellwigxfs: defer AIO/DIO completions
2011-10-12 Christoph Hellwigxfs: remove dead ENODEV handling in xfs_destroy_ioend
2011-10-12 Christoph Hellwigxfs: use the "delwri" terminology consistently
2011-10-12 Christoph Hellwigxfs: let xfs_bwrite callers handle the xfs_buf_relse
2011-10-12 Christoph Hellwigxfs: call xfs_buf_delwri_queue directly
2011-10-12 Christoph Hellwigxfs: move more delwri setup into xfs_buf_delwri_queue
2011-10-12 Christoph Hellwigxfs: remove the unlock argument to xfs_buf_delwri_queue
2011-10-12 Christoph Hellwigxfs: remove delwri buffer handling from xfs_buf_iorequest
2011-10-12 Dave Chinnerxfs: don't serialise adjacent concurrent direct IO...
2011-10-12 Dave Chinnerxfs: don't serialise direct IO reads on page cache...
2011-10-11 Christoph Hellwigxfs: revert to using a kthread for AIL pushing
2011-10-11 Christoph Hellwigxfs: force the log if we encounter pinned buffers in...
2011-10-11 Christoph Hellwigxfs: do not update xa_last_pushed_lsn for locked items
2011-10-11 Chris MasonBtrfs: make sure not to defrag extents past i_size
2011-10-11 Adrian Bunkx86: Default to vsyscall=native for now
2011-10-10 Li ZefanBtrfs: fix recursive auto-defrag
2011-10-10 Wolfgang Grandeggermscan: too much data copied to CAN frame due to 16...
2011-10-10 Yan, Zhenggro: refetch inet6_protos[] after pulling ext headers
2011-10-10 Dmitry Kravkovbnx2x: fix cl_id allocation for non-eth clients for...
2011-10-10 Thadeu Lima... mlx4_en: fix endianness with blue frame support
2011-10-10 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2011-10-10 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2011-10-10 Marc DietrichARM: tegra: fix compilation error due to mach/hardware...
2011-10-10 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
next