summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic/bitops: Document and clarify ordering semantics for failed tes...Will Deacon2018-02-132-2/+8
* locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-02-131-0/+8
* locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon2018-02-131-6/+7
* Documentation/locking/mutex-design: Update to reflect latest changesJuri Lelli2018-02-111-32/+17
* Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-0914-97/+73
|\
| * svcrdma: Fix Read chunk round-upChuck Lever2018-02-081-4/+8
| * NFSD: hide unused svcxdr_dupstr()Arnd Bergmann2018-02-081-3/+2
| * nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein2018-02-083-24/+37
| * nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2018-02-082-4/+3
| * nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2018-02-082-2/+10
| * nfsd4: don't set lock stateid's sc_type to CLOSEDJ. Bruce Fields2018-02-051-4/+1
| * nfsd: Detect unhashed stids in nfsd4_verify_open_stid()Trond Myklebust2018-02-051-0/+1
| * sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig2018-02-051-14/+0
| * svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-185-39/+8
| * nfsd4: permit layoutget of executable-only filesBenjamin Coddington2017-12-211-3/+3
| * lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2017-12-213-6/+6
| * lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2017-12-212-4/+4
| * lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2017-12-213-9/+9
* | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-0815-325/+471
|\ \
| * | idr: Add documentationMatthew Wilcox2018-02-064-13/+95
| * | idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-063-40/+103
| * | idr: Warn if old iterators see large IDsMatthew Wilcox2018-02-061-1/+8
| * | idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-063-33/+55
| * | idr: Remove idr_alloc_extMatthew Wilcox2018-02-065-111/+105
| * | cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-13/+10
| * | cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-061-10/+4
| * | cls_flower: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-16/+10
| * | cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10
| * | cls_basic: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-15/+10
| * | cls_api: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-2/+2
| * | net sched actions: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-35/+25
| * | idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-062-0/+33
| * | idr: Delete idr_find_ext functionMatthew Wilcox2018-02-064-9/+4
| * | idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-067-19/+9
| * | idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-067-19/+14
| * | IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-061-0/+1
| * | idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-061-2/+2
| * | radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-061-2/+0
* | | Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-02-084-78/+37
|\ \ \
| * | | gcc-plugins: Use dynamic initializersKees Cook2018-02-063-78/+33
| * | | gcc-plugins: Add include required by GCC release 8valdis.kletnieks@vt.edu2018-02-061-0/+4
* | | | Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2018-02-089-93/+76
|\ \ \ \
| * | | | orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg2018-02-061-10/+7
| * | | | orangefs: simplify orangefs_inode_is_staleMartin Brandenburg2018-02-061-24/+30
| * | | | Orangefs: don't propogate whacky error codesMike Marshall2018-02-061-0/+1
| * | | | orangefs: use correct string lengthXiongfeng Wang2018-02-063-12/+12
| * | | | orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2018-02-062-21/+19
| * | | | orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg2018-02-061-6/+2
| * | | | orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg2018-02-063-17/+2
| * | | | orangefs: make orangefs_client_debug_init staticMartin Brandenburg2018-02-062-2/+1