summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-16fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsEric Sandeen
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
2018-05-15xfs: refactor quota limits initializationDarrick J. Wong
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-05-15xfs: clear sb->s_fs_info on mount failureDave Chinner
2018-05-15xfs: add mount delay debug optionDave Chinner
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: rename on-disk dquot counter zap functionsDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong
2018-05-10xfs: fetch dquots directly during quotacheckDarrick J. Wong
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: don't spray logs when dquot flush/purge failDarrick J. Wong