Age | Commit message (Expand) | Author | Files | Lines |
2009-04-08 | NFS: Fix the return value in nfs_page_mkwrite() | Trond Myklebust | 1 | -2/+0 |
2009-04-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 10 | -15/+88 |
2009-04-07 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 18 | -149/+1624 |
2009-04-07 | Fix build errors due to CONFIG_BRANCH_TRACER=y | Linus Torvalds | 1 | -1/+3 |
2009-04-07 | Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 1 | -4/+6 |
2009-04-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 24 | -235/+1133 |
2009-04-07 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -216/+344 |
2009-04-07 | Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linux | Linus Torvalds | 16 | -126/+1504 |
2009-04-07 | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 6 | -69/+1070 |
2009-04-07 | parport: Use the PCI IRQ if offered | Alan Cox | 4 | -31/+60 |
2009-04-07 | tty: jsm cleanups | Breno Leitao | 2 | -21/+12 |
2009-04-07 | Adjust path to gpio headers | Mike Frysinger | 1 | -8/+8 |
2009-04-07 | KGDB_SERIAL_CONSOLE check for module | Mike Frysinger | 1 | -1/+1 |
2009-04-07 | Change KCONFIG name | Mike Frysinger | 1 | -1/+1 |
2009-04-07 | tty: Blackin CTS/RTS | Sonic Zhang | 9 | -116/+209 |
2009-04-07 | Change hardware flow control from poll to interrupt driven | Sonic Zhang | 6 | -187/+82 |
2009-04-07 | Add support for the MAX3100 SPI UART. | Christian Pellegrin | 3 | -0/+11 |
2009-04-07 | lanana: assign a device name and numbering for MAX3100 | Alan Cox | 1 | -0/+4 |
2009-04-07 | serqt: initial clean up pass for tty side | Alan Cox | 1 | -286/+163 |
2009-04-07 | tty: Use the generic RS485 ioctl on CRIS | Claudio Scordino | 5 | -29/+66 |
2009-04-07 | tty: Correct inline types for tty_driver_kref_get() | Adrian Bunk | 1 | -1/+2 |
2009-04-07 | splice: fix deadlock in splicing to file | Miklos Szeredi | 2 | -7/+26 |
2009-04-07 | nilfs2: support nanosecond timestamp | Ryusuke Konishi | 5 | -13/+13 |
2009-04-07 | nilfs2: introduce secondary super block | Ryusuke Konishi | 8 | -175/+274 |
2009-04-07 | nilfs2: simplify handling of active state of segments | Ryusuke Konishi | 8 | -208/+29 |
2009-04-07 | nilfs2: mark minor flag for checkpoint created by internal operation | Ryusuke Konishi | 3 | -0/+15 |
2009-04-07 | nilfs2: clean up sketch file | Ryusuke Konishi | 5 | -93/+3 |
2009-04-07 | nilfs2: super block operations fix endian bug | Ryusuke Konishi | 1 | -3/+3 |
2009-04-07 | nilfs2: replace BUG_ON and BUG calls triggerable from ioctl | Ryusuke Konishi | 13 | -160/+144 |
2009-04-07 | nilfs2: extend nilfs_sustat ioctl struct | Ryusuke Konishi | 7 | -75/+41 |
2009-04-07 | nilfs2: use unlocked_ioctl | Ryusuke Konishi | 4 | -5/+5 |
2009-04-07 | nilfs2: remove compat ioctl code | Ryusuke Konishi | 5 | -272/+2 |
2009-04-07 | nilfs2: use fixed sized types for ioctl structures | Ryusuke Konishi | 2 | -15/+19 |
2009-04-07 | nilfs2: remove timedwait ioctl command | Ryusuke Konishi | 5 | -127/+2 |
2009-04-07 | nilfs2: fix buggy behavior seen in enumerating checkpoints | Ryusuke Konishi | 1 | -4/+7 |
2009-04-07 | nilfs2: clean up indirect function calling conventions | Pekka Enberg | 4 | -69/+69 |
2009-04-07 | nilfs2: fix improper return values of nilfs_get_cpinfo ioctl | Ryusuke Konishi | 1 | -12/+18 |
2009-04-07 | nilfs2: fix gc failure on volumes keeping numerous snapshots | Ryusuke Konishi | 3 | -26/+38 |
2009-04-07 | nilfs2: add maintainer | Ryusuke Konishi | 1 | -0/+7 |
2009-04-07 | nilfs2: insert explanations in gcinode file | Ryusuke Konishi | 1 | -1/+20 |
2009-04-07 | nilfs2: avoid double error caused by nilfs_transaction_end | Ryusuke Konishi | 7 | -75/+135 |
2009-04-07 | nilfs2: cleanup nilfs_clear_inode | Ryusuke Konishi | 1 | -10/+1 |
2009-04-07 | nilfs2: fix problems of memory allocation in ioctl | Ryusuke Konishi | 1 | -12/+8 |
2009-04-07 | nilfs2: update makefile and Kconfig | Ryusuke Konishi | 3 | -1/+32 |
2009-04-07 | nilfs2: ioctl operations | Koji Sato | 1 | -0/+941 |
2009-04-07 | nilfs2: block cache for garbage collection | Ryusuke Konishi | 1 | -0/+270 |
2009-04-07 | nilfs2: another dat for garbage collection | Ryusuke Konishi | 1 | -0/+84 |
2009-04-07 | nilfs2: recovery functions | Ryusuke Konishi | 1 | -0/+941 |
2009-04-07 | nilfs2: fix missed-sync issue for do_sync_mapping_range() | Ryusuke Konishi | 4 | -81/+93 |
2009-04-07 | nilfs2: segment constructor | Ryusuke Konishi | 4 | -3/+3577 |