summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-08xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong1-5/+9
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou1-16/+29
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou1-0/+1
2018-02-03xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2-5/+49
2018-02-03xfs: ubsan fixesDarrick J. Wong1-3/+3
2018-02-03xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko1-5/+10
2018-02-03xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-12-20xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan1-16/+20
2017-12-14xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-10-27xfs: trim writepage mapping to within eofBrian Foster3-0/+25
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-27xfs: reinit btree pointer on attr tree inactivation walkBrian Foster1-0/+2
2017-10-27xfs: don't change inode mode if ACL update failsDave Chinner1-6/+16
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2-0/+15
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner3-62/+51
2017-10-27xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-10-27xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan4-12/+24
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-10-27fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-10-27xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-10-27xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-10-08xfs: remove kmem_zalloc_greedyDarrick J. Wong3-24/+2
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-20xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+48
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-19/+66
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster2-11/+2
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2-30/+33
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster3-13/+1
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong4-1/+14
[next]