Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | NFS: Pass super operations and xattr handlers in the nfs_subversion | Bryan Schumaker | 2012-07-30 | 6 | -25/+13 | |
| * | | | | | | | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 2012-07-30 | 10 | -69/+96 | |
| * | | | | | | | NFS: Create a try_mount rpc op | Bryan Schumaker | 2012-07-30 | 7 | -12/+12 | |
| * | | | | | | | NFS: Remove the NFS v4 xdev mount function | Bryan Schumaker | 2012-07-30 | 3 | -58/+10 | |
| * | | | | | | | NFS: Add version registering framework | Bryan Schumaker | 2012-07-30 | 11 | -61/+282 | |
| * | | | | | | | NFS: Fix a number of bugs in the idmapper | David Howells | 2012-07-30 | 1 | -6/+20 | |
| * | | | | | | | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 2012-07-30 | 1 | -2/+5 | |
| * | | | | | | | pnfsblock: bail out partial page IO | Peng Tao | 2012-07-30 | 1 | -3/+36 | |
* | | | | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-07-31 | 22 | -223/+330 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | NFSd: make boot_time variable per network namespace | Stanislav Kinsbursky | 2012-07-27 | 3 | -16/+25 | |
| * | | | | | | | | NFSd: make grace end flag per network namespace | Stanislav Kinsbursky | 2012-07-27 | 2 | -5/+4 | |
| * | | | | | | | | Lockd: move grace period management from lockd() to per-net functions | Stanislav Kinsbursky | 2012-07-27 | 1 | -6/+3 | |
| * | | | | | | | | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 2012-07-27 | 8 | -54/+62 | |
| * | | | | | | | | LockD: manage grace list per network namespace | Stanislav Kinsbursky | 2012-07-27 | 3 | -3/+13 | |
| * | | | | | | | | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 2012-07-27 | 4 | -7/+7 | |
| * | | | | | | | | NFSd: make nfsd4_manager allocated per network namespace context. | Stanislav Kinsbursky | 2012-07-27 | 2 | -13/+21 | |
| * | | | | | | | | LockD: make lockd manager allocated per network namespace | Stanislav Kinsbursky | 2012-07-27 | 2 | -8/+12 | |
| * | | | | | | | | LockD: manage grace period per network namespace | Stanislav Kinsbursky | 2012-07-27 | 2 | -6/+13 | |
| * | | | | | | | | Lockd: add more debug to host shutdown functions | Stanislav Kinsbursky | 2012-07-27 | 1 | -2/+2 | |
| * | | | | | | | | Lockd: host complaining function introduced | Stanislav Kinsbursky | 2012-07-27 | 1 | -27/+30 | |
| * | | | | | | | | LockD: manage used host count per networks namespace | Stanislav Kinsbursky | 2012-07-27 | 2 | -0/+19 | |
| * | | | | | | | | LockD: manage garbage collection timeout per networks namespace | Stanislav Kinsbursky | 2012-07-27 | 2 | -3/+10 | |
| * | | | | | | | | LockD: make garbage collector network namespace aware. | Stanislav Kinsbursky | 2012-07-27 | 1 | -9/+13 | |
| * | | | | | | | | LockD: mark host per network namespace on garbage collect | Stanislav Kinsbursky | 2012-07-27 | 2 | -7/+15 | |
| * | | | | | | | | nfsd4: fix missing fault_inject.h include | J. Bruce Fields | 2012-07-27 | 1 | -0/+1 | |
| * | | | | | | | | locks: move lease-specific code out of locks_delete_lock | J. Bruce Fields | 2012-07-27 | 1 | -6/+5 | |
| * | | | | | | | | locks: prevent side-effects of locks_release_private before file_lock is init... | Filipe Brandenburger | 2012-07-27 | 1 | -11/+6 | |
| * | | | | | | | | NFSd: set nfsd_serv to NULL after service destruction | Stanislav Kinsbursky | 2012-07-25 | 2 | -5/+7 | |
| * | | | | | | | | NFSd: introduce nfsd_destroy() helper | Stanislav Kinsbursky | 2012-07-25 | 3 | -17/+14 | |
| * | | | | | | | | nfsd: add get_uint for u32's | J. Bruce Fields | 2012-07-25 | 1 | -3/+3 | |
| * | | | | | | | | NFSd: fix locking in nfsd_forget_delegations() | Stanislav Kinsbursky | 2012-07-25 | 1 | -6/+17 | |
| * | | | | | | | | nfsd4: fix cr_principal comparison check in same_creds | Vivek Trivedi | 2012-07-25 | 1 | -2/+2 | |
| * | | | | | | | | nfsd: share some function prototypes | J. Bruce Fields | 2012-07-10 | 1 | -0/+2 | |
| * | | | | | | | | nfsd: allow owner_override only for regular files | J. Bruce Fields | 2012-07-10 | 1 | -1/+9 | |
| * | | | | | | | | nfsd4: release openowners on free in >=4.1 case | J. Bruce Fields | 2012-07-10 | 1 | -6/+13 | |
| * | | | | | | | | nfsd4: our filesystems are normally case sensitive | J. Bruce Fields | 2012-07-10 | 1 | -1/+1 | |
| * | | | | | | | | nfsd4: process_open2 cleanup | J. Bruce Fields | 2012-06-20 | 1 | -5/+3 | |
| * | | | | | | | | nfsd4: nfsd4_lock() cleanup | J. Bruce Fields | 2012-06-20 | 1 | -12/+3 | |
| * | | | | | | | | nfsd4: remove unnecessary comment | J. Bruce Fields | 2012-06-20 | 1 | -1/+0 | |
| * | | | | | | | | NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID | Chuck Lever | 2012-06-20 | 2 | -7/+16 | |
| * | | | | | | | | nfsd: probe the back channel on new connections | Weston Andros Adamson | 2012-06-20 | 1 | -0/+5 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-07-31 | 6 | -31/+23 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ceph: define snap counts as u32 everywhere | Alex Elder | 2012-07-30 | 2 | -10/+12 | |
| * | | | | | | | | ceph: fix potential double free | Alan Cox | 2012-07-30 | 1 | -0/+1 | |
| * | | | | | | | | ceph: close old con before reopening on mds reconnect | Sage Weil | 2012-07-30 | 1 | -0/+1 | |
| * | | | | | | | | libceph: move feature bits to separate header | Sage Weil | 2012-07-30 | 2 | -0/+2 | |
| * | | | | | | | | ceph: clean up useless d_parent checks | Sage Weil | 2012-07-30 | 2 | -15/+3 | |
| * | | | | | | | | libceph: set peer name on con_open, not init | Sage Weil | 2012-07-05 | 1 | -3/+4 | |
| * | | | | | | | | Merge tag 'v3.5-rc1' | Sage Weil | 2012-06-15 | 730 | -24434/+50866 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | libceph: fully initialize connection in con_init() | Alex Elder | 2012-06-06 | 1 | -5/+2 |