summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-03vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner
2016-10-03Merge branch 'iomap-4.9-misc-fixes-1' into for-nextDave Chinner
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster
2016-09-26xfs: update metadata LSN in buffers during log recoveryBrian Foster
2016-09-26xfs: don't warn on buffers not being recovered due to LSNBrian Foster
2016-09-26xfs: pass current lsn to log recovery buffer validationBrian Foster
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-09-19xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-09-19iomap: add a flag to report shared extentsDarrick J. Wong
2016-09-19fs: add iomap_file_dirtyChristoph Hellwig
2016-09-14xfs: normalize "infinite" retries in error configsEric Sandeen
2016-09-14xfs: fix signed integer overflowXie XiuQi
2016-09-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov
2016-09-14xfs: undo block reservation correctly in xfs_trans_reserve()Eryu Guan
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster
2016-08-26xfs: fix superblock inprogress checkDave Chinner
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong