summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-316-17/+56
|\
| * fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-251-1/+0
| * fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-251-1/+0
| * fs: add RWF_APPENDJürg Billeter2018-01-252-1/+7
| * new primitive: vmemdup_user()Al Viro2018-01-071-0/+1
| * eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers2018-01-061-1/+1
| * eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers2018-01-061-7/+0
| * eventfd: convert to use anon_inode_getfd()Eric Biggers2018-01-061-5/+0
| * VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-1/+1
| * Add primitives for manipulating bitfields both in host- and fixed-endian.Al Viro2017-12-171-0/+46
* | Merge tag 'gfs2-4.16.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-311-5/+57
|\ \
| * | GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-0/+21
| * | GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-2/+24
| * | Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Bob Peterson2018-01-1876-406/+332
| |\ \
| * | | gfs2: Add a crc field to resource group headersAndrew Price2017-12-121-1/+2
| * | | gfs2: Add rindex fields to rgrp headersAndrew Price2017-12-121-1/+6
| * | | gfs2: Add a next-resource-group pointer to resource groupsAndrew Price2017-12-121-1/+4
| | |/ | |/|
* | | iversion: make inode_cmp_iversion{+raw} return bool instead of s64Jeff Layton2018-01-311-12/+8
* | | Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-303-6/+18
|\ \ \
| * | | f2fs: support inode creation timeChao Yu2018-01-251-1/+3
| * | | f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim2018-01-221-0/+1
| * | | f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-1/+8
| * | | f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-021-1/+2
| * | | posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-021-3/+4
| | |/ | |/|
* | | Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-308-14/+1042
|\ \ \
| * \ \ Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-234-3/+1026
| |\ \ \
| | * | | sunrpc: Format RPC events consistently for displayChuck Lever2018-01-231-2/+2
| | * | | SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-231-0/+4
| | * | | xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2018-01-231-0/+67
| | * | | xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2018-01-231-0/+31
| | * | | xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-231-0/+68
| | * | | xprtrdma: Add trace points for connect eventsChuck Lever2018-01-231-0/+75
| | * | | xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2018-01-231-0/+57
| | * | | xprtrdma: Add trace points to instrument memory invalidationChuck Lever2018-01-231-0/+41
| | * | | xprtrdma: Add trace points in reply decoder pathChuck Lever2018-01-231-0/+93
| | * | | xprtrdma: Add trace points to instrument memory registrationChuck Lever2018-01-231-0/+156
| | * | | xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2018-01-231-0/+162
| | * | | xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2018-01-231-0/+124
| | * | | rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2018-01-231-0/+16
| | * | | rdma/ib: Add trace point macros to display human-readable valuesChuck Lever2018-01-231-0/+129
| | * | | xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever2018-01-161-1/+1
| | |/ /
| * | | SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington2018-01-231-2/+2
| * | | SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-141-1/+0
| * | | nfs: Define NFS_RDMA_PORTChuck Lever2018-01-141-0/+1
| * | | lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
| * | | lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
| * | | lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
| * | | lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+2
| * | | NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-01-141-4/+8
* | | | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-301-0/+4
|\ \ \ \