summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-01-29xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-12xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2020-01-12xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-05xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong
2019-11-28xfs: fix use-after-free race in xfs_buf_releDave Chinner
2019-11-06xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2019-10-17xfs: clear sb->s_fs_info on mount failureDave Chinner
2019-10-05xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-09-06xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2018-12-08xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2018-02-03xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2018-02-03xfs: ubsan fixesDarrick J. Wong
2018-02-03xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko
2018-02-03xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-12-20xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan
2017-12-14xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong
2017-10-27xfs: trim writepage mapping to within eofBrian Foster
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-27xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-10-27xfs: don't change inode mode if ACL update failsDave Chinner
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-27xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-10-27xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-10-27fs/xfs: Use %pS printk format for direct addressesHelge Deller
2017-10-27xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-10-27xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong
2017-10-08xfs: remove kmem_zalloc_greedyDarrick J. Wong
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-09-20xfs: fix compiler warningsDarrick J. Wong
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig