aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-09xfs: check minimum block size for CRC filesystemsDarrick J. Wong2-0/+9
2016-11-08xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong1-1/+4
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2-1/+2
2016-11-08xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen1-2/+5
2016-11-08libxfs: clean up _dir2_data_freescanDarrick J. Wong2-7/+20
2016-11-08libxfs: fix xfs_attr_shortform_bytesfit declarationDarrick J. Wong1-1/+1
2016-11-08libxfs: fix whitespace problemsDarrick J. Wong1-1/+0
2016-11-08libxfs: synchronize dinode_verify with userspaceDarrick J. Wong1-3/+3
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong5-9/+10
2016-11-08dax: remove "depends on BROKEN" from FS_DAX_PMDRoss Zwisler1-1/+0
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler3-25/+6
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler3-50/+386
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler1-25/+25
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2-15/+14
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler1-8/+29
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler1-3/+7
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler4-17/+17
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler2-218/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler3-26/+43
2016-11-08dax: consistent variable naming for DAX entriesRoss Zwisler1-17/+17
2016-11-08dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler1-1/+2
2016-11-08dax: make 'wait_table' global variable staticRoss Zwisler1-1/+1
2016-11-08ext2: remove support for DAX PMD faultsRoss Zwisler1-23/+6
2016-11-08dax: remove buffer_size_valid()Ross Zwisler1-21/+1
2016-11-08ext4: tell DAX the size of allocation holesRoss Zwisler1-0/+3
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-24fs: Do to trim high file position bits in iomap_page_mkwrite_actorJan Kara1-2/+1
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
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong2-0/+35
2016-10-20iomap: add IOMAP_REPORTChristoph Hellwig2-7/+12
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig3-174/+143
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig1-29/+10
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2-36/+41
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig1-1/+1
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig1-3/+0
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks3-2/+14
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong1-0/+1
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig1-68/+30
2016-10-20xfs: add some 'static' annotationsEric Biggers2-3/+3
2016-10-20xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven1-1/+1