summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-10-10xfs: trace timestamp limitsDarrick J. Wong
2020-10-10xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-10-10xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-10-10xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-10-10xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-10-10xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-10-10xfs: refactor quota timestamp codingDarrick J. Wong
2020-10-10xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-10-10xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-10-10xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-10-10xfs: enable new inode btree counters featureinobt-counters_2020-10-10Darrick J. Wong
2020-10-10xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-10-10xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-10-10xfs: use the finobt block counts to speed up mount timesDarrick J. Wong
2020-10-10xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-10-10xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong
2020-10-10xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-10xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevrealtime-bugs_2020-10-10Darrick J. Wong
2020-10-10xfs: refactor inode flags propagation codeDarrick J. Wong
2020-10-10xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesxfs-5.9-fixes-2Darrick J. Wong
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-27xfs: initialize the shortform attr header padding entryxfs-5.9-fixes-1Darrick J. Wong
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-07xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initxfs-5.9-merge-8Eiichi Tsukata
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresiomap-5.9-merge-5Christoph Hellwig
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-28fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.xfs-5.9-merge-7Xiao Yang
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins
2020-07-28xfs: Add remote block helper functionsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins