summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | | |/ | | |/|
| * | | Merge branch 'xfs-4.10-libxfs-cleanups' into for-nextDave Chinner2016-11-1014-25/+54
| |\ \ \
| | * | | xfs: check minimum block size for CRC filesystemsDarrick J. Wong2016-11-092-0/+9
| | * | | xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong2016-11-081-1/+4
| | * | | xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2016-11-082-1/+2
| | * | | xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen2016-11-081-2/+5
| | * | | libxfs: clean up _dir2_data_freescanDarrick J. Wong2016-11-082-7/+20
| | * | | libxfs: fix xfs_attr_shortform_bytesfit declarationDarrick J. Wong2016-11-081-1/+1
| | * | | libxfs: fix whitespace problemsDarrick J. Wong2016-11-081-1/+0
| | * | | libxfs: synchronize dinode_verify with userspaceDarrick J. Wong2016-11-081-3/+3
| | * | | libxfs: convert ushort to unsigned shortDarrick J. Wong2016-11-085-9/+10
| | |/ /
| * | | Merge branch 'dax-4.10-iomap-pmd' into for-nextDave Chinner2016-11-103-29/+10
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-143-29/+10
|\ \ \
| * \ \ Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-133-29/+10
| |\ \ \ | | | |/ | | |/|
| | * | xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-083-25/+6
| | * | dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-4/+4
* | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-5/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-6/+2
| * | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-012-5/+8
| | |/ | |/|
* | | 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
* | 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
* | 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
* | xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig2016-10-201-3/+0
* | libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-203-2/+14
* | libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-10-201-2/+1
* | xfs: unset MS_ACTIVE if mount failsDarrick J. Wong2016-10-201-0/+1
* | xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0
* | xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30
* | xfs: add some 'static' annotationsEric Biggers2016-10-202-3/+3
* | xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven2016-10-201-1/+1
* | xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-1372-308/+10552
|\
| * xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-111-2/+2
| * xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
| * xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-101-2/+2