aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-15/+41
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-2/+9
2017-09-03xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-02xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen1-3/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig1-32/+12
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2-11/+11
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig3-6/+20
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig2-65/+60
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig1-1/+0
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-18/+65
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-01xfs: ordered buffer log items are never formattedBrian Foster2-11/+2
2017-09-01xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2-30/+33
2017-09-01xfs: open-code xfs_buf_item_dirty()Brian Foster3-13/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig15-116/+129
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig3-4/+4
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig9-56/+48
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+12
2017-08-31xfs: perform dax_device lookup at mountDan Williams6-15/+41
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-2/+2
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster2-0/+20
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-08-22xfs: add log item pinning error injection tagBrian Foster3-2/+22
2017-08-22xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-08-22xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-08-22xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino6-5/+108