summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Fix device cleanup on initialization failureKeith Busch2015-06-271-2/+16
* Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-2727-492/+407
|\
| * sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2
| * nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig2015-06-221-3/+6
| * nfsd: fput rd_file from XDR encode contextChristoph Hellwig2015-06-222-12/+14
| * nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-227-62/+74
| * nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig2015-06-191-45/+52
| * nfsd: clean up raparams handlingChristoph Hellwig2015-06-193-55/+43
| * nfsd: use swap() in sort_pacl_range()Fabian Frederick2015-06-191-4/+2
| * rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever2015-06-047-48/+69
| * svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2015-06-043-7/+8
| * svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-043-28/+7
| * svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-044-48/+42
| * svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever2015-06-041-6/+8
| * nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee2015-06-042-2/+13
| * nfsd: Reset cb_status in nfsd4_cb_prepare() at retryingKinglong Mee2015-06-041-0/+1
| * svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever2015-06-032-57/+0
| * SUNRPC: Move EXPORT_SYMBOL for svc_processChuck Lever2015-06-031-1/+1
| * uapi/nfs: Add NFSv4.1 ACL definitionsAndreas Gruenbacher2015-06-011-0/+7
| * nfsd: Remove dead declarationsAndreas Gruenbacher2015-05-291-12/+0
| * nfsd: work around a gcc-5.1 warningArnd Bergmann2015-05-291-2/+1
| * nfsd: Checking for acl support does not require fetching any aclsAndreas Gruenbacher2015-05-291-15/+10
| * nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2015-05-292-38/+50
| * nfsd: stop READDIRPLUS returning inconsistent attributesNeilBrown2015-05-071-5/+7
| * Documentation: remove overloads-avoided counter from knfsd-stats.txtScott Mayhew2015-05-041-40/+4
| * nfsd: remove nfsd_closeChristoph Hellwig2015-05-043-16/+6
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-2711-145/+435
|\ \
| * | GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson2015-06-193-7/+31
| * | GFS2: Don't add all glocks to the lruBob Peterson2015-06-183-3/+7
| * | gfs2: Don't support fallocate on jdata filesAbhi Das2015-06-091-1/+1
| * | gfs2: s64 cast for negative quota valueAbhi Das2015-06-081-1/+1
| * | gfs2: limit quota log messagesAbhi Das2015-06-022-4/+12
| * | gfs2: fix quota updates on block boundariesAbhi Das2015-06-022-80/+119
| * | gfs2: fix shadow warning in gfs2_rbm_find()Fabian Frederick2015-05-181-3/+1
| * | gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
| * | gfs2: convert simple_str to kstrFabian Frederick2015-05-051-18/+48
| * | GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski2015-05-051-1/+1
| * | GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski2015-05-051-16/+189
| * | gfs2: handle NULL rgd in set_rgrp_preferencesAbhi Das2015-05-051-2/+2
| * | GFS2: inode.c: indent with TABs, not spacesAntonio Ospite2015-05-011-2/+2
| * | GFS2: mark the journal idle to fix ro mountsBenjamin Marzinski2015-05-011-0/+1
| * | GFS2: Average in only non-zero round-trip times for congestion statsBob Peterson2015-04-241-3/+7
| * | GFS2: Use average srttb value in congestion calculationsBob Peterson2015-04-241-4/+9
* | | Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-06-263-164/+353
|\ \ \
| * | | workqueue: fix typos in commentsShailendra Verma2015-05-291-4/+4
| * | | workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2015-05-212-31/+29
| * | | workqueue: remove the lock from wq_sysfs_prep_attrs()Lai Jiangshan2015-05-211-2/+2
| * | | workqueue: remove the declaration of copy_workqueue_attrs()Lai Jiangshan2015-05-211-2/+0
| * | | workqueue: ensure attrs changes are properly synchronizedLai Jiangshan2015-05-191-9/+21