| Commit message (Expand) | Author | Age | Files | Lines |
* | lockd: unlock lockd locks held for a certain filesystem | Wendy Cheng | 2008-04-25 | 2 | -5/+64 |
* | lockd: unlock lockd locks associated with a given server ip | Wendy Cheng | 2008-04-25 | 2 | -5/+64 |
* | leases: remove unneeded variable from fcntl_setlease(). | David M. Richter | 2008-04-25 | 1 | -2/+1 |
* | leases: move lock allocation earlier in generic_setlease() | David M. Richter | 2008-04-25 | 1 | -5/+5 |
* | leases: when unlocking, skip locking-related steps | David M. Richter | 2008-04-25 | 1 | -11/+13 |
* | leases: fix a return-value mixup | David M. Richter | 2008-04-25 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-04-24 | 12 | -43/+176 |
|\ |
|
| * | [CIFS] Fix typo in previous commit | Steve French | 2008-04-24 | 1 | -2/+2 |
| * | [CIFS] Fix define for new proxy cap to match documentation | Steve French | 2008-04-24 | 1 | -2/+5 |
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-24 | 238 | -6571/+12005 |
| |\ |
|
| * | | [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash | Steve French | 2008-04-18 | 1 | -4/+11 |
| * | | [CIFS] Reserve new proxy cap for WAFS | Steve French | 2008-04-18 | 1 | -1/+7 |
| * | | [CIFS] Add various missing flags and defintions | Steve French | 2008-04-17 | 2 | -14/+105 |
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-17 | 5 | -6/+6 |
| |\ \ |
|
| * | | | [CIFS] make cifs_dfs_automount_list_static | Steve French | 2008-04-16 | 2 | -3/+1 |
| * | | | [CIFS] Fix oops when slow oplock process races with unmount | Steve French | 2008-04-15 | 3 | -0/+20 |
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-15 | 32 | -220/+246 |
| |\ \ \ |
|
| * | | | | [CIFS] Fix acl length when very short ACL being modified by chmod | Steve French | 2008-04-09 | 2 | -6/+9 |
| * | | | | [CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on... | Steve French | 2008-04-09 | 1 | -14/+18 |
| * | | | | [CIFS] minor update to change log | Steve French | 2008-04-04 | 1 | -1/+2 |
* | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-04-24 | 22 | -531/+931 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'devel' | Trond Myklebust | 2008-04-24 | 22 | -531/+931 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | make nfs_automount_list static | Adrian Bunk | 2008-04-19 | 1 | -1/+1 |
| | * | | | | NFS: remove duplicate flags assignment from nfs_validate_mount_data | Jeff Layton | 2008-04-19 | 1 | -1/+0 |
| | * | | | | NFS - fix potential NULL pointer dereference v2 | Cyrill Gorcunov | 2008-04-19 | 1 | -0/+16 |
| | * | | | | NFSv4: Attempt to use machine credentials in SETCLIENTID calls | Trond Myklebust | 2008-04-19 | 1 | -4/+37 |
| | * | | | | NFSv4: Reintroduce machine creds | Trond Myklebust | 2008-04-19 | 1 | -0/+7 |
| | * | | | | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 2008-04-19 | 1 | -1/+1 |
| | * | | | | nfs: fix printout of multiword bitfields | Fred Isaman | 2008-04-19 | 1 | -5/+5 |
| | * | | | | nfs: return negative error value from nfs{,4}_stat_to_errno | Benny Halevy | 2008-04-19 | 3 | -95/+95 |
| | * | | | | NLM/lockd: Ensure client locking calls use correct credentials | Trond Myklebust | 2008-04-19 | 1 | -9/+14 |
| | * | | | | NFS: Remove the buggy lock-if-signalled case from do_setlk() | Trond Myklebust | 2008-04-19 | 1 | -10/+2 |
| | * | | | | NLM/lockd: Fix a race when cancelling a blocking lock | Trond Myklebust | 2008-04-19 | 1 | -9/+34 |
| | * | | | | NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call | Trond Myklebust | 2008-04-19 | 1 | -1/+10 |
| | * | | | | NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel | Trond Myklebust | 2008-04-19 | 1 | -41/+1 |
| | * | | | | NLM/lockd: convert __nlm_async_call to use rpc_run_task() | Trond Myklebust | 2008-04-19 | 1 | -10/+54 |
| | * | | | | NLM/lockd: Add a reference counter to struct nlm_rqst | Trond Myklebust | 2008-04-19 | 1 | -0/+3 |
| | * | | | | NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck | Trond Myklebust | 2008-04-19 | 1 | -0/+2 |
| | * | | | | NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() | Trond Myklebust | 2008-04-19 | 1 | -6/+10 |
| | * | | | | NFSv4: Only increment the sequence id if the server saw it | Trond Myklebust | 2008-04-19 | 2 | -7/+23 |
| | * | | | | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() | Trond Myklebust | 2008-04-19 | 1 | -4/+1 |
| | * | | | | NFS: Ensure that rpc_run_task() errors are propagated back to the caller | Trond Myklebust | 2008-04-19 | 3 | -26/+40 |
| | * | | | | NFS: Ensure that the write code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2008-04-19 | 2 | -46/+71 |
| | * | | | | NFS: Ensure that the read code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2008-04-19 | 2 | -26/+46 |
| | * | | | | NFS: Fix nfs_wb_page() to always exit with an error or a clean page | Trond Myklebust | 2008-04-19 | 1 | -11/+12 |
| | * | | | | lockd: introduce new function to encode private argument in SM_MON requests | Chuck Lever | 2008-03-19 | 1 | -6/+24 |
| | * | | | | lockd: Fix up incorrect RPC buffer size calculations. | Chuck Lever | 2008-03-19 | 1 | -31/+8 |
| | * | | | | lockd: document use of mon_id argument in SM_MON requests | Chuck Lever | 2008-03-19 | 1 | -0/+13 |
| | * | | | | lockd: refactor SM_MON my_id argument encoder | Chuck Lever | 2008-03-19 | 1 | -0/+19 |
| | * | | | | lockd: refactor SM_MON mon_name argument encoder | Chuck Lever | 2008-03-19 | 1 | -0/+25 |