summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-12-081-1/+8
* xfs: truncate transaction does not modify the inobtBrian Foster2018-11-101-8/+1
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-063-1/+103
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-05-301-7/+7
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-091-5/+9
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2018-02-032-5/+49
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2018-02-031-5/+10
* xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2018-02-031-0/+21
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan2017-12-201-16/+20
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-12-141-0/+1
* xfs: trim writepage mapping to within eofBrian Foster2017-10-273-0/+25
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-271-12/+22
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-271-0/+8
* xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-271-0/+2
* xfs: don't change inode mode if ACL update failsDave Chinner2017-10-271-6/+16
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-272-0/+15
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-273-62/+51
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-271-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-271-2/+22
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-10-271-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-10-271-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-10-274-12/+24
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-10-271-1/+1
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-10-271-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-10-271-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-10-271-3/+5
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-10-083-24/+2
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-10-051-1/+2
* xfs: fix compiler warningsDarrick J. Wong2017-09-205-8/+11
* xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-201-1/+1
* xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-201-24/+48
* xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-201-13/+25
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-201-7/+0
* xfs: disable per-inode DAX flagChristoph Hellwig2017-09-201-1/+2
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-202-19/+66
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-202-3/+6
* xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-201-18/+26
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-203-1/+4
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-203-18/+16
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-202-17/+33
* xfs: ordered buffer log items are never formattedBrian Foster2017-09-202-11/+2
* xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-202-30/+33
* xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-203-13/+1
* xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-202-10/+23
* xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-201-0/+12