summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-07xfs: trim IO to found COW extent limitEric Sandeen
2020-10-01xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong
2020-10-01xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-10-01xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2020-10-01xfs: fix realtime file data space leakOmar Sandoval
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-10-01xfs: properly serialise fallocate against AIO+DIODave Chinner
2020-10-01xfs: fix inode fork extent count overflowDave Chinner
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-17xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2020-01-04xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-24xfs: avoid unused to_mp() function warningAustin Kim
2019-09-24xfs: log proper length of superblockEric Sandeen