summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-075-52/+85
* xfs: optimise CRC updatesDave Chinner2016-12-054-11/+31
* xfs: make xfs btree stats less hugeDave Chinner2016-12-058-163/+99
* xfs: don't cap maximum dedupe request lengthDarrick J. Wong2016-12-051-9/+0
* xfs: don't allow di_size with high bit setDarrick J. Wong2016-12-051-0/+8
* xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong2016-12-051-1/+4
* xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong2016-12-051-1/+1
* xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
* xfs: check for bogus values in btree block headersDarrick J. Wong2016-12-051-0/+20
* xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-052-4/+15
* xfs: several xattr functions can be voidEric Sandeen2016-12-054-53/+35
* xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
* xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen2016-12-051-1/+1
* xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-053-5/+2
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2016-12-051-0/+1
* 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