| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: Allow the client to detect if the TCP connection is closed | Trond Myklebust | 2008-01-30 | 2 | -3/+22 |
* | SUNRPC: Fix TCP rebinding logic | Trond Myklebust | 2008-01-30 | 1 | -21/+38 |
* | SUNRPC: Fix a race in xs_tcp_state_change() | Trond Myklebust | 2008-01-30 | 3 | -4/+22 |
* | NFS: Stop sillyname renames and unmounts from racing | Steve Dickson | 2008-01-30 | 5 | -0/+39 |
* | NFSv4: Clean up the OPEN/CLOSE serialisation code | Trond Myklebust | 2008-01-30 | 2 | -35/+27 |
* | NFS: Clean up the write request locking. | Trond Myklebust | 2008-01-30 | 3 | -26/+16 |
* | NFS: Optimise nfs_vm_page_mkwrite() | Trond Myklebust | 2008-01-30 | 1 | -22/+14 |
* | NFS: Ensure that we eject stale inodes as soon as possible | Trond Myklebust | 2008-01-30 | 1 | -0/+4 |
* | NFS: Handle -ENOENT errors in unlink()/rmdir()/rename() | Trond Myklebust | 2008-01-30 | 1 | -2/+13 |
* | NFS: Sillyrename: in the case of a race, check aliases are really positive | Trond Myklebust | 2008-01-30 | 1 | -1/+3 |
* | NFS: Fix a sillyrename race... | Trond Myklebust | 2008-01-30 | 2 | -7/+6 |
* | Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e" | Linus Torvalds | 2008-01-30 | 2 | -1/+28 |
* | splice: fix problem with atime not being updated | Jens Axboe | 2008-01-29 | 1 | -8/+7 |
* | block: constify function pointer tables | Jan Engelhardt | 2008-01-29 | 1 | -2/+2 |
* | cciss: fix bug in overriding ->data_len before completion | Jens Axboe | 2008-01-29 | 1 | -1/+0 |
* | Expose hardware sector size | Martin K. Petersen | 2008-01-29 | 1 | -0/+11 |
* | Fix blktrace compile warning | Martin K. Petersen | 2008-01-29 | 1 | -3/+3 |
* | block: fix warning on compile with CONFIG_BLOCK | Jens Axboe | 2008-01-29 | 1 | -0/+1 |
* | block: ll_rw_blk.c split, add blk-merge.c | Jens Axboe | 2008-01-29 | 4 | -481/+495 |
* | block: remove dated (and wrong) comment in blk-core.c | Jens Axboe | 2008-01-29 | 1 | -5/+0 |
* | block: get rid of unnecessary forward declarations in blk-core.c | Jens Axboe | 2008-01-29 | 1 | -32/+30 |
* | block: continue ll_rw_blk.c splitup | Jens Axboe | 2008-01-29 | 8 | -1249/+1312 |
* | block: split tag and sysfs handling from blk-core.c | Jens Axboe | 2008-01-29 | 5 | -710/+735 |
* | block: first step of splitting ll_rw_blk, rename it | Jens Axboe | 2008-01-29 | 2 | -1/+1 |
* | xsysace: end request handling fix | Jens Axboe | 2008-01-29 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 | Linus Torvalds | 2008-01-29 | 1113 | -55518/+139990 |
|\ |
|
| * | [IPV6] ADDRLABEL: Fix double free on label deletion. | YOSHIFUJI Hideaki | 2008-01-28 | 1 | -8/+6 |
| * | [PPP]: Sparse warning fixes. | Stephen Hemminger | 2008-01-28 | 5 | -6/+8 |
| * | [IPV4] fib_trie: remove unneeded NULL check | Stephen Hemminger | 2008-01-28 | 1 | -3/+0 |
| * | [IPV4] fib_trie: More whitespace cleanup. | Stephen Hemminger | 2008-01-28 | 1 | -6/+0 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in ematches | Patrick McHardy | 2008-01-28 | 2 | -8/+12 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in actions | Patrick McHardy | 2008-01-28 | 7 | -33/+51 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in classifiers | Patrick McHardy | 2008-01-28 | 6 | -68/+59 |
| * | [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers | Patrick McHardy | 2008-01-28 | 9 | -93/+87 |
| * | [NET_SCHED]: sch_api: introduce constant for rate table size | Patrick McHardy | 2008-01-28 | 2 | -1/+4 |
| * | [NET_SCHED]: Use typeful attribute parsing helpers | Patrick McHardy | 2008-01-28 | 11 | -29/+27 |
| * | [NET_SCHED]: Use typeful attribute construction helpers | Patrick McHardy | 2008-01-28 | 11 | -31/+26 |
| * | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy | 2008-01-28 | 6 | -8/+8 |
| * | [NET_SCHED]: Use nla_nest_start/nla_nest_end | Patrick McHardy | 2008-01-28 | 16 | -133/+166 |
| * | [NET_SCHED]: Propagate nla_parse return value | Patrick McHardy | 2008-01-28 | 25 | -60/+171 |
| * | [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get | Patrick McHardy | 2008-01-28 | 3 | -41/+48 |
| * | [NET_SCHED]: act_api: use nlmsg_parse | Patrick McHardy | 2008-01-28 | 1 | -4/+1 |
| * | [NET_SCHED]: act_api: fix netlink API conversion bug | Patrick McHardy | 2008-01-28 | 1 | -4/+4 |
| * | [NET_SCHED]: sch_netem: use nla_parse_nested_compat | Patrick McHardy | 2008-01-28 | 1 | -32/+26 |
| * | [NET_SCHED]: sch_atm: fix format string warning | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
| * | [NETNS]: Add namespace for ICMP replying code. | Denis V. Lunev | 2008-01-28 | 2 | -9/+14 |
| * | [NETNS]: Routing cache virtualization. | Denis V. Lunev | 2008-01-28 | 3 | -7/+18 |
| * | [NETNS]: Correct namespace for connect-time routing. | Denis V. Lunev | 2008-01-28 | 1 | -3/+5 |
| * | [NET_SCHED]: Convert actions from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 10 | -216/+218 |
| * | [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API | Patrick McHardy | 2008-01-28 | 12 | -282/+290 |