summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-0212-64/+742
|\
| * virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| * virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-025-0/+619
| * virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
| * virtio: console: wait for first console port for early console outputChristian Borntraeger2011-11-021-0/+20
| * virtio: console: add port stats for bytes received, sent and discardedAmit Shah2011-11-021-0/+24
| * virtio: console: make discard_port_data() use get_inbuf()Amit Shah2011-11-021-10/+5
| * virtio: console: rename variableAmit Shah2011-11-021-6/+5
| * virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah2011-11-021-14/+8
| * virtio: console: Fix return type for get_inbuf()Amit Shah2011-11-021-1/+1
| * virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah2011-11-021-4/+5
| * virtio: console: Ignore port name update request if name already setAmit Shah2011-11-021-0/+7
| * virtio: console: Fix indentationAmit Shah2011-11-021-1/+1
| * virtio: modify vring_init and vring_size to take account of the layout contai...Wang Sheng-Hui2011-11-021-3/+3
| * virtio.h: correct comment for struct virtio_driverWang Sheng-Hui2011-11-021-2/+2
| * virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-9/+5
| * virtio_config: Add virtio_config_val_len()Sasha Levin2011-11-021-0/+3
| * virtio-console: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-6/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02108-235/+301
|\ \
| * | vfs: add d_prune dentry operationSage Weil2011-11-023-8/+41
| * | vfs: protect i_nlinkMiklos Szeredi2011-11-022-6/+16
| * | filesystems: add set_nlink()Miklos Szeredi2011-11-0281-148/+163
| * | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-0232-58/+55
| * | logfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0
| * | ocfs2: remove unnecessary nlink settingMiklos Szeredi2011-11-021-2/+0
| * | jfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0
| * | hypfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-2/+0
| * | vfs: ignore error on forced remountMiklos Szeredi2011-11-021-2/+7
| * | readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-023-7/+17
| * | vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov2011-11-021-1/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-11-0234-1329/+2898
|\ \ \
| * | | jbd2: Unify log messages in jbd2 codeEryu Guan2011-11-014-47/+47
| * | | jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2011-11-012-0/+16
| * | | ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang2011-11-011-1/+1
| * | | ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang2011-11-011-8/+8
| * | | ext4: fix a typo in struct ext4_allocation_contextRobin Dong2011-10-311-1/+1
| * | | ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm2011-10-311-2/+8
| * | | ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan2011-10-311-5/+1
| * | | ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang2011-10-311-2/+2
| * | | ext4: return ENOMEM if find_or_create_pages failsYongqiang Yang2011-10-311-2/+2
| * | | ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()Yongqiang Yang2011-10-311-1/+2
| * | | ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma2011-10-314-20/+18
| * | | ext4: optimize locking for end_io extent conversionTheodore Ts'o2011-10-312-29/+13
| * | | ext4: remove unnecessary call to waitqueue_active()Theodore Ts'o2011-10-301-11/+4
| * | | ext4: Use correct locking for ext4_end_io_nolock()Tao Ma2011-10-302-6/+11
| * | | ext4: fix race in xattr block allocation pathEric Sandeen2011-10-291-0/+6
| * | | ext4: trace punch_hole correctly in ext4_ext_map_blocksYongqiang Yang2011-10-291-3/+3
| * | | ext4: clean up AGGRESSIVE_TEST codeYongqiang Yang2011-10-291-16/+8
| * | | ext4: move variables to their scopeYongqiang Yang2011-10-291-11/+10
| * | | ext4: fix quota accounting during migrationDmitry Monakhov2011-10-294-10/+17
OpenPOWER on IntegriCloud