summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-127-13/+9Star
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-123-18/+4Star
* xfs: remove dfops param from internal bmap extent helpersBrian Foster2018-07-121-48/+44Star
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-123-19/+17Star
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-123-17/+17
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-122-5/+5
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-129-24/+19Star
* 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/+20Star
* 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/+117Star
* xfs: use ->t_dfops in extent split tx and remove paramBrian Foster2018-07-121-7/+6Star
* xfs: remove dfops param in attr fork add pathBrian Foster2018-07-121-11/+8Star
* 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/+36Star
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-124-12/+7Star
* 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/+4Star
* 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/+61Star
* iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-121-21/+259
* 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/+32Star
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-121-26/+20Star
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-121-17/+5Star
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-121-36/+32Star
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-121-51/+38Star
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-121-14/+5Star
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-124-39/+13Star
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-122-7/+2Star
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-121-52/+36Star
* 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/+0Star
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-121-4/+1Star
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-121-7/+2Star
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-121-6/+0Star
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-123-9/+5Star
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-121-76/+9Star
* 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-124-96/+520
|\
| * 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-202-9/+112
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-201-1/+213
| * iomap: add a page_done callbackChristoph Hellwig2018-06-201-0/+3
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-201-7/+55