summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iomap: implement direct I/OChristoph Hellwig2016-11-302-0/+384
* fs: make sb_init_dio_done_wq available outside of direct-io.cChristoph Hellwig2016-11-302-1/+4
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-3014-159/+86
* locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-302-10/+35
* block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-302-0/+50
* Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-3030-1064/+961
|\
| * xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster2016-11-281-20/+13
| * xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster2016-11-281-26/+3
| * xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-284-5/+24
| * xfs: always succeed when deduping zero bytesDarrick J. Wong2016-11-281-1/+7
| * fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal2016-11-281-1/+1
| * fs: xfs: xfs_icreate_item: constify xfs_item_ops structureBhumika Goyal2016-11-281-1/+1
| * xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong2016-11-281-2/+15
| * xfs: add XBF_XBF_NO_IOACCT to buf trace outputEric Sandeen2016-11-281-0/+1
| * xfs: remove NULLEXTNUMChristoph Hellwig2016-11-242-2/+1
| * xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-242-95/+0
| * xfs: use new extent lookup helpers in xfs_reflink_end_cowChristoph Hellwig2016-11-241-10/+6
| * xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocksChristoph Hellwig2016-11-241-8/+4
| * xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2016-11-242-22/+13
| * xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig2016-11-243-32/+19
| * xfs: use new extent lookup helpers in __xfs_reflink_reserve_cowChristoph Hellwig2016-11-241-5/+7
| * xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig2016-11-241-11/+9
| * xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-244-7/+9
| * xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig2016-11-241-27/+13
| * xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig2016-11-241-8/+7
| * xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig2016-11-241-8/+6
| * xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig2016-11-241-32/+32
| * xfs: new inode extent list lookup helpersChristoph Hellwig2016-11-242-0/+52
| * xfs: fix unbalanced inode reclaim flush lockingBrian Foster2016-11-102-18/+20
| * xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-088-67/+64
| * xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-081-2/+5
| * xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2016-11-081-2/+20
| * xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster2016-11-083-37/+6
| * xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5
| * xfs: clear cowblocks tag when cow fork is emptiedBrian Foster2016-10-241-1/+5
| * xfs: fix up inode cowblocks tracking tracepointsBrian Foster2016-10-241-4/+4
| * fs: Do to trim high file position bits in iomap_page_mkwrite_actorJan Kara2016-10-241-2/+1
| * xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-202-23/+0
| * xfs: optimize xfs_reflink_end_cowChristoph Hellwig2016-10-202-64/+56
| * xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig2016-10-201-28/+23
| * xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-203-159/+225
| * xfs: optimize writes to reflink filesChristoph Hellwig2016-10-204-105/+100
| * xfs: don't bother looking at the refcount tree for readsChristoph Hellwig2016-10-201-5/+8
| * xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig2016-10-201-1/+2
| * xfs: add xfs_trim_extentDarrick J. Wong2016-10-202-0/+35
| * iomap: add IOMAP_REPORTChristoph Hellwig2016-10-202-7/+12
| * xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-203-174/+143
| * xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10
| * xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2016-10-202-36/+41
| * xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig2016-10-201-1/+1