summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-10-11xfs: don't change inode mode if ACL update failsDave Chinner
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-09-03xfs: use kmem_free to free return value of kmem_zallocPan Bian
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig
2017-09-02xfs: fix compiler warningsDarrick J. Wong
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster