xfs: validate btree records on retrieval
[platform/kernel/linux-rpi.git] / fs /
2018-06-06 Dave Chinnerxfs: validate btree records on retrieval
2018-06-06 Dave Chinnerxfs: push corruption -> ESTALE conversion to xfs_nfs_ge...
2018-06-06 Dave Chinnerxfs: verify root inode more thoroughly
2018-06-06 Dave Chinnerxfs: verify COW extent size hint is valid in inode...
2018-06-06 Dave Chinnerxfs: verify extent size hint is valid in inode verifier
2018-06-06 Dave Chinnerxfs: catch bad stripe alignment configurations
2018-06-05 Darrick J. Wongiomap: fsync swap files before iterating mappings
2018-06-05 Eric Sandeenxfs: use xfs_trans_getsb in xfs_sync_sb_buf
2018-06-05 Darrick J. Wongxfs: don't assert on corrupted unlinked inode list
2018-06-05 Darrick J. Wongxfs: explicitly pass buffer size to xfs_corruption_error
2018-06-05 Darrick J. Wongxfs: don't assert when on-disk btree pointers are garbage
2018-06-05 Darrick J. Wongxfs: strengthen btree pointer checks before use
2018-06-05 Darrick J. Wongxfs: introduce xfs_btree_debug_check_ptr
2018-06-05 Darrick J. Wongxfs: check directory bestfree information in the verifier
2018-06-04 Darrick J. Wongxfs: don't return garbage buffers in xfs_da3_node_read
2018-06-04 Darrick J. Wongxfs: don't ASSERT on short form btree root pointer...
2018-06-04 Darrick J. Wongxfs: btree lookup shouldn't ASSERT on empty btree nodes
2018-06-04 Darrick J. Wongxfs: xfs_alloc_get_rec should return EFSCORRUPTED for...
2018-06-04 Darrick J. Wongxfs: remove redundant ASSERT on insufficient bestfree...
2018-06-04 Darrick J. Wongxfs: don't assert when reporting on-disk corruption...
2018-06-04 Darrick J. Wongxfs: don't forbid setting dax flag on directories if...
2018-06-03 Dave Chinnerxfs: verify AGI unlinked list contains valid blocks
2018-06-02 Christoph Hellwigfs: use ->is_partially_uptodate in page_cache_seek_hole...
2018-06-02 Christoph Hellwigfs: remove the buffer_unwritten check in page_seek_hole...
2018-06-02 Christoph Hellwigfs: move page_cache_seek_hole_data to iomap.c
2018-06-02 Christoph Hellwigxfs: use iomap_bmap
2018-06-02 Christoph Hellwigiomap: add an iomap-based bmap implementation
2018-06-02 Christoph Hellwigiomap: add a iomap_sector helper
2018-06-02 Christoph Hellwigiomap: use __bio_add_page in iomap_dio_zero
2018-06-02 Christoph Hellwigiomap: move IOMAP_F_BOUNDARY to gfs2
2018-06-02 Christoph Hellwigiomap: inline data should be an iomap type, not a flag
2018-06-01 Dave Chinnerxfs: fix error handling in xfs_refcount_insert()
2018-06-01 Darrick J. Wongxfs: fix xfs_rtalloc_rec units
2018-06-01 Darrick J. Wongxfs: strengthen rtalloc query range checks
2018-06-01 Darrick J. Wongxfs: xfs_rtbuf_get should check the bmapi_read results
2018-06-01 Darrick J. Wongxfs: xfs_rtword_t should be unsigned, not signed
2018-05-31 Dave Jiangdax: change bdev_dax_supported() to support boolean...
2018-05-31 Darrick J. Wongfs: allow per-device dax status checking for filesystems
2018-05-30 Darrick J. Wongxfs: repair superblocks
2018-05-30 Darrick J. Wongxfs: add helpers to attach quotas to inodes
2018-05-30 Darrick J. Wongxfs: recover AG btree roots from rmap data
2018-05-30 Darrick J. Wongxfs: add helpers to dispose of old btree blocks after...
2018-05-30 Darrick J. Wongxfs: add helpers to collect and sift btree block pointe...
2018-05-30 Darrick J. Wongxfs: add helpers to allocate and initialize fresh btree...
2018-05-30 Darrick J. Wongxfs: add helpers to deal with transaction allocation...
2018-05-30 Darrick J. Wongxfs: grab the per-ag structure whenever relevant
2018-05-29 Souptick Joarderfs: xfs: Change return type to vm_fault_t
2018-05-29 Darrick J. Wongxfs: fix inobt magic number check
2018-05-29 Darrick J. Wongfs: clear writeback errors in inode_init_always
2018-05-17 Omar Sandovaliomap: don't allow holes in swapfiles
2018-05-16 Omar Sandovaliomap: provide more useful errors for invalid swap...
2018-05-16 Eric Sandeenxfs: implement online get/set fs label
2018-05-16 Dave Chinnerxfs: factor the ag length extension code into libxfs
2018-05-16 Dave Chinnerxfs: move growfs core to libxfs
2018-05-16 Dave Chinnerxfs: rework secondary superblock updates in growfs
2018-05-16 Dave Chinnerxfs: separate secondary sb update in growfs
2018-05-16 Dave Chinnerxfs: make imaxpct changes in growfs separate
2018-05-16 Dave Chinnerxfs: turn ag header initialisation into a table driven...
2018-05-16 Dave Chinnerxfs: factor ag btree root block initialisation
2018-05-16 Dave Chinnerxfs: convert growfs AG header init to use buffer lists
2018-05-16 Dave Chinnerxfs: factor out AG header initialisation from growfs...
2018-05-16 Dave Chinnerxfs: one-shot cached buffers
2018-05-16 Darrick J. Wongxfs: implement the metadata repair ioctl flag
2018-05-16 Darrick J. Wongxfs: create tracepoints for online repair
2018-05-16 Darrick J. Wongxfs: teach xfs_bmapi_remap to accept some bmapi flags
2018-05-16 Darrick J. Wongxfs: make xfs_bmapi_remapi work with attribute forks
2018-05-16 Darrick J. Wongxfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
2018-05-16 Darrick J. Wongxfs: avoid ABBA deadlock when scrubbing parent pointers
2018-05-16 Darrick J. Wongxfs: scrub the data fork of the realtime inodes
2018-05-16 Darrick J. Wongxfs: quota scrub should use bmapbtd scrubber
2018-05-16 Darrick J. Wongxfs: don't continue scrub if already corrupt
2018-05-16 Darrick J. Wongxfs: refactor quota limits initialization
2018-05-16 Darrick J. Wongxfs: superblock scrub should use short-lived buffers
2018-05-16 Darrick J. Wongxfs: skip scrub xref if corruption already noted
2018-05-16 Dave Chinnerxfs: clear sb->s_fs_info on mount failure
2018-05-16 Dave Chinnerxfs: add mount delay debug option
2018-05-16 Brian Fosterxfs: factor out nodiscard helpers
2018-05-16 Darrick J. Wongiomap: add a swapfile activation function
2018-05-16 Darrick J. Wongxfs: halt auto-reclamation activities while rebuilding...
2018-05-16 Darrick J. Wongxfs: add BMAPI_NORMAP flag to perform block remapping...
2018-05-16 Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-05-16 Darrick J. Wongxfs: add repair helpers for the reverse mapping btree
2018-05-16 Darrick J. Wongxfs: expose various functions to repair code
2018-05-16 Darrick J. Wongxfs: add helpers to calculate btree size
2018-05-16 Darrick J. Wongxfs: refactor scrub transaction allocation function
2018-05-16 Darrick J. Wongxfs: btree scrub should check minrecs
2018-05-16 Darrick J. Wongxfs: clean up scrub usage of KM_NOFS
2018-05-16 Darrick J. Wongxfs: avoid ilock games in the quota scrubber
2018-05-16 Darrick J. Wongxfs: refactor dquot iteration
2018-05-10 Darrick J. Wongxfs: rename on-disk dquot counter zap functions
2018-05-10 Darrick J. Wongxfs: replace XFS_QMOPT_DQALLOC with a simple boolean
2018-05-10 Darrick J. Wongxfs: remove direct calls to _qm_dqread
2018-05-10 Darrick J. Wongxfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
2018-05-10 Darrick J. Wongxfs: refactor incore dquot initialization functions
2018-05-10 Darrick J. Wongxfs: fetch dquots directly during quotacheck
2018-05-10 Darrick J. Wongxfs: split out dqget for inodes from regular dqget
2018-05-10 Darrick J. Wongxfs: remove unnecessary xfs_qm_dqattach parameter
2018-05-10 Darrick J. Wongxfs: delegate dqget input checks to helper function
2018-05-10 Darrick J. Wongxfs: refactor dquot cache handling
2018-05-10 Darrick J. Wongxfs: refactor XFS_QMOPT_DQNEXT out of existence
next