| Commit message (Expand) | Author | Age | Files | Lines |
* | [XFS] reducing the number of random number functions. | Joe Perches | 2007-05-08 | 4 | -20/+3 |
* | [XFS] remove more misc. unused args | Eric Sandeen | 2007-05-08 | 3 | -15/+8 |
* | [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it. | Eric Sandeen | 2007-05-08 | 5 | -21/+13 |
* | [XFS] The last argument "lsn" of xfs_trans_commit() is always called with | Eric Sandeen | 2007-05-08 | 21 | -67/+50 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-05-07 | 2 | -9/+9 |
|\ |
|
| * | [SCSI] esp_scsi: Fix section mismatch warnings. | Martin Habets | 2007-05-07 | 1 | -1/+1 |
| * | [VIDEO] sunxvr2500: Fix PCI device ID table. | David S. Miller | 2007-05-07 | 1 | -8/+8 |
* | | Fix bluetooth HCI sysfs compile | Linus Torvalds | 2007-05-07 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2007-05-07 | 24 | -106/+1861 |
|\ |
|
| * | Pull mem-attribute into release branch | Tony Luck | 2007-04-30 | 6 | -58/+392 |
| |\ |
|
| | * | [IA64] update memory attribute aliasing documentation & test cases | Bjorn Helgaas | 2007-03-30 | 2 | -34/+284 |
| | * | [IA64] fail mmaps that span areas with incompatible attributes | Bjorn Helgaas | 2007-03-30 | 1 | -3/+43 |
| | * | [IA64] allow WB /sys/.../legacy_mem mmaps | Bjorn Helgaas | 2007-03-30 | 1 | -2/+0 |
| | * | [IA64] make ioremap avoid unsupported attributes | Bjorn Helgaas | 2007-03-30 | 2 | -10/+56 |
| | * | [IA64] rename ioremap variables to match i386 | Bjorn Helgaas | 2007-03-30 | 1 | -13/+13 |
| * | | Pull percpu-dtc into release branch | Tony Luck | 2007-04-30 | 12 | -48/+63 |
| |\ \ |
|
| | * | | [IA64] relax per-cpu TLB requirement to DTC | Chen, Kenneth W | 2007-02-06 | 4 | -41/+16 |
| | * | | [IA64] remove per-cpu ia64_phys_stacked_size_p8 | Chen, Kenneth W | 2007-02-06 | 8 | -7/+47 |
| * | | | Pull error-inject into release branch | Tony Luck | 2007-04-30 | 6 | -0/+1406 |
| |\ \ \ |
|
| | * | | | [IA64] Fix example error injection program | Tony Luck | 2007-02-05 | 1 | -1/+1 |
| | * | | | [IA64] Itanium MC Error Injection Tool: pal_mc_error_inject() interface | Fenghua Yu | 2007-01-29 | 1 | -0/+33 |
| | * | | | [IA64] Itanium MC Error Injection Tool: Makefile changes | Fenghua Yu | 2007-01-29 | 1 | -0/+1 |
| | * | | | [IA64] Itanium MC Error Injection Tool: Driver sysfs interface | Fenghua Yu | 2007-01-29 | 1 | -0/+293 |
| | * | | | [IA64] Itanium MC Error Injection Tool: Doc and sample application | Fenghua Yu | 2007-01-29 | 1 | -0/+1068 |
| | * | | | [IA64] Itanium MC Error Injection Tool: Kernel configuration | Fenghua Yu | 2007-01-29 | 2 | -0/+11 |
* | | | | | Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2007-05-07 | 15 | -205/+546 |
|\ \ \ \ \ |
|
| * | | | | | gfs2: nfs lock support for gfs2 | Marc Eshel | 2007-05-06 | 2 | -10/+104 |
| * | | | | | lockd: add code to handle deferred lock requests | Marc Eshel | 2007-05-06 | 4 | -7/+40 |
| * | | | | | lockd: always preallocate block in nlmsvc_lock() | Marc Eshel | 2007-05-06 | 1 | -23/+11 |
| * | | | | | lockd: handle test_lock deferrals | Marc Eshel | 2007-05-06 | 3 | -16/+73 |
| * | | | | | lockd: pass cookie in nlmsvc_testlock | Marc Eshel | 2007-05-06 | 4 | -6/+7 |
| * | | | | | lockd: handle fl_grant callbacks | Marc Eshel | 2007-05-06 | 1 | -4/+87 |
| * | | | | | lockd: save lock state on deferral | Marc Eshel | 2007-05-06 | 2 | -0/+35 |
| * | | | | | locks: add fl_grant callback for asynchronous lock return | Marc Eshel | 2007-05-06 | 2 | -0/+20 |
| * | | | | | nfsd4: Convert NFSv4 to new lock interface | Marc Eshel | 2007-05-06 | 1 | -7/+13 |
| * | | | | | locks: add lock cancel command | Marc Eshel | 2007-05-06 | 3 | -0/+21 |
| * | | | | | locks: allow {vfs,posix}_lock_file to return conflicting lock | Marc Eshel | 2007-05-06 | 5 | -36/+32 |
| * | | | | | locks: factor out generic/filesystem switch from setlock code | Marc Eshel | 2007-05-06 | 2 | -32/+37 |
| * | | | | | locks: factor out generic/filesystem switch from test_lock | J. Bruce Fields | 2007-05-06 | 2 | -13/+26 |
| * | | | | | locks: give posix_test_lock same interface as ->lock | Marc Eshel | 2007-05-06 | 8 | -51/+32 |
| * | | | | | locks: make ->lock release private data before returning in GETLK case | J. Bruce Fields | 2007-05-06 | 2 | -4/+1 |
| * | | | | | locks: create posix-to-flock helper functions | J. Bruce Fields | 2007-04-16 | 1 | -25/+36 |
| * | | | | | locks: trivial removal of unnecessary parentheses | J. Bruce Fields | 2007-04-16 | 1 | -2/+2 |
* | | | | | | Fix up SLUB compile | Linus Torvalds | 2007-05-07 | 1 | -3/+3 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2007-05-07 | 26 | -2059/+2158 |
|\ \ \ \ \ \ |
|
| * | | | | | | [GFS2] Uncomment sprintf_symbol calling code | Steven Whitehouse | 2007-05-01 | 1 | -12/+0 |
| * | | | | | | [DLM] lowcomms style | David Teigland | 2007-05-01 | 1 | -30/+37 |
| * | | | | | | [GFS2] printk warning fixes | akpm@linux-foundation.org | 2007-05-01 | 1 | -4/+7 |
| * | | | | | | [GFS2] Patch to fix mmap of stuffed files | Steven Whitehouse | 2007-05-01 | 1 | -3/+14 |
| * | | | | | | [GFS2] use lib/parser for parsing mount options | Josef Bacik | 2007-05-01 | 1 | -96/+143 |