summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-26xfs, 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-16xfs: factor the ag length extension code into libxfsDave Chinner3-57/+68
2018-05-16xfs: move growfs core to libxfsDave Chinner6-475/+516
2018-05-16xfs: rework secondary superblock updates in growfsDave Chinner1-37/+65
2018-05-16xfs: separate secondary sb update in growfsDave Chinner1-67/+92
2018-05-16xfs: make imaxpct changes in growfs separateDave Chinner1-19/+50
2018-05-16xfs: turn ag header initialisation into a table driven operationDave Chinner1-90/+92
2018-05-16xfs: factor ag btree root block initialisationDave Chinner1-222/+259
2018-05-16xfs: convert growfs AG header init to use buffer listsDave Chinner1-41/+33
2018-05-16xfs: factor out AG header initialisation from growfs coreDave Chinner1-306/+331
2018-05-16xfs: one-shot cached buffersDave Chinner1-0/+12
2018-05-16xfs: implement the metadata repair ioctl flagDarrick J. Wong9-9/+359
2018-05-16xfs: create tracepoints for online repairDarrick J. Wong1-0/+258
2018-05-16xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-16xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2-12/+20
2018-05-16xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong4-69/+55
2018-05-16xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong3-2/+37
2018-05-16xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-16xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong3-43/+99
2018-05-16xfs: don't continue scrub if already corruptDarrick J. Wong4-10/+34
2018-05-16xfs: refactor quota limits initializationDarrick J. Wong1-64/+78
2018-05-16xfs: superblock scrub should use short-lived buffersDarrick J. Wong4-3/+27
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong10-16/+37
2018-05-16xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2018-05-16xfs: add mount delay debug optionDave Chinner4-0/+44
2018-05-16xfs: factor out nodiscard helpersBrian Foster7-59/+14
2018-05-16iomap: add a swapfile activation functionDarrick J. Wong1-0/+12
2018-05-16xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong4-12/+31
2018-05-16xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2-12/+23
2018-05-16xfs: add repair helpers for the reference count btreeDarrick J. Wong4-0/+41
2018-05-16xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2-0/+85
2018-05-16xfs: expose various functions to repair codeDarrick J. Wong4-3/+11
2018-05-16xfs: add helpers to calculate btree sizeDarrick J. Wong8-3/+37
2018-05-16xfs: refactor scrub transaction allocation functionDarrick J. Wong4-21/+17
2018-05-16xfs: btree scrub should check minrecsDarrick J. Wong1-0/+40
2018-05-16xfs: clean up scrub usage of KM_NOFSDarrick J. Wong3-3/+4
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong3-28/+30