| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | Serial: pxa: work around Errata #75 | Uwe Kleine-König | 2009-12-12 | 1 | -2/+11 |
| | * | | serial, 8250: calculate irqflags bitmask before loop | André Goddard Rosa | 2009-12-12 | 1 | -6/+10 |
| | * | | serial: cascade needless conditionals | André Goddard Rosa | 2009-12-12 | 1 | -7/+5 |
| | * | | serial: fix NULL pointer dereference | André Goddard Rosa | 2009-12-12 | 1 | -10/+11 |
| | * | | opticon: Fix resume logic | Alan Cox | 2009-12-12 | 1 | -1/+2 |
| | * | | usb_serial: Kill port mutex | Alan Cox | 2009-12-12 | 3 | -6/+2 |
| | * | | usb_serial: Use the shutdown() operation | Alan Cox | 2009-12-12 | 1 | -28/+11 |
| | * | | tty_port: coding style cleaning pass | Alan Cox | 2009-12-12 | 1 | -12/+13 |
| | * | | tty_port: add "tty_port_open" helper | Alan Cox | 2009-12-12 | 3 | -31/+64 |
| | * | | tty: stallion: kill BKL ioctl | Alan Cox | 2009-12-12 | 1 | -6/+7 |
| | * | | tty: istallion: Kill off the BKL ioctl | Alan Cox | 2009-12-12 | 1 | -4/+4 |
| | * | | tty: esp: remove broken driver | Alan Cox | 2009-12-12 | 6 | -2816/+0 |
| | * | | tty: const: constify remaining tty_operations | Alexey Dobriyan | 2009-12-12 | 4 | -4/+4 |
| | * | | jsm: adding EEH handlers | Breno Leitao | 2009-12-12 | 2 | -1/+47 |
| | * | | jsm: removing the field jsm_board->intr_count | Breno Leitão | 2009-12-12 | 2 | -3/+0 |
| | * | | jsm: Removing unused jsm_channel->ch_wopen field | Breno Leitão | 2009-12-12 | 1 | -2/+0 |
| | * | | jsm: Remove ch_cpstime field | Breno Leitão | 2009-12-12 | 1 | -2/+0 |
| | * | | jsm: removing ch_old_baud field | Breno Leitão | 2009-12-12 | 3 | -6/+0 |
| | * | | jsm: remove the ch_custom_speed field | Breno Leitão | 2009-12-12 | 2 | -5/+0 |
| | * | | jsm: Rewriting a bad log message | Breno Leitão | 2009-12-12 | 1 | -1/+1 |
| | * | | jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled | Breno Leitão | 2009-12-12 | 1 | -1/+1 |
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-12 | 50 | -707/+1000 |
| |\ \ \ |
|
| | * | | | ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() | Roel Kluin | 2009-12-10 | 1 | -1/+1 |
| | * | | | ext3: Fix data / filesystem corruption when write fails to copy data | Jan Kara | 2009-12-10 | 1 | -4/+14 |
| | * | | | ext4: Support for 64-bit quota format | Jan Kara | 2009-12-10 | 1 | -6/+24 |
| | * | | | ext3: Support for vfsv1 quota format | Jan Kara | 2009-12-10 | 1 | -6/+24 |
| | * | | | quota: Implement quota format with 64-bit space and inode limits | Jan Kara | 2009-12-10 | 4 | -39/+154 |
| | * | | | quota: Move definition of QFMT_OCFS2 to linux/quota.h | Jan Kara | 2009-12-10 | 2 | -4/+1 |
| | * | | | ext2: fix comment in ext2_find_entry about return values | Jérémy Cochoy | 2009-12-10 | 1 | -2/+2 |
| | * | | | ext3: Unify log messages in ext3 | Alexey Fisher | 2009-12-10 | 2 | -205/+229 |
| | * | | | ext2: clear uptodate flag on super block I/O error | Stephen Hemminger | 2009-12-10 | 1 | -0/+16 |
| | * | | | ext2: Unify log messages in ext2 | Alexey Fisher | 2009-12-10 | 4 | -80/+101 |
| | * | | | ext3: make "norecovery" an alias for "noload" | Eric Sandeen | 2009-12-10 | 2 | -2/+6 |
| | * | | | ext3: Don't update the superblock in ext3_statfs() | Eric Sandeen | 2009-12-10 | 1 | -2/+0 |
| | * | | | ext3: journal all modifications in ext3_xattr_set_handle | Eric Sandeen | 2009-12-10 | 1 | -3/+4 |
| | * | | | ext2: Explicitly assign values to on-disk enum of filetypes | Jan Blunck | 2009-12-10 | 1 | -8/+8 |
| | * | | | quota: Fix WARN_ON in lookup_one_len | Jan Kara | 2009-12-10 | 1 | -0/+2 |
| | * | | | const: struct quota_format_ops | Alexey Dobriyan | 2009-12-10 | 4 | -5/+5 |
| | * | | | ubifs: remove manual O_SYNC handling | Christoph Hellwig | 2009-12-10 | 1 | -12/+1 |
| | * | | | afs: remove manual O_SYNC handling | Christoph Hellwig | 2009-12-10 | 1 | -9/+0 |
| | * | | | kill wait_on_page_writeback_range | Christoph Hellwig | 2009-12-10 | 5 | -45/+18 |
| | * | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 24 | -40/+109 |
| | * | | | zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress... | Jan Kara | 2009-12-10 | 2 | -250/+286 |
| * | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-12-12 | 30 | -321/+254 |
| |\ \ \ \ |
|
| | * | | | | xfs: Fix error return for fallocate() on XFS | Jason Gunthorpe | 2009-12-11 | 1 | -3/+3 |
| | * | | | | xfs: cleanup dmapi macros in the umount path | Christoph Hellwig | 2009-12-11 | 2 | -24/+21 |
| | * | | | | xfs: remove incorrect sparse annotation for xfs_iget_cache_miss | Christoph Hellwig | 2009-12-11 | 1 | -1/+1 |
| | * | | | | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 2009-12-11 | 9 | -36/+17 |
| | * | | | | xfs: uninline xfs_get_extsz_hint | Christoph Hellwig | 2009-12-11 | 2 | -21/+23 |
| | * | | | | xfs: rename xfs_attr_fetch to xfs_attr_get_int | Christoph Hellwig | 2009-12-11 | 2 | -5/+8 |