aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall
2018-12-21xfs: reallocate realtime summary cache on growfsOmar Sandoval
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong
2018-12-19xfs: fix function pointer type in ftrace formatDarrick J. Wong
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2018-12-18xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2018-12-13xfs: require both realtime inodes to mountDarrick J. Wong
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval
2018-12-12xfs: count inode blocks correctly in inobt scrubDarrick J. Wong
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong
2018-12-12xfs: zero length symlinks are not validDave Chinner
2018-12-12xfs: clean up indentation issues, remove an unwanted spaceColin Ian King
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian
2018-12-12xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong
2018-11-26fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheDave Chinner
2018-11-20xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner
2018-11-20xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner
2018-11-20xfs: uncached buffer tracing needs to print bnoDave Chinner
2018-11-19xfs: make xfs_file_remap_range() staticEric Biggers
2018-11-19xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner
2018-11-06xfs: print buffer offsets when dumping corrupt buffersDarrick J. Wong
2018-11-06xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30xfs: remove [cm]time update from reflink callsDarrick J. Wong
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong