aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-29IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe1-2/+2
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2-6/+6
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer1-8/+2
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt1-1/+1
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer1-22/+35
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer3-22/+12
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer3-2/+10
2018-01-29btrfs: drop devid as device_list_add() argAnand Jain1-5/+3
2018-01-29btrfs: get device pointer from device_list_add()Anand Jain1-16/+18
2018-01-29GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson1-3/+2
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig1-5/+1
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong1-0/+7
2018-01-29iomap: warn on zero-length mappingsDarrick J. Wong1-0/+2
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2-6/+41
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2-10/+20
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong4-22/+39
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong4-10/+50
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong1-0/+1
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong1-0/+5
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino9-71/+44
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino18-86/+104
2018-01-29Get rid of xfs_buf_log_item_t typedefCarlos Maiolino3-52/+56
2018-01-29fs: handle inode->i_version more efficientlyJeff Layton2-56/+154
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton1-2/+3
2018-01-29xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementingJeff Layton1-6/+8
2018-01-29fs: only set S_VERSION when updating times if necessaryJeff Layton1-3/+7