Age | Commit message (Expand) | Author | Files | Lines |
2006-01-31 | [BLOCK] A few kerneldoc fixups | Jens Axboe | 1 | -0/+1 |
2006-01-20 | [PATCH] Fix regression added by ppoll/pselect code. | David S. Miller | 1 | -2/+2 |
2006-01-19 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 21 | -183/+729 |
2006-01-19 | [PATCH] EDAC: atomic scrub operations | Alan Cox | 1 | -0/+1 |
2006-01-19 | [PATCH] Add pselect/ppoll system call implementation | David Woodhouse | 2 | -94/+514 |
2006-01-19 | [PATCH] vfs: *at functions: core | Ulrich Drepper | 5 | -71/+300 |
2006-01-19 | [PATCH] exportfs: add find_acceptable_alias helper | Christoph Hellwig | 1 | -43/+36 |
2006-01-19 | [PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr. | David Shaw | 1 | -7/+30 |
2006-01-19 | [PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.c | NeilBrown | 1 | -11/+6 |
2006-01-19 | [PATCH] nfsd4_lock() returns bogus values to clients | Al Viro | 1 | -0/+3 |
2006-01-19 | [PATCH] NFSERR_SERVERFAULT returned host-endian | Al Viro | 1 | -2/+2 |
2006-01-19 | [PATCH] nfsd4_truncate() bogus return value | Al Viro | 1 | -1/+1 |
2006-01-19 | [PATCH] nfsd/vfs.c: endianness fixes | Al Viro | 1 | -3/+3 |
2006-01-19 | [PATCH] nfsd4: clean up settattr code | Fred Isaman | 1 | -9/+1 |
2006-01-19 | [PATCH] nfsd4: Fix bug in rdattr_error return | Fred Isaman | 1 | -2/+3 |
2006-01-19 | [PATCH] nfsd4: fix open_downgrade | J. Bruce Fields | 1 | -11/+11 |
2006-01-19 | [PATCH] nfsd4: don't create on open that fails due to ERR_GRACE | J. Bruce Fields | 2 | -6/+8 |
2006-01-19 | [PATCH] nfsd4: simplify process-open1 logic | J. Bruce Fields | 1 | -64/+35 |
2006-01-19 | [PATCH] nfsd4: nfs4state.c miscellaneous goto removals | J. Bruce Fields | 1 | -19/+14 |
2006-01-19 | [PATCH] nfsd4: no replays on unconfirmed owners | J. Bruce Fields | 1 | -13/+11 |
2006-01-19 | [PATCH] nfsd4: handle replays of failed open reclaims | J. Bruce Fields | 1 | -0/+2 |
2006-01-19 | [PATCH] nfsd4: recovery lookup dir check | J. Bruce Fields | 1 | -3/+4 |
2006-01-19 | [PATCH] nfsd4: fix open of recovery directory | J. Bruce Fields | 1 | -2/+1 |
2006-01-19 | [PATCH] nfsd4: operation debugging | J. Bruce Fields | 1 | -0/+2 |
2006-01-19 | [PATCH] nfsd4: fix check_for_locks | J. Bruce Fields | 1 | -1/+2 |
2006-01-19 | [PATCH] nfsd4: remove release_state_owner() | J. Bruce Fields | 1 | -22/+9 |
2006-01-19 | [PATCH] nfsd4: rename lk_stateowner | J. Bruce Fields | 2 | -11/+10 |
2006-01-19 | [PATCH] nfsd4: fix nfsd4_lock cleanup on failure | J. Bruce Fields | 1 | -14/+4 |
2006-01-19 | [PATCH] nfsd4: misc lock fixes | Andy Adamson | 1 | -9/+5 |
2006-01-19 | [PATCH] nfsd: remove inline from a couple of large NFS functions | NeilBrown | 1 | -2/+2 |
2006-01-19 | [PATCH] nfsd: check error status from nfsd_sync_dir | YAMAMOTO Takashi | 1 | -36/+44 |
2006-01-19 | [PATCH] hfs: set type/creator for symlinks | Roman Zippel | 2 | -2/+10 |
2006-01-19 | [PATCH] hfs: set correct create date for links | Roman Zippel | 2 | -12/+22 |
2006-01-19 | [PATCH] hfs: set correct ctime | Roman Zippel | 3 | -6/+15 |
2006-01-19 | [PATCH] hfs: add HFSX support | David Elliott | 8 | -23/+90 |
2006-01-19 | [PATCH] hfs: cleanup HFS prints | Roman Zippel | 10 | -53/+48 |
2006-01-19 | [PATCH] hfs: cleanup HFS+ prints | Roman Zippel | 11 | -72/+55 |
2006-01-19 | [PATCH] add missing syscall declarations | Arnd Bergmann | 1 | -0/+1 |
2006-01-19 | [PATCH] v9fs: add readpage support | Eric Van Hensbergen | 5 | -0/+116 |
2006-01-19 | [PATCH] jbd: remove_transaction fix | Jan Kara | 1 | -1/+2 |
2006-01-19 | [PATCH] jbd: log_do_checkpoint fix | Jan Kara | 1 | -1/+1 |
2006-01-19 | [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in an | Steve French | 1 | -1/+4 |
2006-01-18 | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 58 | -662/+1180 |
2006-01-18 | [CIFS] Remove compiler warning | Steve French | 1 | -1/+1 |
2006-01-18 | [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for | David Chinner | 1 | -3/+26 |
2006-01-17 | [PATCH] fuse: fix bitfield race | Miklos Szeredi | 2 | -3/+23 |
2006-01-17 | [PATCH] fuse: use asynchronous READ requests for readpages | Miklos Szeredi | 1 | -17/+27 |
2006-01-17 | [PATCH] fuse: READ request initialization | Miklos Szeredi | 3 | -24/+18 |
2006-01-17 | [PATCH] fuse: move INIT handling to inode.c | Miklos Szeredi | 3 | -50/+45 |
2006-01-17 | [PATCH] fuse: add asynchronous request support | Miklos Szeredi | 3 | -14/+43 |