summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-012-148/+179
|\
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-141-56/+54
| * radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-141-1/+1
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-141-1/+1
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-2/+2
| * ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-141-2/+3
| * Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-142-84/+110
| * radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-131-0/+2
| * radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-131-1/+3
| * radix tree: constify some pointersMatthew Wilcox2017-01-281-11/+11
| * radix tree: Add some implicit includesMatthew Wilcox2017-01-281-2/+4
* | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-016-16/+30
|\ \
| * | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+3
| * | sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+1
| * | sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-4/+5
| * | nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-2016-46/+131
| |\ \
| * | | SUNRPC/Cache: Always treat the invalid cache as unexpiredKinglong Mee2017-02-081-1/+4
| * | | svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-2/+1
| * | | svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0
| * | | svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-5/+2
| * | | svcrdma: Another sendto chunk list parsing updateChuck Lever2017-02-082-1/+10
| * | | nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-2/+3
| * | | svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-0/+1
* | | | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-015-24/+54
|\ \ \ \
| * | | | libceph: get rid of ack vs commitIlya Dryomov2017-02-241-5/+1
| * | | | rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2017-02-201-7/+0
| * | | | libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov2017-02-201-1/+1
| * | | | crush: merge working data and scratchIlya Dryomov2017-02-202-3/+14
| * | | | crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-203-8/+38
| * | | | libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann2017-02-201-1/+1
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-281-265/+13
|\ \ \ \ \
| * | | | | locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova2017-02-241-0/+1
| * | | | | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-241-265/+12
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-1/+13
|\ \ \ \ \ \
| * | | | | | objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf2017-02-281-1/+2
| * | | | | | objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf2017-02-251-3/+3
| * | | | | | objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-1/+12
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-272-1/+1
| |\ \ \ \ \ \
| | * | | | | | uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1
| | * | | | | | uapi: stop including linux/sysctl.h in uapi/linux/netfilter.hDmitry V. Levin2017-02-231-1/+0
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2821-60/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-281-0/+23
| * | | | | | | | mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum2017-02-281-2/+21
| * | | | | | | | mm: add new mmget() helperVegard Nossum2017-02-281-0/+21
| * | | | | | | | mm: add new mmgrab() helperVegard Nossum2017-02-281-0/+22
| * | | | | | | | scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| * | | | | | | | scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| * | | | | | | | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-282-2/+2
| * | | | | | | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-283-5/+5