summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-01xfs: use iomap_bmapChristoph Hellwig
2018-06-01xfs: fix error handling in xfs_refcount_insert()xfs-4.18-merge-2Dave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong
2018-05-31dax: change bdev_dax_supported() to support boolean returnsxfs-4.18-merge-1Dave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong
2018-05-29fs: xfs: Change return type to vm_fault_tSouptick Joarder
2018-05-29xfs: fix inobt magic number checkDarrick J. Wong
2018-05-25xfs, proc: hide unused xfs procfs helpersArnd Bergmann
2018-05-22xfs_vn_lookup: simplify a bitAl Viro
2018-05-22xfs, dax: introduce xfs_break_dax_layouts()Dan Williams
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams
2018-05-16xfs: implement online get/set fs labelEric Sandeen
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner
2018-05-15xfs: move growfs core to libxfsDave Chinner
2018-05-15xfs: rework secondary superblock updates in growfsDave Chinner
2018-05-15xfs: separate secondary sb update in growfsDave Chinner
2018-05-15xfs: make imaxpct changes in growfs separateDave Chinner
2018-05-15xfs: turn ag header initialisation into a table driven operationDave Chinner
2018-05-15xfs: factor ag btree root block initialisationDave Chinner
2018-05-15xfs: convert growfs AG header init to use buffer listsDave Chinner
2018-05-15xfs: factor out AG header initialisation from growfs coreDave Chinner
2018-05-15xfs: one-shot cached buffersDave Chinner
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong