summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong
2017-09-20xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino
2017-09-20xfs: add log recovery tracepoint for head/tailBrian Foster
2017-09-20xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster
2017-09-20xfs: fix log recovery corruption error due to tail overwriteBrian Foster
2017-09-20xfs: always verify the log tail during recoveryBrian Foster
2017-09-20xfs: fix recovery failure when log record header wraps log endBrian Foster
2017-09-20xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-09-20xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino
2017-09-20xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2017-09-20xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen
2017-09-20xfs: write unmount record for ro mountsEric Sandeen
2017-09-20xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong
2017-09-20xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-09-20xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-09-20xfs: Fix per-inode DAX flag inheritanceLukas Czerner