summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-27xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann1-24/+24
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 Chinner3-0/+27
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner3-58/+50
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 Guan5-19/+28
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-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/+47
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-18/+65
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. Wong1-0/+12
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-09-20xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-09-20xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-09-20xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-09-20xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-09-20xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino6-5/+108
2017-09-20xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2-3/+36
2017-09-20xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen1-0/+7
2017-09-20xfs: write unmount record for ro mountsEric Sandeen1-2/+5
2017-09-14xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2-10/+11
2017-08-12xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner1-5/+7
2017-08-04xfs: Fix leak of discard bioJan Kara1-0/+1