| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC | Aneesh Kumar K.V | 2008-08-19 | 1 | -0/+3 |
* | ext4: journal credit fix for the delayed allocation's writepages() function | Mingming Cao | 2008-08-19 | 2 | -24/+58 |
* | ext4: Rework the ext4_da_writepages() function | Aneesh Kumar K.V | 2008-08-19 | 1 | -88/+113 |
* | ext4: journal credits reservation fixes for DIO, fallocate | Mingming Cao | 2008-08-19 | 3 | -27/+30 |
* | ext4: journal credits reservation fixes for extent file writepage | Mingming Cao | 2008-08-19 | 3 | -62/+49 |
* | ext4: journal credits calulation cleanup and fix for non-extent writepage | Mingming Cao | 2008-08-19 | 3 | -34/+108 |
* | ext4: Fix bug where we return ENOSPC even though we have plenty of inodes | Eric Sandeen | 2008-08-19 | 1 | -1/+1 |
* | ext4: don't try to resize if there are no reserved gdt blocks left | Josef Bacik | 2008-08-19 | 1 | -1/+2 |
* | ext4: Use ext4_discard_reservations instead of mballoc-specific call | Theodore Ts'o | 2008-08-16 | 1 | -1/+1 |
* | ext4: Fix ext4_dx_readdir hash collision handling | Theodore Ts'o | 2008-08-19 | 1 | -5/+15 |
* | ext4: Fix delalloc release block reservation for truncate | Mingming Cao | 2008-08-19 | 1 | -0/+21 |
* | ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty | Theodore Ts'o | 2008-08-13 | 1 | -2/+3 |
* | ext4: Handle unwritten extent properly with delayed allocation | Aneesh Kumar K.V | 2008-08-19 | 1 | -2/+10 |
* | Linux 2.6.27-rc3 | Linus Torvalds | 2008-08-12 | 1 | -1/+1 |
* | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-08-12 | 4 | -9/+9 |
|\ |
|
| * | fs/nfsd/export.c: Adjust error handling code involving auth_domain_put | Julia Lawall | 2008-07-30 | 1 | -3/+3 |
| * | MAINTAINERS: mention lockd and sunrpc in nfs entries | J. Bruce Fields | 2008-07-23 | 1 | -2/+2 |
| * | lockd: trivial sparse endian annotations | Harvey Harrison | 2008-07-23 | 2 | -4/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-08-12 | 5 | -31/+104 |
|\ \ |
|
| * \ | Merge branches 'ehca' and 'ipoib' into for-linus | Roland Dreier | 2008-08-12 | 1 | -5/+12 |
| |\ \ |
|
| | * | | IPoIB/cm: Use vmalloc() to allocate rx_rings | David J. Wilder | 2008-08-08 | 1 | -5/+12 |
| * | | | IB/ehca: Discard double CQE for one WR | Alexander Schmidt | 2008-08-12 | 4 | -20/+78 |
| * | | | IB/ehca: Check idr_find() return value | Alexander Schmidt | 2008-08-12 | 1 | -1/+3 |
| * | | | IB/ehca: Repoll CQ on invalid opcode | Alexander Schmidt | 2008-08-12 | 1 | -1/+1 |
| * | | | IB/ehca: Rename goto label in ehca_poll_cq_one() | Alexander Schmidt | 2008-08-12 | 1 | -3/+3 |
| * | | | IB/ehca: Update qp_state on cached modify_qp() | Alexander Schmidt | 2008-08-12 | 1 | -4/+10 |
| |/ / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-08-12 | 7 | -13/+54 |
|\ \ \ |
|
| * | | | [IA64] use bcd2bin/bin2bcd | Adrian Bunk | 2008-08-12 | 1 | -1/+1 |
| * | | | [IA64] Ensure cpu0 can access per-cpu variables in early boot code | Tony Luck | 2008-08-12 | 6 | -12/+53 |
* | | | | firmware/memmap: cleanup | Bernhard Walle | 2008-08-12 | 2 | -44/+43 |
* | | | | ALi M7101 PMU also available on Sun Netra's too | Alexander Clouter | 2008-08-12 | 1 | -2/+3 |
* | | | | Make ioctl.h compatible with userland | Michael Abbott | 2008-08-12 | 1 | -0/+4 |
* | | | | docsrc: fix getdelays printk formats | Randy Dunlap | 2008-08-12 | 1 | -8/+17 |
* | | | | docsrc: fix crc32hash type | Randy Dunlap | 2008-08-12 | 1 | -1/+1 |
* | | | | docsrc: fix ifenslave type | Randy Dunlap | 2008-08-12 | 1 | -1/+1 |
* | | | | docsrc: fix procfs example | Randy Dunlap | 2008-08-12 | 1 | -3/+1 |
* | | | | docsrc: build Documentation/ sources | Randy Dunlap | 2008-08-12 | 15 | -1/+118 |
* | | | | byteorder: add include/linux/byteorder.h to define endian helpers | Harvey Harrison | 2008-08-12 | 1 | -0/+372 |
* | | | | byteorder: add a new include/linux/swab.h to define byteswapping functions | Harvey Harrison | 2008-08-12 | 1 | -0/+309 |
* | | | | genirq: switch /proc/irq/*/smp_affinity et al to seqfiles | Alexey Dobriyan | 2008-08-12 | 1 | -45/+51 |
* | | | | seq_file: add seq_cpumask(), seq_nodemask() | Alexey Dobriyan | 2008-08-12 | 4 | -0/+38 |
* | | | | reiserfs: removed duplicated #include | Huang Weiyi | 2008-08-12 | 1 | -1/+0 |
* | | | | fs/eventpoll.c: fix sys_epoll_create1() comment | Andrew Morton | 2008-08-12 | 1 | -4/+1 |
* | | | | drivers/char/rtc.c: removed duplicated include | Huang Weiyi | 2008-08-12 | 1 | -1/+0 |
* | | | | mm/sparse.c: removed duplicated include | Huang Weiyi | 2008-08-12 | 1 | -1/+0 |
* | | | | move kernel-doc comment for might_sleep directly before its defining block | Uwe Kleine-König | 2008-08-12 | 1 | -7/+7 |
* | | | | lib/vsprintf.c: wrong conversion function used | Yi Yang | 2008-08-12 | 1 | -1/+1 |
* | | | | fbcon: prevent cursor disappearance after switching to 512 character font | Krzysztof Helt | 2008-08-12 | 1 | -2/+2 |
* | | | | atmel_lcdfb: add board parameter specify framebuffer memory size | Haavard Skinnemoen | 2008-08-12 | 2 | -2/+6 |
* | | | | atmel_lcdfb: set ypanstep to 1 and enable y-panning on AT91 | Haavard Skinnemoen | 2008-08-12 | 1 | -2/+4 |