Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | [PATCH] nfsd4: clean up settattr code | Fred Isaman | 2006-01-18 | 1 | -9/+1 | |
* | | | | | | | [PATCH] nfsd4: Fix bug in rdattr_error return | Fred Isaman | 2006-01-18 | 1 | -2/+3 | |
* | | | | | | | [PATCH] nfsd4: fix open_downgrade | J. Bruce Fields | 2006-01-18 | 1 | -11/+11 | |
* | | | | | | | [PATCH] nfsd4: don't create on open that fails due to ERR_GRACE | J. Bruce Fields | 2006-01-18 | 2 | -6/+8 | |
* | | | | | | | [PATCH] nfsd4: simplify process-open1 logic | J. Bruce Fields | 2006-01-18 | 1 | -64/+35 | |
* | | | | | | | [PATCH] nfsd4: nfs4state.c miscellaneous goto removals | J. Bruce Fields | 2006-01-18 | 1 | -19/+14 | |
* | | | | | | | [PATCH] nfsd4: no replays on unconfirmed owners | J. Bruce Fields | 2006-01-18 | 1 | -13/+11 | |
* | | | | | | | [PATCH] nfsd4: handle replays of failed open reclaims | J. Bruce Fields | 2006-01-18 | 1 | -0/+2 | |
* | | | | | | | [PATCH] nfsd4: recovery lookup dir check | J. Bruce Fields | 2006-01-18 | 1 | -3/+4 | |
* | | | | | | | [PATCH] nfsd4: fix open of recovery directory | J. Bruce Fields | 2006-01-18 | 1 | -2/+1 | |
* | | | | | | | [PATCH] nfsd4: operation debugging | J. Bruce Fields | 2006-01-18 | 1 | -0/+2 | |
* | | | | | | | [PATCH] nfsd4: fix check_for_locks | J. Bruce Fields | 2006-01-18 | 1 | -1/+2 | |
* | | | | | | | [PATCH] nfsd4: remove release_state_owner() | J. Bruce Fields | 2006-01-18 | 1 | -22/+9 | |
* | | | | | | | [PATCH] nfsd4: rename lk_stateowner | J. Bruce Fields | 2006-01-18 | 2 | -11/+10 | |
* | | | | | | | [PATCH] nfsd4: fix nfsd4_lock cleanup on failure | J. Bruce Fields | 2006-01-18 | 1 | -14/+4 | |
* | | | | | | | [PATCH] nfsd4: misc lock fixes | Andy Adamson | 2006-01-18 | 1 | -9/+5 | |
* | | | | | | | [PATCH] nfsd: remove inline from a couple of large NFS functions | NeilBrown | 2006-01-18 | 1 | -2/+2 | |
* | | | | | | | [PATCH] nfsd: check error status from nfsd_sync_dir | YAMAMOTO Takashi | 2006-01-18 | 1 | -36/+44 | |
* | | | | | | | [PATCH] hfs: set type/creator for symlinks | Roman Zippel | 2006-01-18 | 2 | -2/+10 | |
* | | | | | | | [PATCH] hfs: set correct create date for links | Roman Zippel | 2006-01-18 | 2 | -12/+22 | |
* | | | | | | | [PATCH] hfs: set correct ctime | Roman Zippel | 2006-01-18 | 3 | -6/+15 | |
* | | | | | | | [PATCH] hfs: add HFSX support | David Elliott | 2006-01-18 | 8 | -23/+90 | |
* | | | | | | | [PATCH] hfs: cleanup HFS prints | Roman Zippel | 2006-01-18 | 10 | -53/+48 | |
* | | | | | | | [PATCH] hfs: cleanup HFS+ prints | Roman Zippel | 2006-01-18 | 11 | -72/+55 | |
* | | | | | | | [PATCH] add missing syscall declarations | Arnd Bergmann | 2006-01-18 | 1 | -0/+1 | |
* | | | | | | | [PATCH] v9fs: add readpage support | Eric Van Hensbergen | 2006-01-18 | 5 | -0/+116 | |
* | | | | | | | [PATCH] jbd: remove_transaction fix | Jan Kara | 2006-01-18 | 1 | -1/+2 | |
* | | | | | | | [PATCH] jbd: log_do_checkpoint fix | Jan Kara | 2006-01-18 | 1 | -1/+1 | |
* | | | | | | | [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for | David Chinner | 2006-01-18 | 1 | -3/+26 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | [PATCH] fuse: fix bitfield race | Miklos Szeredi | 2006-01-16 | 2 | -3/+23 | |
* | | | | | | [PATCH] fuse: use asynchronous READ requests for readpages | Miklos Szeredi | 2006-01-16 | 1 | -17/+27 | |
* | | | | | | [PATCH] fuse: READ request initialization | Miklos Szeredi | 2006-01-16 | 3 | -24/+18 | |
* | | | | | | [PATCH] fuse: move INIT handling to inode.c | Miklos Szeredi | 2006-01-16 | 3 | -50/+45 | |
* | | | | | | [PATCH] fuse: add asynchronous request support | Miklos Szeredi | 2006-01-16 | 3 | -14/+43 | |
* | | | | | | [PATCH] fuse: add connection aborting | Miklos Szeredi | 2006-01-16 | 3 | -6/+88 | |
* | | | | | | [PATCH] fuse: add number of waiting requests attribute | Miklos Szeredi | 2006-01-16 | 3 | -3/+21 | |
* | | | | | | [PATCH] fuse: make fuse connection a kobject | Miklos Szeredi | 2006-01-16 | 3 | -43/+164 | |
* | | | | | | [PATCH] fuse: extend semantics of connected flag | Miklos Szeredi | 2006-01-16 | 3 | -4/+6 | |
* | | | | | | [PATCH] fuse: introduce list for requests under I/O | Miklos Szeredi | 2006-01-16 | 3 | -6/+10 | |
* | | | | | | [PATCH] fuse: introduce unified request state | Miklos Szeredi | 2006-01-16 | 2 | -11/+19 | |
* | | | | | | [PATCH] fuse: miscellaneous cleanup | Miklos Szeredi | 2006-01-16 | 3 | -15/+6 | |
* | | | | | | [PATCH] fuse: uninline some functions | Miklos Szeredi | 2006-01-16 | 3 | -21/+17 | |
* | | | | | | [PATCH] fuse: handle error INIT reply | Miklos Szeredi | 2006-01-16 | 1 | -1/+1 | |
* | | | | | | [PATCH] fuse: fix request_end() | Miklos Szeredi | 2006-01-16 | 1 | -11/+7 | |
* | | | | | | [PATCH] fuse: fuse_copy_finish() order fix | Miklos Szeredi | 2006-01-16 | 1 | -1/+3 | |
* | | | | | | [PATCH] add /sys/fs | Miklos Szeredi | 2006-01-16 | 1 | -0/+5 | |
* | | | | | | [PATCH] partitions: Read Rio Karma partition table | Bob Copeland | 2006-01-16 | 5 | -0/+77 | |
* | | | | | | Make alloc_page_buffers() initialise buffer_heads using init_buffer(), | Nathan Scott | 2006-01-17 | 1 | -1/+1 | |
* | | | | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds | 2006-01-15 | 3 | -20/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround | Nathan Scott | 2006-01-16 | 1 | -3/+0 |