safe/jmp/linux-2.6
2010-05-21 Linus TorvaldsMerge branch 'kdb-merge' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge branch 'omap-for-linus' of git://git./linux/kerne...
2010-05-21 Linus TorvaldsMerge branch 'i2c-for-linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/tty-2.6
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2010-05-21 Randy Dunlapinterrupt.h: fix fatal kernel-doc error
2010-05-21 Jiaying Zhangdquot: Detect partial write error to quota file in...
2010-05-21 Jan Karaocfs2: Fix lock inversion in quotas during umount
2010-05-21 Jan Karaocfs2: Use __dquot_transfer to avoid lock inversion
2010-05-21 Jan Karaocfs2: Fix NULL pointer deref when writing local dquot
2010-05-21 Jan Karaocfs2: Fix estimate of credits needed for quota allocation
2010-05-21 Jan Karaocfs2: Fix quota locking
2010-05-21 Jan Karaocfs2: Avoid unnecessary block mapping when refreshing...
2010-05-21 Jan Karaocfs2: Do not map blocks from local quota file on each...
2010-05-21 Jan Karaquota: Refactor dquot_transfer code so that OCFS2 can...
2010-05-21 Dmitry Monakhovquota: unify quota init condition in setattr
2010-05-21 Christoph Hellwigquota: remove sb_has_quota_active in get/set_info
2010-05-21 Christoph Hellwigquota: unify ->set_dqblk
2010-05-21 Christoph Hellwigquota: unify ->get_dqblk
2010-05-21 Eric Sandeenext3: make barrier options consistent with ext4
2010-05-21 Dmitry Monakhovquota: Make quota stat accounting lockless.
2010-05-21 Sergey Senozhatskysuppress warning: "quotatypes" defined but not used
2010-05-21 Jan Karaext3: Fix waiting on transaction during fsync
2010-05-21 Jan Karajbd: Provide function to check whether transaction...
2010-05-21 Dmitry Monakhovufs: add ufs speciffic ->setattr call
2010-05-21 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-05-21 Jan Blunckext2: Add ext2_sb_info s_lock spinlock
2010-05-21 Jan Blunckext2: Move ext2_write_super() out of ext2_setup_super()
2010-05-21 Jan Blunckext2: Fold ext2_commit_super() into ext2_sync_super()
2010-05-21 Jan Blunckext2: Remove duplicate code from ext2_sync_fs()
2010-05-21 Jan Blunckext2: Set the write time in ext2_sync_fs()
2010-05-21 Jan Blunckext2: Use ext2_clear_super_error() in ext2_sync_fs()
2010-05-21 Dmitry Monakhovext3: init statistics after journal recovery v2
2010-05-21 Francis Moreauext2: remove useless call to brelse() in ext2_free_inode()
2010-05-21 Dmitry Monakhovquota: optimize mark_dirty logic
2010-05-21 Jan Karaext2: Avoid loading bitmaps for full groups during...
2010-05-21 Frans van de... ext3: Avoid loading bitmaps for full groups during...
2010-05-21 Linus TorvaldsFix networking tree iscsi_tcp.c mis-merge
2010-05-21 Chase Douglasi2c-nforce2: Remove redundant error messages on ACPI...
2010-05-21 H Hartley Sweeteni2c: Use <linux/io.h> instead of <asm/io.h>
2010-05-21 Farid Hammanei2c-algo-pca: Fix coding style issues
2010-05-21 Farid Hammanei2c-dev: Fix all coding style issues
2010-05-21 Farid Hammanei2c-core: Fix some coding style issues
2010-05-21 Marek Szyprowskii2c-gpio: Move initialization code to subsys_initcall()
2010-05-21 Jean Delvarei2c-parport: Make template structure const
2010-05-21 H Hartley Sweeteni2c-dev: Remove unnecessary casts
2010-05-21 Jean Delvareat24: Fall back to byte or word reads if needed
2010-05-21 Jean Delvarei2c-stub: Expose the default functionality flags
2010-05-21 Jean Delvarei2c/scx200_acb: Make PCI device ids constant
2010-05-21 Ivo Mancai2c-i801: Fix all checkpatch warnings
2010-05-21 Jean Delvarei2c-i801: All newer devices have all the optional features
2010-05-21 Jean Delvarei2c-i801: Let the user disable selected driver features
2010-05-21 Eric W. Biedermannet: Expose all network devices in a namespaces in...
2010-05-21 Eric W. Biedermanhotplug: netns aware uevent_helper
2010-05-21 Eric W. Biedermankobj: Send hotplug events in the proper namespace.
2010-05-21 Eric W. Biedermannetlink: Implment netlink_broadcast_filtered
2010-05-21 Eric W. Biedermannet/sysfs: Fix the bitrot in network device kobject...
2010-05-21 Eric W. Biedermannetns: Teach network device kobjects which namespace...
2010-05-21 Eric W. Biedermankobject: Send hotplug events in all network namespaces
2010-05-21 Christoph Eggerdriver-core: fix Typo in drivers/base/core.c for CONFIG...
2010-05-21 Chris Wrightpci: check caps from sysfs file open to read device...
2010-05-21 Chris Wrightsysfs: add struct file* to bin_attr callbacks
2010-05-21 Eric W. Biedermansysfs: Remove usage of S_BIAS to avoid merge conflict...
2010-05-21 Eric W. Biedermansysfs: Don't use enums in inline function declaration.
2010-05-21 Serge E. Hallynsysfs-namespaces: add a high-level Documentation file
2010-05-21 Serge E. Hallynsysfs: Comment sysfs directory tagging logic
2010-05-21 Eric W. Biedermandriver core: Implement ns directory support for device...
2010-05-21 Eric W. Biedermansysfs: Implement sysfs_delete_link
2010-05-21 Eric W. Biedermansysfs: Add support for tagged directories with untagged...
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2010-05-21 Eric W. Biedermankobj: Add basic infrastructure for dealing with namespaces.
2010-05-21 Eric W. Biedermansysfs: Remove double free sysfs_get_sb
2010-05-21 Eric W. Biedermansysfs: Basic support for multiple super blocks
2010-05-21 David Zeuthengenerate "change" uevent for loop device
2010-05-21 Hugh DaschbachDriver core: Protect device shutdown from hot unplug...
2010-05-21 Dmitry Torokhovfirmware loader: do not allocate firmare id separately
2010-05-21 Dmitry Torokhovfirmware loader: split out builtin firmware handling
2010-05-21 Dmitry Torokhovfirmware loader: rely on driver core to create class...
2010-05-21 Johannes Bergfirmware class: export nowait to userspace
2010-05-21 Peter Zijlstralockdep: Add novalidate class for dev->mutex conversion
2010-05-21 Thomas Gleixnerdrivers/base: Convert dev->sem to mutex
2010-05-21 Kevin Hilmanplatform_bus: allow custom extensions to system PM...
2010-05-21 Peter Korsgaarddevtmpfs: support !CONFIG_TMPFS
2010-05-21 Julia Lawalldriver core: module.c: Use kasprintf
2010-05-21 Alan SternDriver core: don't initialize wakeup flags
2010-05-21 Stefani Seibolddriver-core: fix potential race condition in drivers...
2010-05-21 Rafael J. WysockiDriver core: Reduce the level of request_firmware(...
2010-05-21 NeilBrownkref: remove kref_set
2010-05-21 David Woodhousefirmware_class: fix memory leak - free allocated pages
2010-05-21 Jan Beulichdrivers/base/cpu.c: fix the output from /sys/devices...
2010-05-21 Christoph Eggerserial: Tidy REMOTE_DEBUG
2010-05-21 Dan Carpenterserial: isicomm: handle running out of slots
2010-05-21 Tobias Klauserserial: bfin_sport_uart: Use resource size to fix off...
2010-05-21 Johan Hovoldtty: fix obsolete comment on tty_insert_flip_string_fix...
2010-05-21 Tobias Klauserserial: Add driver for the Altera UART
2010-05-21 Tobias Klauserserial: Add driver for the Altera JTAG UART
2010-05-21 Richard Röjforsserial: timbuart: make sure last byte is sent when...
2010-05-21 Roel Kluinserial: two branches the same in timbuart_set_mctrl()
next