summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-09-201-28/+27
* xfs: add log recovery tracepoint for head/tailBrian Foster2017-09-202-0/+20
* xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-09-201-4/+3
* xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-09-201-31/+77
* xfs: always verify the log tail during recoveryBrian Foster2017-09-201-23/+3
* xfs: fix recovery failure when log record header wraps log endBrian Foster2017-09-201-4/+14
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-09-206-5/+108
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-09-202-3/+36
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-09-203-60/+55
* xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-09-201-0/+7
* xfs: write unmount record for ro mountsEric Sandeen2017-09-201-2/+5
* xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-09-201-0/+2
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-09-202-10/+11
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-09-201-1/+1
* xfs: Fix per-inode DAX flag inheritanceLukas Czerner2017-09-201-5/+7