summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-12-05xfs: make xfs btree stats less hugeDave Chinner8-163/+99
2016-12-05xfs: don't cap maximum dedupe request lengthDarrick J. Wong1-9/+0
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong1-1/+4
2016-12-05xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong1-1/+1
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong1-1/+2
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong1-0/+20
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong2-4/+15
2016-12-05xfs: several xattr functions can be voidEric Sandeen4-53/+35
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen3-5/+2
2016-12-05xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster1-20/+13
2016-11-28xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster1-26/+3
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster4-5/+24
2016-11-28xfs: always succeed when deduping zero bytesDarrick J. Wong1-1/+7
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal1-1/+1
2016-11-28fs: xfs: xfs_icreate_item: constify xfs_item_ops structureBhumika Goyal1-1/+1
2016-11-28xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong1-2/+15
2016-11-28xfs: add XBF_XBF_NO_IOACCT to buf trace outputEric Sandeen1-0/+1
2016-11-24xfs: remove NULLEXTNUMChristoph Hellwig2-2/+1
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig2-95/+0
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_end_cowChristoph Hellwig1-10/+6
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocksChristoph Hellwig1-8/+4
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2-22/+13
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig3-32/+19
2016-11-24xfs: use new extent lookup helpers in __xfs_reflink_reserve_cowChristoph Hellwig1-5/+7
2016-11-24xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig1-11/+9
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig4-7/+9
2016-11-24xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig1-27/+13
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig1-8/+7
2016-11-24xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig1-8/+6
2016-11-24xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig1-32/+32
2016-11-24xfs: new inode extent list lookup helpersChristoph Hellwig2-0/+52
2016-11-10xfs: fix unbalanced inode reclaim flush lockingBrian Foster2-18/+20
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen8-67/+64
2016-11-08xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2016-11-08xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-2/+20
2016-11-08xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster3-37/+6
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong1-12/+5
2016-10-24xfs: clear cowblocks tag when cow fork is emptiedBrian Foster1-1/+5
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster1-4/+4
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig2-23/+0
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig2-64/+56
2016-10-20xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig1-28/+23
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig3-159/+225
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig4-105/+100
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig1-5/+8
2016-10-20xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+2