| Commit message (Expand) | Author | Age | Files | Lines |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -53/+1 |
* | NFSv4: Add ACCESS operation to OPEN compound | Weston Andros Adamson | 2012-10-01 | 1 | -0/+2 |
* | NFS: Fix fdatasync/fsync() when confronted with a server reboot | Trond Myklebust | 2012-09-28 | 1 | -0/+1 |
* | NFS: Clean up helper function nfs4_select_rw_stateid() | Trond Myklebust | 2012-09-28 | 1 | -2/+6 |
* | NFS: Fix the initialisation of the readdir 'cookieverf' array | Trond Myklebust | 2012-09-04 | 1 | -5/+0 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-31 | 1 | -2/+2 |
|\ |
|
| * | nfs: enable swap on NFS | Mel Gorman | 2012-07-31 | 1 | -2/+2 |
* | | NFS: Convert v4 into a module | Bryan Schumaker | 2012-07-30 | 1 | -3/+3 |
|/ |
|
* | NFS: Split out NFS v3 inode operations | Bryan Schumaker | 2012-07-17 | 1 | -6/+0 |
* | NFS: Split out NFS v2 inode operations | Bryan Schumaker | 2012-07-17 | 1 | -2/+0 |
* | NFSv4.1 add nfs_inode book keeping for mdsthreshold | Andy Adamson | 2012-05-24 | 1 | -0/+3 |
* | NFSv4.1 cache mdsthreshold values on OPEN | Andy Adamson | 2012-05-24 | 1 | -0/+1 |
* | NFS: Add NFSDBG_STATE | Chuck Lever | 2012-05-22 | 1 | -0/+1 |
* | NFS: Adapt readdirplus to application usage patterns | Trond Myklebust | 2012-05-01 | 1 | -5/+0 |
* | NFS: create struct nfs_commit_info | Fred Isaman | 2012-04-27 | 1 | -4/+1 |
* | NFS: create common nfs_pgio_header for both read and write | Fred Isaman | 2012-04-27 | 1 | -12/+0 |
* | NFS: add a struct nfs_commit_data to replace nfs_write_data in commits | Fred Isaman | 2012-04-27 | 1 | -2/+2 |
* | NFS: Fix more NFS debug related build warnings | Trond Myklebust | 2012-03-21 | 1 | -0/+2 |
* | nfs: non void functions must return a value | Stephen Rothwell | 2012-03-21 | 1 | -0/+1 |
* | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG | Trond Myklebust | 2012-03-20 | 1 | -9/+8 |
* | NFS: remove nfs_inode radix tree | Fred Isaman | 2012-03-10 | 1 | -5/+1 |
* | NFS: add filehandle crc for debug display | Weston Andros Adamson | 2012-03-07 | 1 | -0/+8 |
* | NFS: Add a client-side function to display NFS file handles | Chuck Lever | 2012-03-02 | 1 | -0/+14 |
* | pull manipulations of rpc_cred inside alloc_nfs_open_context() | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | nfs: when attempting to open a directory, fall back on normal lookup (try #5) | Jeff Layton | 2011-11-04 | 1 | -0/+3 |
* | nfs4: serialize layoutcommit | Peng Tao | 2011-10-31 | 1 | -0/+1 |
* | NFS: Use the inode->i_version to cache NFSv4 change attribute information | Trond Myklebust | 2011-10-18 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-08-01 | 1 | -2/+2 |
|\ |
|
| * | switch posix_acl_create() to umode_t * | Al Viro | 2011-08-01 | 1 | -2/+2 |
* | | NFS: Fix spurious readdir cookie loop messages | Trond Myklebust | 2011-07-30 | 1 | -1/+2 |
|/ |
|
* | nfs_open_context doesn't need struct path either | Al Viro | 2011-07-20 | 1 | -2/+2 |
* | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2011-07-20 | 1 | -1/+1 |
* | NFSv4.1: layoutcommit | Andy Adamson | 2011-03-23 | 1 | -0/+1 |
* | NFSv4.1: filelayout driver specific code for COMMIT | Fred Isaman | 2011-03-23 | 1 | -0/+1 |
* | NFSv4.1: add generic layer hooks for pnfs COMMIT | Fred Isaman | 2011-03-23 | 1 | -0/+1 |
* | NFS: Detect loops in a readdir due to bad cookies | Bryan Schumaker | 2011-03-23 | 1 | -0/+2 |
* | NFS: Create nfs_open_dir_context | Bryan Schumaker | 2011-03-23 | 1 | -0/+3 |
* | FS: Use stable writes when not doing a bulk flush | Trond Myklebust | 2011-03-21 | 1 | -0/+2 |
* | NFS: change nfs_writeback_done to return void | Fred Isaman | 2011-03-11 | 1 | -1/+1 |
* | NFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 1 | -1/+0 |
* | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | NFS: Fix a memory leak in nfs_readdir | Trond Myklebust | 2010-12-02 | 1 | -0/+1 |
* | nfs: trivial: remove unused nfs_wait_event macro | Jeff Layton | 2010-11-16 | 1 | -6/+0 |
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-26 | 1 | -0/+5 |
|\ |
|
| * | NFS: create and destroy inode's layout cache | Benny Halevy | 2010-10-24 | 1 | -0/+3 |
| * | NFSv4.1: pnfs: filelayout: introduce minimal file layout driver | Dean Hildebrand | 2010-10-24 | 1 | -0/+1 |
| * | NFS: set layout driver | Ricardo Labiaga | 2010-10-24 | 1 | -0/+1 |
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-25 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | nfs: move nfs_sillyrename to unlink.c | Jeff Layton | 2010-09-17 | 1 | -1/+1 |
| * | NFSv4: Clean up nfs4_atomic_open | Trond Myklebust | 2010-09-17 | 1 | -0/+2 |