aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-01-31mm/mempolicy: remove redundant check in get_nodesYisheng Xie1-2/+0
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin4-9/+1
2018-01-31zswap: same-filled pages handlingSrividya Desireddy1-5/+66
2018-01-31mm: kmemleak: remove unused hardirq.hYang Shi1-1/+0
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2-234/+238
2018-01-31slub: remove obsolete comments of put_cpu_partial()Miles Chen1-3/+1
2018-01-31mm/slub.c: fix wrong address during slab padding restorationBalasubramani Vivekanandan1-3/+5
2018-01-31mm/slab.c: remove redundant assignments for slab_stateOscar Salvador1-4/+0
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee2-30/+29
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsChangwei Ge1-0/+2
2018-01-31ocfs2: nowait aio supportGang He6-33/+104
2018-01-31ocfs2: add ocfs2_overwrite_io()Gang He2-0/+48
2018-01-31ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()Gang He2-0/+25
2018-01-31ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He1-0/+44
2018-01-31ocfs2: add trimfs dlm lock resourceGang He4-0/+121
2018-01-31ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge3-10/+203
2018-01-31ocfs2: make metadata estimation accurate and clearChangwei Ge1-1/+3
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2-0/+8
2018-01-31ocfs2: clean up dead code in alloc.cChangwei Ge1-9/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun1-0/+1
2018-01-31ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He1-0/+9
2018-01-31ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun1-3/+2
2018-01-31ocfs2: clean dead code in suballoc.cChangwei Ge1-3/+3
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen1-1/+1
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredYang Zhang1-2/+3
2018-01-31ocfs2: give an obvious tip for mismatched cluster namesGang He1-2/+6
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge1-1/+1
2018-01-31fs/ocfs2/dlm/dlmmaster.c: clean up dead codeChangwei Ge1-7/+0
2018-01-31m32r: remove abort()Sudip Mukherjee1-8/+0
2018-01-31scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel1-1/+1
2018-01-31scripts/decodecode: make it take multiline Code lineAndy Shevchenko1-0/+12
2018-01-31fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr1-1/+1
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers1-2/+2
2018-01-31iversion: make inode_cmp_iversion{+raw} return bool instead of s64Jeff Layton1-12/+8
2018-01-30dm cache: Documentation: update default migration_throttling valueJohn Pittman1-1/+1
2018-01-30Documentation: Fix 'file_mapped' -> 'mapped_file'Florian Schmidt1-2/+2
2018-01-30gfs2: Add a few missing newlines in messagesAndreas Gruenbacher3-5/+5
2018-01-30gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das1-0/+6
2018-01-30dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong1-1/+1
2018-01-29RDMA/nldev: Provide detailed QP informationLeon Romanovsky2-0/+269
2018-01-29RDMA/nldev: Provide global resource utilizationLeon Romanovsky2-0/+154
2018-01-29RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky2-0/+7
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky4-0/+14
2018-01-29RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky3-5/+30
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky6-1/+346
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky3-9/+18
2018-01-29RDMA/core: Use the MODNAME instead of the function name for pd callersLeon Romanovsky1-1/+1
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe5-11/+11