summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-06-26xfs: remove unused flag argumentsxfs-5.3-merge_2019-06-26Eric Sandeen
2019-06-26xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig
2019-06-26xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig
2019-06-26xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-26xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen
2019-06-26xfs: finish converting to inodes_per_clusterDarrick J. Wong
2019-06-26xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-26xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-26xfs: separate inode geometryDarrick J. Wong
2019-06-26xfs: use file_modified() helperAmir Goldstein
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyxfs-5.2-fixes-2Darrick J. Wong
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong
2019-05-23Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20xfs: don't reserve per-AG space for an internal logxfs-5.2-fixes-1Darrick J. Wong
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01xfs: change some error-less functions to void typesxfs-5.2-merge-4Eric Sandeen
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30xfs: add online scrub for superblock countersxfs-5.2-merge-3Darrick J. Wong
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster
2019-04-16xfs: merge adjacent io completions of the same typexfs-5.2-merge-1Darrick J. Wong
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner