summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro2014-12-171-4/+3
* vm_area_operations: kill ->migrate()Al Viro2014-12-175-60/+0
* new helper: iter_is_iovec()Al Viro2014-12-173-2/+7
* move_extent_per_page(): get rid of unused w_flagsAl Viro2014-12-171-4/+0
* lustre: get rid of playing with ->fsAl Viro2014-12-173-41/+2
* btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro2014-12-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-1636-430/+416
|\
| * coda_venus_readdir(): use file_inode()Al Viro2014-12-111-3/+1
| * fs/namei.c: fold link_path_walk() call into path_init()Al Viro2014-12-111-21/+6
| * path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro2014-12-111-4/+4
| * fs/namei.c: new helper (path_cleanup())Al Viro2014-12-111-17/+13
| * path_init(): store the "base" pointer to file in nameidata itselfAl Viro2014-12-111-14/+13
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-106-61/+8
| * make nameidata completely opaque outside of fs/namei.cAl Viro2014-12-102-22/+27
| * Merge branch 'nsfs' into for-nextAl Viro2014-12-1027-297/+353
| |\
| | * kill proc_ns completelyAl Viro2014-12-103-11/+5
| | * take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-1010-161/+208
| | * bury struct proc_ns in fs/procAl Viro2014-12-046-27/+15
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-0413-10/+34
| | * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-047-13/+16
| | * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-049-65/+28
| | * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-044-22/+36
| | * netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10
| | * make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro2014-12-041-8/+13
| | * common object embedded into various struct ....nsAl Viro2014-12-0417-29/+43
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-162-0/+9
|\ \ \
| * | | isofs: Fix infinite looping over CE entriesJan Kara2014-12-151-0/+6
| * | | reiserfs: destroy allocated commit workqueueJiri Slaby2014-12-121-0/+3
* | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-1627-269/+525
|\ \ \ \
| * | | | nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2014-12-091-1/+1
| * | | | nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2014-12-091-0/+3
| * | | | sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-091-20/+6
| * | | | sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-091-2/+4
| * | | | fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2014-12-091-8/+7
| * | | | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-092-7/+109
| * | | | sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-094-103/+132
| * | | | sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-092-9/+9
| * | | | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-093-5/+10
| * | | | sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-092-4/+1
| * | | | sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-091-21/+16
| * | | | sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-092-5/+6
| * | | | sunrpc: move rq_cachetype field to better optimize spaceJeff Layton2014-12-091-1/+1
| * | | | sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-097-12/+13
| * | | | sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-095-9/+9
| * | | | sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-095-9/+10
| * | | | sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-094-5/+9
| * | | | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-095-10/+22
| * | | | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-09271-1021/+2556
| |\ \ \ \
| * | | | | nfsd: minor off by one checks in __write_versions()Dan Carpenter2014-12-011-3/+3
| * | | | | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-011-5/+7
OpenPOWER on IntegriCloud