aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1
* xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
* xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* xfs: reallocate realtime summary cache on growfsOmar Sandoval2018-12-211-8/+36
* xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-192-28/+79
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-193-14/+49
* xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-192-5/+15
* xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-192-4/+5
* xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong2018-12-193-0/+26
* xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
* xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler2018-12-181-3/+15
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2018-12-181-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2018-12-181-0/+6
* xfs: require both realtime inodes to mountDarrick J. Wong2018-12-131-3/+1
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-123-4/+34
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-125-8/+11
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-127-43/+34
* xfs: add a block to inode count converterDarrick J. Wong2018-12-128-17/+18
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-1217-116/+84
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-1218-261/+266
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-127-45/+43
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-128-53/+23
* xfs: zero length symlinks are not validDave Chinner2018-12-122-20/+27
* xfs: clean up indentation issues, remove an unwanted spaceColin Ian King2018-12-121-1/+1
* xfs: libxfs: move xfs_perag_put latePan Bian2018-12-121-1/+1
* xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong2018-12-121-94/+138
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2018-12-041-2/+2
* fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2018-11-261-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-213-5/+17
* xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2018-11-201-7/+1
* xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
* xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2018-11-201-7/+21
* xfs: uncached buffer tracing needs to print bnoDave Chinner2018-11-201-1/+4
* xfs: make xfs_file_remap_range() staticEric Biggers2018-11-191-1/+1
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2018-11-191-0/+1
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* xfs: print buffer offsets when dumping corrupt buffersDarrick J. Wong2018-11-061-1/+1
* xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2018-11-061-1/+1
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-023-161/+109
|\
| * xfs: remove [cm]time update from reflink callsDarrick J. Wong2018-10-301-6/+1
| * xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-303-75/+70
| * xfs: remove redundant remap partial EOF block checksDarrick J. Wong2018-10-301-19/+0
| * xfs: support returning partial reflink resultsDarrick J. Wong2018-10-303-10/+14
| * xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong2018-10-301-19/+18
| * xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3