summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-01-12xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2017-01-12xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2017-01-12xfs: check for bogus values in btree block headersDarrick J. Wong
2017-01-12xfs: forbid AG btrees with level == 0Darrick J. Wong
2017-01-12xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2017-01-12xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2017-01-12xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2017-01-12xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster
2017-01-12xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig
2017-01-12xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster
2017-01-12xfs: use new extent lookup helpers in __xfs_reflink_reserve_cowChristoph Hellwig
2017-01-12xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2017-01-12xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2017-01-12xfs: always succeed when deduping zero bytesDarrick J. Wong
2017-01-12xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong
2017-01-12xfs: new inode extent list lookup helpersChristoph Hellwig
2017-01-12xfs: fix unbalanced inode reclaim flush lockingBrian Foster
2017-01-12xfs: check minimum block size for CRC filesystemsDarrick J. Wong
2017-01-12xfs: provide helper for counting extents from if_bytesEric Sandeen
2017-01-12xfs: don't BUG() on mixed direct and mapped I/OBrian Foster
2017-01-12xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster
2017-01-12xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong
2017-01-12xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-01-06xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong
2016-10-24xfs: clear cowblocks tag when cow fork is emptiedBrian Foster
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig
2016-10-20xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig
2016-10-20xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig
2016-10-20xfs: add some 'static' annotationsEric Biggers
2016-10-20xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven
2016-10-20xfs: remove redundant assignment of ifpColin Ian King
2016-10-14Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds