| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: revert "xfs: fix rmap key and record comparison functions" | Darrick J. Wong | 2020-11-24 | 1 | -8/+8 |
* | xfs: return corresponding errcode if xfs_initialize_perag() fail | Yu Kuai | 2020-11-24 | 1 | -3/+8 |
* | xfs: strengthen rmap record flags checking | Darrick J. Wong | 2020-11-24 | 1 | -4/+4 |
* | xfs: fix the minrecs logic when dealing with inode root child blocks | Darrick J. Wong | 2020-11-24 | 1 | -18/+27 |
* | xfs: fix a missing unlock on error in xfs_fs_map_blocks | Christoph Hellwig | 2020-11-18 | 1 | -1/+1 |
* | xfs: fix brainos in the refcount scrubber's rmap fragment processor | Darrick J. Wong | 2020-11-18 | 1 | -5/+3 |
* | xfs: fix rmap key and record comparison functions | Darrick J. Wong | 2020-11-18 | 1 | -8/+8 |
* | xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents | Darrick J. Wong | 2020-11-18 | 1 | -0/+2 |
* | xfs: fix flags argument to rmap lookup when converting shared file rmaps | Darrick J. Wong | 2020-11-18 | 1 | -1/+1 |
* | xfs: fix scrub flagging rtinherit even if there is no rt device | Darrick J. Wong | 2020-11-18 | 1 | -2/+1 |
* | xfs: flush new eof page on truncate to avoid post-eof corruption | Brian Foster | 2020-11-18 | 1 | -0/+10 |
* | xfs: set xefi_discard when creating a deferred agfl free log intent item | Darrick J. Wong | 2020-11-18 | 2 | -1/+2 |
* | xfs: flush for older, xfs specific ioctls | Andy Strohman | 2020-11-10 | 1 | -1/+25 |
* | xfs: don't free rt blocks when we're doing a REMAP bunmapi call | Darrick J. Wong | 2020-11-05 | 1 | -7/+12 |
* | xfs: fix realtime bitmap/summary file truncation when growing rt volume | Darrick J. Wong | 2020-11-05 | 1 | -2/+8 |
* | xfs: make sure the rt allocator doesn't run off the end | Darrick J. Wong | 2020-10-29 | 1 | -0/+11 |
* | xfs: fix high key handling in the rt allocator's query_range function | Darrick J. Wong | 2020-10-29 | 1 | -7/+4 |
* | xfs: fix deadlock and streamline xfs_getfsmap performance | Darrick J. Wong | 2020-10-29 | 3 | -71/+124 |
* | xfs: limit entries returned when counting fsmap records | Darrick J. Wong | 2020-10-29 | 1 | -0/+3 |
* | xfs: trim IO to found COW extent limit | Eric Sandeen | 2020-10-07 | 1 | -0/+6 |
* | xfs: prohibit fs freezing when using empty transactions | Darrick J. Wong | 2020-10-01 | 3 | -0/+23 |
* | xfs: mark dir corrupt when lookup-by-hash fails | Darrick J. Wong | 2020-10-01 | 1 | -0/+3 |
* | xfs: don't ever return a stale pointer from __xfs_dir3_free_read | Darrick J. Wong | 2020-10-01 | 1 | -0/+1 |
* | xfs: fix log reservation overflows when allocating large rt extents | Darrick J. Wong | 2020-10-01 | 1 | -19/+77 |
* | xfs: fix realtime file data space leak | Omar Sandoval | 2020-10-01 | 1 | -11/+14 |
* | xfs: fix attr leaf header freemap.size underflow | Brian Foster | 2020-10-01 | 1 | -1/+3 |
* | xfs: properly serialise fallocate against AIO+DIO | Dave Chinner | 2020-10-01 | 3 | -7/+32 |
* | xfs: fix inode fork extent count overflow | Dave Chinner | 2020-10-01 | 5 | -20/+24 |
* | xfs: initialize the shortform attr header padding entry | Darrick J. Wong | 2020-09-17 | 1 | -2/+2 |
* | xfs: fix off-by-one in inode alloc block reservation calculation | Brian Foster | 2020-09-17 | 2 | -3/+3 |
* | xfs: don't update mtime on COW faults | Mikulas Patocka | 2020-09-09 | 1 | -2/+10 |
* | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files | Darrick J. Wong | 2020-09-09 | 1 | -1/+1 |
* | xfs: fix boundary test in xfs_attr_shortform_verify | Eric Sandeen | 2020-09-09 | 1 | -1/+3 |
* | xfs: Don't allow logging of XFS_ISTALE inodes | Dave Chinner | 2020-09-03 | 3 | -4/+26 |
* | xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init | Eiichi Tsukata | 2020-08-26 | 1 | -2/+4 |
* | xfs: fix inode quota reservation checks | Darrick J. Wong | 2020-08-26 | 1 | -1/+1 |
* | xfs: fix inode allocation block res calculation precedence | Brian Foster | 2020-08-19 | 1 | -1/+1 |
* | xfs: fix reflink quota reservation accounting error | Darrick J. Wong | 2020-08-19 | 1 | -7/+14 |
* | xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork | Darrick J. Wong | 2020-08-19 | 1 | -2/+20 |
* | xfs: add agf freeblocks verify in xfs_agf_verify | Zheng Bin | 2020-06-30 | 1 | -0/+16 |
* | xfs: fix duplicate verification from xfs_qm_dqflush() | Brian Foster | 2020-06-22 | 1 | -5/+4 |
* | xfs: reset buffer write failure state on successful completion | Brian Foster | 2020-06-22 | 1 | -3/+5 |
* | xfs: clean up the error handling in xfs_swap_extents | Darrick J. Wong | 2020-06-22 | 1 | -1/+1 |
* | xfs: fix partially uninitialized structure in xfs_reflink_remap_extent | Darrick J. Wong | 2020-05-02 | 1 | -0/+1 |
* | xfs: clear PF_MEMALLOC before exiting xfsaild thread | Eric Biggers | 2020-05-02 | 1 | -1/+3 |
* | xfs: acquire superblock freeze protection on eofblocks scans | Brian Foster | 2020-05-02 | 2 | -1/+14 |
* | xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE | Christoph Hellwig | 2020-03-05 | 3 | -2/+9 |
* | xfs: Sanity check flags of Q_XQUOTARM call | Jan Kara | 2020-01-26 | 1 | -0/+3 |
* | xfs: periodically yield scrub threads to the scheduler | Darrick J. Wong | 2020-01-09 | 1 | -1/+8 |
* | xfs: don't check for AG deadlock for realtime files in bunmapi | Omar Sandoval | 2020-01-09 | 1 | -1/+1 |