| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG | Trond Myklebust | 2012-03-20 | 1 | -1/+1 |
* | | NFS: remove nfs_inode radix tree | Fred Isaman | 2012-03-10 | 1 | -1/+1 |
* | | NFS: add fh_crc to debug output | Weston Andros Adamson | 2012-03-07 | 1 | -2/+4 |
* | | NFS: add filehandle crc for debug display | Weston Andros Adamson | 2012-03-07 | 1 | -3/+20 |
* | | NFS: Fix a typo in _nfs_display_fhandle | Trond Myklebust | 2012-03-06 | 1 | -1/+1 |
* | | NFS: Add a client-side function to display NFS file handles | Chuck Lever | 2012-03-02 | 1 | -0/+45 |
* | | NFS: make cb_ident_idr per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -1/+1 |
* | | NFS: make nfs_client_list per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -0/+1 |
* | | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 2012-02-06 | 1 | -1/+1 |
* | | SUNRPC: register RPC stats /proc entries in passed network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -3/+3 |
* | | NFS: Optimise away unnecessary setattrs for open(O_TRUNC); | Trond Myklebust | 2012-01-31 | 1 | -2/+2 |
* | | NFS: blocklayout pipe creation per network namespace context introduced | Stanislav Kinsbursky | 2012-01-31 | 1 | -0/+1 |
* | | NFS: DNS resolver cache per network namespace context introduced | Stanislav Kinsbursky | 2012-01-31 | 1 | -3/+30 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-01-10 | 1 | -0/+2 |
|\ |
|
| * | NFSv4: Save the owner/group name string when doing open | Trond Myklebust | 2012-01-07 | 1 | -0/+2 |
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -1/+2 |
|\ \ |
|
| * | | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 2011-12-06 | 1 | -1/+2 |
| |/ |
|
* | | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | | pull manipulations of rpc_cred inside alloc_nfs_open_context() | Al Viro | 2012-01-03 | 1 | -20/+20 |
|/ |
|
* | nfs: when attempting to open a directory, fall back on normal lookup (try #5) | Jeff Layton | 2011-11-04 | 1 | -1/+1 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -2/+2 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | NFS: Use the inode->i_version to cache NFSv4 change attribute information | Trond Myklebust | 2011-10-18 | 1 | -8/+8 |
* | nfs_open_context doesn't need struct path either | Al Viro | 2011-07-20 | 1 | -9/+11 |
* | NFSv4.1: allow nfs_fhget to succeed with mounted on fileid | Andy Adamson | 2011-06-15 | 1 | -1/+2 |
* | NFS41: do not update isize if inode needs layoutcommit | Peng Tao | 2011-06-15 | 1 | -1/+2 |
* | Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2011-05-29 | 1 | -1/+2 |
|\ |
|
| * | pnfs: layoutreturn | Benny Halevy | 2011-05-29 | 1 | -1/+2 |
* | | NFS: nfs_update_inode: print current and new inode size in debug output | Harshula Jayasuriya | 2011-05-27 | 1 | -2/+6 |
|/ |
|
* | Merge branch 'nfs-for-2.6.39' into nfs-for-next | Trond Myklebust | 2011-03-24 | 1 | -1/+1 |
|\ |
|
| * | NFSv4.1: filelayout driver specific code for COMMIT | Fred Isaman | 2011-03-23 | 1 | -0/+1 |
| * | NFS: Create nfs_open_dir_context | Bryan Schumaker | 2011-03-23 | 1 | -1/+0 |
* | | NFS: use secinfo when crossing mountpoints | Bryan Schumaker | 2011-03-24 | 1 | -3/+5 |
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-2.6.39 | Tejun Heo | 2011-02-21 | 1 | -9/+17 |
| |\ |
|
| * | | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER | Tejun Heo | 2011-01-25 | 1 | -1/+1 |
* | | | (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3... | Frank Filz | 2011-03-10 | 1 | -1/+6 |
| |/
|/| |
|
* | | NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount | Trond Myklebust | 2011-01-25 | 1 | -9/+17 |
|/ |
|
* | NFS: Use d_automount() rather than abusing follow_link() | David Howells | 2011-01-15 | 1 | -2/+2 |
* | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2011-01-11 | 1 | -1/+2 |
|\ |
|
| * | pnfs: change how lsegs are removed from layout list | Fred Isaman | 2011-01-06 | 1 | -1/+1 |
| * | NFS implement v4.0 callback_ident | Andy Adamson | 2011-01-06 | 1 | -0/+1 |
* | | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
|/ |
|
* | NFS: Fix a memory leak in nfs_readdir | Trond Myklebust | 2010-12-02 | 1 | -0/+1 |
* | NFS: create and destroy inode's layout cache | Benny Halevy | 2010-10-24 | 1 | -0/+3 |
* | NFS: remove readdir plus limit | Bryan Schumaker | 2010-10-23 | 1 | -5/+1 |
* | NFS: new idmapper | Bryan Schumaker | 2010-10-07 | 1 | -0/+7 |