Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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-31 | 2 | -10/+12 | |
| * | | | | | | ceph: fix potential double free | Alan Cox | 2012-07-31 | 1 | -0/+1 | |
| * | | | | | | ceph: close old con before reopening on mds reconnect | Sage Weil | 2012-07-31 | 1 | -0/+1 | |
| * | | | | | | libceph: move feature bits to separate header | Sage Weil | 2012-07-31 | 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-06 | 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 | |
| * | | | | | | | libceph: embed ceph messenger structure in ceph_client | Alex Elder | 2012-06-01 | 1 | -1/+1 | |
| * | | | | | | | ceph: check PG_Private flag before accessing page->private | Yan, Zheng | 2012-06-01 | 1 | -9/+12 | |
* | | | | | | | | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-31 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | writeback: Fix some comment errors | Wanpeng Li | 2012-06-09 | 3 | -4/+4 | |
* | | | | | | | | | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-07-31 | 33 | -1746/+2054 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | nfs: fix fl_type tests in NFSv4 code | Jeff Layton | 2012-07-31 | 2 | -2/+2 | |
| * | | | | | | | | NFS: fix pnfs regression with directio writes | Fred Isaman | 2012-07-31 | 1 | -2/+2 | |
| * | | | | | | | | NFS: fix pnfs regression with directio reads | Fred Isaman | 2012-07-31 | 1 | -1/+1 | |
| * | | | | | | | | nfs: fix stub return type warnings | Randy Dunlap | 2012-07-30 | 1 | -1/+1 | |
| * | | | | | | | | NFS: exit_nfs_v4() shouldn't be an __exit function | Bryan Schumaker | 2012-07-17 | 1 | -1/+1 | |
| * | | | | | | | | NFS: Split out NFS v4 client functions | Bryan Schumaker | 2012-07-17 | 2 | -93/+91 | |
| * | | | | | | | | NFS: Split out the NFS v4 filesystem types | Bryan Schumaker | 2012-07-17 | 4 | -373/+381 | |
| * | | | | | | | | NFS: Create a single nfs_clone_super() function | Bryan Schumaker | 2012-07-17 | 1 | -26/+6 | |
| * | | | | | | | | NFS: Split out NFS v4 server creating code | Bryan Schumaker | 2012-07-17 | 3 | -448/+462 | |
| * | | | | | | | | NFS: Initialize the NFS v4 client from init_nfs_v4() | Bryan Schumaker | 2012-07-17 | 4 | -135/+149 | |
| * | | | | | | | | NFS: Move the v4 getroot code to nfs4getroot.c | Bryan Schumaker | 2012-07-17 | 3 | -51/+50 | |
| * | | | | | | | | NFS: Split out NFS v4 file operations | Bryan Schumaker | 2012-07-17 | 4 | -136/+160 | |
| * | | | | | | | | NFS: Initialize v4 sysctls from nfs_init_v4() | Bryan Schumaker | 2012-07-17 | 5 | -27/+98 | |
| * | | | | | | | | NFS: Create an init_nfs_v4() function | Bryan Schumaker | 2012-07-17 | 4 | -31/+65 | |
| * | | | | | | | | NFS: Split out NFS v4 inode operations | Bryan Schumaker | 2012-07-17 | 3 | -31/+27 | |
| * | | | | | | | | NFS: Split out NFS v3 inode operations | Bryan Schumaker | 2012-07-17 | 3 | -33/+29 | |
| * | | | | | | | | NFS: Split out NFS v2 inode operations | Bryan Schumaker | 2012-07-17 | 4 | -40/+39 | |
| * | | | | | | | | NFS: Clean up nfs4_proc_setclientid() and friends | Chuck Lever | 2012-07-16 | 2 | -8/+41 | |
| * | | | | | | | | NFS: Treat NFS4ERR_CLID_INUSE as a fatal error | Chuck Lever | 2012-07-16 | 2 | -32/+22 | |
| * | | | | | | | | NFS: When state recovery fails, waiting tasks should exit | Chuck Lever | 2012-07-16 | 1 | -1/+6 | |
| * | | | | | | | | SUNRPC: Add rpcauth_list_flavors() | Chuck Lever | 2012-07-16 | 1 | -4/+7 | |
| * | | | | | | | | NFS: nfs_getaclargs.acl_len is a size_t | Chuck Lever | 2012-07-16 | 1 | -1/+2 | |
| * | | | | | | | | NFS: Clean up TEST_STATEID and FREE_STATEID error reporting | Chuck Lever | 2012-07-16 | 1 | -2/+29 |