Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -2/+1 |
2012-08-01 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 8 | -75/+153 |
2012-08-01 | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 32 | -390/+690 |
2012-08-01 | nfs: prevent page allocator recursions with swap over NFS. | Mel Gorman | 2 | -3/+3 |
2012-08-01 | nfs: enable swap on NFS | Mel Gorman | 3 | -30/+82 |
2012-08-01 | nfs: disable data cache revalidation for swapfiles | Mel Gorman | 2 | -14/+39 |
2012-08-01 | nfs: teach the NFS client how to treat PG_swapcache pages | Mel Gorman | 5 | -28/+29 |
2012-08-01 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+2 |
2012-07-31 | nfs: explicitly reject LOCK_MAND flock() requests | Jeff Layton | 1 | -0/+9 |
2012-07-31 | nfs: increase number of permitted callback connections. | NeilBrown | 1 | -0/+4 |
2012-07-31 | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 33 | -1746/+2054 |
2012-07-31 | NFS: Convert v4 into a module | Bryan Schumaker | 21 | -108/+147 |
2012-07-31 | NFS: Convert v3 into a module | Bryan Schumaker | 11 | -33/+25 |
2012-07-31 | NFS: Convert v2 into a module | Bryan Schumaker | 12 | -24/+50 |
2012-07-31 | NFS: Keep module parameters in the generic NFS client | Bryan Schumaker | 7 | -49/+48 |
2012-07-31 | NFS: Split out remaining NFS v4 inode functions | Bryan Schumaker | 5 | -48/+41 |
2012-07-31 | NFS: Pass super operations and xattr handlers in the nfs_subversion | Bryan Schumaker | 6 | -25/+13 |
2012-07-31 | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 10 | -69/+96 |
2012-07-31 | NFS: Create a try_mount rpc op | Bryan Schumaker | 7 | -12/+12 |
2012-07-31 | NFS: Remove the NFS v4 xdev mount function | Bryan Schumaker | 3 | -58/+10 |
2012-07-31 | NFS: Add version registering framework | Bryan Schumaker | 11 | -61/+282 |
2012-07-31 | NFS: Fix a number of bugs in the idmapper | David Howells | 1 | -6/+20 |
2012-07-31 | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 1 | -2/+5 |
2012-07-31 | pnfsblock: bail out partial page IO | Peng Tao | 1 | -3/+36 |
2012-07-31 | nfs: fix fl_type tests in NFSv4 code | Jeff Layton | 2 | -2/+2 |
2012-07-31 | NFS: fix pnfs regression with directio writes | Fred Isaman | 1 | -2/+2 |
2012-07-31 | NFS: fix pnfs regression with directio reads | Fred Isaman | 1 | -1/+1 |
2012-07-31 | nfs: fix stub return type warnings | Randy Dunlap | 1 | -1/+1 |
2012-07-28 | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 1 | -2/+2 |
2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -224/+135 |
2012-07-20 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 1 | -5/+20 |
2012-07-20 | pnfs-obj: Fix __r4w_get_page when offset is beyond i_size | Boaz Harrosh | 1 | -3/+13 |
2012-07-20 | pnfs-obj: don't leak objio_state if ore_write/read fails | Boaz Harrosh | 1 | -2/+7 |
2012-07-18 | NFS: exit_nfs_v4() shouldn't be an __exit function | Bryan Schumaker | 1 | -1/+1 |
2012-07-17 | NFS: Split out NFS v4 client functions | Bryan Schumaker | 2 | -93/+91 |
2012-07-17 | NFS: Split out the NFS v4 filesystem types | Bryan Schumaker | 4 | -373/+381 |
2012-07-17 | NFS: Create a single nfs_clone_super() function | Bryan Schumaker | 1 | -26/+6 |
2012-07-17 | NFS: Split out NFS v4 server creating code | Bryan Schumaker | 3 | -448/+462 |
2012-07-17 | NFS: Initialize the NFS v4 client from init_nfs_v4() | Bryan Schumaker | 4 | -135/+149 |
2012-07-17 | NFS: Move the v4 getroot code to nfs4getroot.c | Bryan Schumaker | 3 | -51/+50 |
2012-07-17 | NFS: Split out NFS v4 file operations | Bryan Schumaker | 4 | -136/+160 |
2012-07-17 | NFS: Initialize v4 sysctls from nfs_init_v4() | Bryan Schumaker | 5 | -27/+98 |
2012-07-17 | NFS: Create an init_nfs_v4() function | Bryan Schumaker | 4 | -31/+65 |
2012-07-17 | NFS: Split out NFS v4 inode operations | Bryan Schumaker | 3 | -31/+27 |
2012-07-17 | NFS: Split out NFS v3 inode operations | Bryan Schumaker | 3 | -33/+29 |
2012-07-17 | NFS: Split out NFS v2 inode operations | Bryan Schumaker | 4 | -40/+39 |
2012-07-16 | NFS: Clean up nfs4_proc_setclientid() and friends | Chuck Lever | 2 | -8/+41 |
2012-07-16 | NFS: Treat NFS4ERR_CLID_INUSE as a fatal error | Chuck Lever | 2 | -32/+22 |
2012-07-16 | NFS: When state recovery fails, waiting tasks should exit | Chuck Lever | 1 | -1/+6 |
2012-07-16 | SUNRPC: Add rpcauth_list_flavors() | Chuck Lever | 1 | -4/+7 |