aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner1-0/+3
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong4-26/+46
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong1-1/+1
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang2-8/+8
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong3-8/+35
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet3-8/+7
2018-05-30xfs: repair superblocksDarrick J. Wong6-1/+99
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong3-0/+79
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong2-0/+210
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2-0/+257
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2-0/+245
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2-0/+86
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong6-7/+194
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong3-0/+19
2018-05-29fs: xfs: Change return type to vm_fault_tSouptick Joarder1-6/+6
2018-05-29xfs: fix inobt magic number checkDarrick J. Wong1-1/+1
2018-05-25xfs, proc: hide unused xfs procfs helpersArnd Bergmann1-1/+1
2018-05-22xfs_vn_lookup: simplify a bitAl Viro1-8/+8
2018-05-22xfs, dax: introduce xfs_break_dax_layouts()Dan Williams1-10/+51
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams6-15/+53
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams4-12/+11
2018-05-16xfs: implement online get/set fs labelEric Sandeen4-2/+122
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-29/+2
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner3-57/+68
2018-05-15xfs: move growfs core to libxfsDave Chinner6-475/+516
2018-05-15xfs: rework secondary superblock updates in growfsDave Chinner1-37/+65
2018-05-15xfs: separate secondary sb update in growfsDave Chinner1-67/+92
2018-05-15xfs: make imaxpct changes in growfs separateDave Chinner1-19/+50
2018-05-15xfs: turn ag header initialisation into a table driven operationDave Chinner1-90/+92
2018-05-15xfs: factor ag btree root block initialisationDave Chinner1-222/+259
2018-05-15xfs: convert growfs AG header init to use buffer listsDave Chinner1-41/+33
2018-05-15xfs: factor out AG header initialisation from growfs coreDave Chinner1-306/+331
2018-05-15xfs: one-shot cached buffersDave Chinner1-0/+12
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong9-9/+359
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong1-0/+258
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2-12/+20
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong4-69/+55
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong3-2/+37
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong3-43/+99
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong4-10/+34
2018-05-15xfs: refactor quota limits initializationDarrick J. Wong1-64/+78
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong4-3/+27
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong10-16/+37
2018-05-15xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2018-05-15xfs: add mount delay debug optionDave Chinner4-0/+44
2018-05-15xfs: factor out nodiscard helpersBrian Foster7-59/+14