summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-129-24/+19
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-124-24/+33
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-1210-25/+20
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-125-20/+26
* xfs: use ->t_dfops in dqalloc transactionBrian Foster2018-07-121-14/+20
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-127-119/+117
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-121-7/+6
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-121-11/+8
* xfs: use ->t_dfops for attr set/remove operationsBrian Foster2018-07-122-5/+9
* xfs: use ->t_dfops for recovery of [b|c]ui log itemsBrian Foster2018-07-122-0/+16
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-124-42/+36
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-124-12/+7
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-126-16/+16
* xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster2018-07-121-7/+4
* xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2018-07-122-1/+2
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-125-455/+61
* iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-122-21/+290
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-122-15/+39
* xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig2018-07-121-33/+32
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-121-26/+20
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-121-17/+5
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-121-36/+32
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-121-51/+38
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-121-14/+5
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-124-39/+13
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-122-7/+2
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-121-52/+36
* xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig2018-07-121-10/+10
* xfs: remove xfs_map_cowChristoph Hellwig2018-07-122-99/+100
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-124-43/+0
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-121-4/+1
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-121-7/+2
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-121-6/+0
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-123-9/+5
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-121-76/+9
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-121-0/+4
* Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-125-96/+536
|\
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-031-0/+6
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-031-0/+29
| * iomap: refactor iomap_dio_actorChristoph Hellwig2018-07-031-36/+52
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-203-9/+114
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-202-1/+216
| * iomap: add private pointer to struct iomapAndreas Gruenbacher2018-06-201-0/+1
| * iomap: add a page_done callbackChristoph Hellwig2018-06-202-0/+12
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-202-7/+56
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-201-10/+11
| * iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-201-4/+5
| * fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-202-32/+37
* | Linux 4.18-rc4v4.18-rc4Linus Torvalds2018-07-091-1/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-07-088-7/+16
|\ \