| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: Convert rpc_clnt->cl_users to a kref | Trond Myklebust | 2007-07-10 | 5 | -44/+35 |
* | SUNRPC: Clean up tk_pid allocation and make it lockless | Trond Myklebust | 2007-07-10 | 1 | -7/+15 |
* | SUNRPC: Add a per-rpc_clnt spinlock | Trond Myklebust | 2007-07-10 | 3 | -20/+30 |
* | SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt | Trond Myklebust | 2007-07-10 | 4 | -48/+83 |
* | NFSv4: Convert struct nfs4_opendata to use struct kref | Trond Myklebust | 2007-07-10 | 1 | -23/+30 |
* | NFS: Convert struct nfs_open_context to use a kref | Trond Myklebust | 2007-07-10 | 2 | -18/+25 |
* | NFS: reduce latency by using conditional rescheduling in nfs_scan_list | Trond Myklebust | 2007-07-10 | 1 | -1/+2 |
* | NFS: Prevent integer overflow in nfs_scan_list() | Trond Myklebust | 2007-07-10 | 2 | -1/+3 |
* | NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode | Trond Myklebust | 2007-07-10 | 4 | -14/+2 |
* | NFS cleanup: speed up nfs_scan_commit using radix tree tags | Trond Myklebust | 2007-07-10 | 3 | -10/+15 |
* | NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKED | Trond Myklebust | 2007-07-10 | 3 | -18/+17 |
* | NFS: Convert struct nfs_page to use krefs | Trond Myklebust | 2007-07-10 | 3 | -14/+16 |
* | NFS: Fix an Oops in the nfs_access_cache_shrinker() | Trond Myklebust | 2007-07-10 | 1 | -1/+2 |
* | NFS: nfs3_proc_create() should use nfs_post_op_update_inode() | Trond Myklebust | 2007-07-10 | 1 | -3/+1 |
* | NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifier | Jeff Layton | 2007-07-10 | 4 | -2/+29 |
* | NFS: Re-enable forced umounts | Trond Myklebust | 2007-07-10 | 1 | -0/+13 |
* | NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink() | Jeff Layton | 2007-07-10 | 1 | -1/+1 |
* | NFS: Fix nfs_reval_fsid() | Trond Myklebust | 2007-07-10 | 2 | -7/+6 |
* | NFSv4: Clean up nfs4_call_async() | Trond Myklebust | 2007-07-10 | 3 | -22/+14 |
* | NFSv4: Ensure that nfs4_do_close() doesn't race with umount | Trond Myklebust | 2007-07-10 | 4 | -38/+26 |
* | NFSv4: Ensure asynchronous open() calls always pin the mountpoint | Trond Myklebust | 2007-07-10 | 2 | -18/+32 |
* | NFSv4: Cleanup: pass the nfs_open_context to open recovery code | Trond Myklebust | 2007-07-10 | 3 | -21/+21 |
* | NFS: Replace vfsmount and dentry in nfs_open_context with struct path | Trond Myklebust | 2007-07-10 | 8 | -29/+29 |
* | NFS: Minor read optimisation... | Trond Myklebust | 2007-07-10 | 1 | -11/+23 |
* | NFS: Don't mark a written page as uptodate until it is on disk | Trond Myklebust | 2007-07-10 | 1 | -3/+11 |
* | NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pages | Trond Myklebust | 2007-07-10 | 1 | -6/+16 |
* | NFS: Clean ups in fs/nfs/direct.c | Chuck Lever | 2007-07-10 | 1 | -5/+3 |
* | lots-of-architectures: enable arbitary speed tty support | Alan Cox | 2007-07-10 | 15 | -1/+165 |
* | Make common helpers for seq_files that work with list_heads | Pavel Emelianov | 2007-07-10 | 2 | -0/+45 |
* | sx: switch subven and subid values | Jiri Slaby | 2007-07-10 | 1 | -2/+2 |
* | Add LZO1X algorithm to the kernel | Richard Purdie | 2007-07-10 | 7 | -0/+580 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-07-10 | 18 | -572/+980 |
|\ |
|
| * | mmc: at91_mci: fix hanging and rework to match flowcharts | Nicolas Ferre | 2007-07-09 | 1 | -91/+108 |
| * | mmc: at91_mci typo | Nicolas Ferre | 2007-07-09 | 1 | -15/+15 |
| * | sdhci: Fix "Unexpected interrupt" handling | Rolf Eike Beer | 2007-07-09 | 1 | -1/+1 |
| * | mmc: fix silly copy-and-paste error | Pierre Ossman | 2007-07-09 | 1 | -3/+3 |
| * | mmc: move layer init and workqueue to core file | Pierre Ossman | 2007-07-09 | 3 | -56/+48 |
| * | mmc: refactor host class handling | Pierre Ossman | 2007-07-09 | 7 | -164/+187 |
| * | mmc: refactor bus operations | Pierre Ossman | 2007-07-09 | 9 | -244/+418 |
| * | sdhci: add ene controller id | Milko Krachounov | 2007-07-09 | 2 | -0/+9 |
| * | mmc: bounce requests for simple hosts | Pierre Ossman | 2007-07-09 | 4 | -15/+208 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-07-10 | 79 | -42320/+3531 |
|\ \ |
|
| * | | bonding/bond_main.c: make 2 functions static | Adrian Bunk | 2007-07-10 | 2 | -4/+3 |
| * | | ps3: gigabit ethernet driver for PS3, take3 | Masakazu Mokuno | 2007-07-10 | 5 | -0/+1834 |
| * | | [netdrvr] Fix dependencies for ax88796 ne2k clone driver | Jeff Garzik | 2007-07-10 | 1 | -0/+1 |
| * | | eHEA: Capability flag for DLPAR support | Jan-Bernd Themann | 2007-07-10 | 2 | -2/+29 |
| * | | Remove sk98lin ethernet driver. | Jeff Garzik | 2007-07-10 | 45 | -41970/+1 |
| * | | sunhme.c:quattro_pci_find() must be __devinit | Adrian Bunk | 2007-07-10 | 1 | -1/+1 |
| * | | bonding / ipv6: no addrconf for slaves separately from master | Jay Vosburgh | 2007-07-10 | 2 | -6/+8 |
| * | | atl1: remove write-only var in tx handler | Alexey Dobriyan | 2007-07-10 | 1 | -2/+1 |