summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAge
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-06
|\ \
| * | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-06
* | | xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-03
* | | xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-03
* | | xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-02
* | | xfs: fix compiler warningsDarrick J. Wong2017-09-02
* | | xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-01
* | | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-01
* | | xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-01
* | | xfs: disable per-inode DAX flagChristoph Hellwig2017-09-01
* | | xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig2017-09-01
* | | xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-01
* | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-01
* | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-01
* | | xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-01
* | | xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig2017-09-01
* | | xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig2017-09-01
* | | xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-01
* | | xfs: consolidate the various page fault handlersChristoph Hellwig2017-09-01
* | | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-01
* | | xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-01
* | | xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-01
* | | xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-01
* | | xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-01
* | | xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-01
* | | xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-01
* | | xfs: ordered buffer log items are never formattedBrian Foster2017-09-01
* | | xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-01
* | | xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-01
* | | xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-01
* | | xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-01
* | | xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-01
* | | xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-01
* | | xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-01
* | | xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-22
* | | xfs: add log recovery tracepoint for head/tailBrian Foster2017-08-22
* | | xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-08-22
* | | xfs: add log item pinning error injection tagBrian Foster2017-08-22
* | | xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-08-22
* | | xfs: always verify the log tail during recoveryBrian Foster2017-08-22
* | | xfs: fix recovery failure when log record header wraps log endBrian Foster2017-08-22
* | | xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-22
* | | xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-08-22
* | | xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-08-22
* | | xfs: write unmount record for ro mountsEric Sandeen2017-08-22
|/ /
* | xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-08-17
* | xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-17
* | xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-08-11