summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2Star
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-261-2/+0Star
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-261-0/+10
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-261-1/+1
* xfs: kill meaningless variable 'zero'Eryu Guan2017-09-261-3/+1Star
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-261-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-261-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-261-3/+5
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-151-2/+9
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-051-2/+9
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-152-6/+6
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-172-6/+6
* | | xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-131-1/+8
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-116-15/+41
|\ \ \
| * | | xfs: perform dax_device lookup at mountDan Williams2017-08-316-15/+41
| | |/ | |/|
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-072-2/+2
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-1/+1
|\ \ \ \
| * | | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-071-1/+1
| | |/ / | |/| |
* | | | xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-031-1/+1
* | | | xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-031-24/+47
* | | | xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-021-13/+25
* | | | xfs: fix compiler warningsDarrick J. Wong2017-09-025-8/+11
* | | | xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3Star
* | | | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-011-3/+1Star
* | | | xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0Star
* | | | xfs: disable per-inode DAX flagChristoph Hellwig2017-09-011-1/+2
* | | | xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig2017-09-011-32/+12Star
* | | | xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-012-11/+11
* | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4Star
* | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88Star
* | | | xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-25/+29
* | | | xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig2017-09-011-5/+7
* | | | xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig2017-09-011-4/+7
* | | | xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-013-6/+20
* | | | xfs: consolidate the various page fault handlersChristoph Hellwig2017-09-012-65/+60Star
* | | | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-011-1/+0Star
* | | | xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-012-18/+65
* | | | xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-012-3/+6
* | | | xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-011-18/+26
* | | | xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-013-1/+4
* | | | xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-013-18/+16Star
* | | | xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-012-17/+33
* | | | xfs: ordered buffer log items are never formattedBrian Foster2017-09-012-11/+2Star
* | | | xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-012-30/+33
* | | | xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-013-13/+1Star