Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) | Mark McLoughlin | 2009-06-12 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | virtio: teach virtio_has_feature() about transport features | Mark McLoughlin | 2009-06-12 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | virtio_pci: optional MSI-X support | Michael S. Tsirkin | 2009-06-12 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 2009-06-12 | 1 | -11/+36 | |
| * | | | | | | | | | | | | | | | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 2009-06-12 | 3 | -7/+14 | |
| * | | | | | | | | | | | | | | | virtio: fix obsolete documentation on probe function | Rusty Russell | 2009-06-12 | 1 | -2/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi... | Linus Torvalds | 2009-06-12 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | CUSE: implement CUSE - Character device in Userspace | Tejun Heo | 2009-06-09 | 1 | -0/+31 | |
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an... | Linus Torvalds | 2009-06-12 | 3 | -11/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | module: trim exception table on init free. | Rusty Russell | 2009-06-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | module_param: allow 'bool' module_params to be bool, not just int. | Rusty Russell | 2009-06-12 | 1 | -9/+23 | |
| * | | | | | | | | | | | | | | | | module_param: add __same_type convenience wrapper for __builtin_types_compati... | Rusty Russell | 2009-06-12 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | module_param: split perm field into flags and perm | Rusty Russell | 2009-06-12 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | module_param: invbool should take a 'bool', not an 'int' | Rusty Russell | 2009-06-12 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-12 | 3 | -26/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | ide: add IDE_DFLAG_NIEN_QUIRK device flag | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | ide: respect quirk_drives[] list on all controllers | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 2009-06-07 | 3 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ide: preserve Host Protected Area by default (v2) | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | ide-gd: implement block device ->set_capacity method (v2) | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | partitions: add ->set_capacity block device method | Bartlomiej Zolnierkiewicz | 2009-06-07 | 2 | -0/+3 | |
| * | | | | | | | | | | | | | | | | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 2009-05-22 | 2 | -2/+2 | |
| |\| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | ide: remove hw_regs_t typedef | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | ide: pass number of ports to ide_host_{alloc,add}() (v2) | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | ide: remove chipset field from hw_regs_t | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -15/+6 | |
* | | | | | | | | | | | | | | | | | fs/qnx4: sanitize includes | Al Viro | 2009-06-11 | 2 | -60/+1 | |
* | | | | | | | | | | | | | | | | | Sanitize qnx4 fsync handling | Al Viro | 2009-06-11 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | | New helper - simple_fsync() | Al Viro | 2009-06-11 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | linux/magic.h: move cramfs magic out of cramfs_fs.h | Mike Frysinger | 2009-06-11 | 2 | -2/+3 | |
* | | | | | | | | | | | | | | | | | fs: Rearrange inode structure elements to avoid waste due to padding | Theodore Ts'o | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | fs: Remove i_cindex from struct inode | Theodore Ts'o | 2009-06-11 | 2 | -1/+2 | |
* | | | | | | | | | | | | | | | | | Trim a bit of crap from fs.h | Al Viro | 2009-06-11 | 1 | -3/+0 | |
* | | | | | | | | | | | | | | | | | dcache: extrace and use d_unlinked() | Alexey Dobriyan | 2009-06-11 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | quota: Introduce writeout_quota_sb() (version 4) | Jan Kara | 2009-06-11 | 1 | -0/+9 | |
* | | | | | | | | | | | | | | | | | quota: cleanup dquota sync functions (version 4) | Christoph Hellwig | 2009-06-11 | 1 | -8/+3 | |
* | | | | | | | | | | | | | | | | | vfs: Rename fsync_super() to sync_filesystem() (version 4) | Jan Kara | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | vfs: Move syncing code from super.c to sync.c (version 4) | Jan Kara | 2009-06-11 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | vfs: Make sys_sync() use fsync_super() (version 4) | Jan Kara | 2009-06-11 | 2 | -2/+1 | |
* | | | | | | | | | | | | | | | | | vfs: Make __fsync_super() a static function (version 4) | Jan Kara | 2009-06-11 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | remove s_async_list | Christoph Hellwig | 2009-06-11 | 1 | -5/+0 | |
* | | | | | | | | | | | | | | | | | fs: introduce mnt_clone_write | npiggin@suse.de | 2009-06-11 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | fs: mnt_want_write speedup | npiggin@suse.de | 2009-06-11 | 1 | -6/+15 | |
* | | | | | | | | | | | | | | | | | Move junk from proc_fs.h to fs/proc/internal.h | Al Viro | 2009-06-11 | 1 | -24/+0 | |
* | | | | | | | | | | | | | | | | | switch lookup_mnt() | Al Viro | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | switch follow_down() | Al Viro | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Switch collect_mounts() to struct path | Al Viro | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | switch follow_up() to struct path | Al Viro | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | switch rqst_exp_parent() | Al Viro | 2009-06-11 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | switch rqst_exp_get_by_name() | Al Viro | 2009-06-11 | 1 | -2/+1 |