Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2014-12-17 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||
| * | | | | | | | | | fuse: use file_inode() in fuse_file_fallocate() | Miklos Szeredi | 2014-12-12 | |
| * | | | | | | | | | fuse: introduce fuse_simple_request() helper | Miklos Szeredi | 2014-12-12 | |
| * | | | | | | | | | fuse: reduce max out args | Miklos Szeredi | 2014-12-12 | |
| * | | | | | | | | | fuse: hold inode instead of path after release | Miklos Szeredi | 2014-12-12 | |
| * | | | | | | | | | fuse: flush requests on umount | Miklos Szeredi | 2014-12-12 | |
| * | | | | | | | | | fuse: don't wake up reserved req in fuse_conn_kill() | Miklos Szeredi | 2014-12-12 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-16 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | coda_venus_readdir(): use file_inode() | Al Viro | 2014-12-11 | |
| * | | | | | | | | | fs/namei.c: fold link_path_walk() call into path_init() | Al Viro | 2014-12-11 | |
| * | | | | | | | | | path_init(): don't bother with LOOKUP_PARENT in argument | Al Viro | 2014-12-11 | |
| * | | | | | | | | | fs/namei.c: new helper (path_cleanup()) | Al Viro | 2014-12-11 | |
| * | | | | | | | | | path_init(): store the "base" pointer to file in nameidata itself | Al Viro | 2014-12-11 | |
| * | | | | | | | | | make default ->i_fop have ->open() fail with ENXIO | Al Viro | 2014-12-10 | |
| * | | | | | | | | | make nameidata completely opaque outside of fs/namei.c | Al Viro | 2014-12-10 | |
| * | | | | | | | | | Merge branch 'nsfs' into for-next | Al Viro | 2014-12-10 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | kill proc_ns completely | Al Viro | 2014-12-10 | |
| | * | | | | | | | | | take the targets of /proc/*/ns/* symlinks to separate fs | Al Viro | 2014-12-10 | |
| | * | | | | | | | | | bury struct proc_ns in fs/proc | Al Viro | 2014-12-04 | |
| | * | | | | | | | | | copy address of proc_ns_ops into ns_common | Al Viro | 2014-12-04 | |
| | * | | | | | | | | | new helpers: ns_alloc_inum/ns_free_inum | Al Viro | 2014-12-04 | |
| | * | | | | | | | | | make proc_ns_operations work with struct ns_common * instead of void * | Al Viro | 2014-12-04 | |
| | * | | | | | | | | | make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns | Al Viro | 2014-12-04 | |
| | * | | | | | | | | | common object embedded into various struct ....ns | Al Viro | 2014-12-04 | |
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-12-16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | isofs: Fix infinite looping over CE entries | Jan Kara | 2014-12-15 | |
| * | | | | | | | | | | | reiserfs: destroy allocated commit workqueue | Jiri Slaby | 2014-12-12 | |
* | | | | | | | | | | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-12-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | nfsd4: fix xdr4 count of server in fs_location4 | Benjamin Coddington | 2014-12-09 | |
| * | | | | | | | | | | | | nfsd4: fix xdr4 inclusion of escaped char | Benjamin Coddington | 2014-12-09 | |
| * | | | | | | | | | | | | fs: nfsd: Fix signedness bug in compare_blob | Rasmus Villemoes | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: require svc_create callers to pass in meaningful shutdown routine | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: move rq_splice_ok flag into rq_flags | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: move rq_dropme flag into rq_flags | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: move rq_local field to rq_flags | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it | Jeff Layton | 2014-12-09 | |
| * | | | | | | | | | | | | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch | J. Bruce Fields | 2014-12-09 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | nfsd: minor off by one checks in __write_versions() | Dan Carpenter | 2014-12-01 | |
| * | | | | | | | | | | | | | merge nfs bugfixes into nfsd for-3.19 branch | J. Bruce Fields | 2014-11-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | nfsd: convert nfs4_file searches to use RCU | Jeff Layton | 2014-11-07 | |
| * | | | | | | | | | | | | | | nfsd: Add DEALLOCATE support | Anna Schumaker | 2014-11-07 | |
| * | | | | | | | | | | | | | | nfsd: Add ALLOCATE support | Anna Schumaker | 2014-11-07 | |
| * | | | | | | | | | | | | | | VFS: Rename do_fallocate() to vfs_fallocate() | Anna Schumaker | 2014-11-07 | |
| * | | | | | | | | | | | | | | lockd: ratelimit "lockd: cannot monitor" messages | Jeff Layton | 2014-11-06 | |
| * | | | | | | | | | | | | | | nfsd: clean up comments over nfs4_file definition | Jeff Layton | 2014-10-23 | |
| * | | | | | | | | | | | | | | NFSD: Always initialize cl_cb_addr | Chuck Lever | 2014-10-23 | |
| * | | | | | | | | | | | | | | nfsd: fix inclusive vfs_fsync_range() end | Zach Brown | 2014-10-23 | |
* | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-12-14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 2014-11-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |