summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-06-29xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig1-3/+1
2019-06-29xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2-4/+0
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong31-41/+71
2019-06-12xfs: remove unused flag argumentsEric Sandeen10-48/+35
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig3-16/+0
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2-30/+6
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen7-22/+11
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen1-0/+14
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong2-9/+4
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong5-15/+28
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong4-144/+101
2019-06-12xfs: separate inode geometryDarrick J. Wong18-161/+208
2019-06-09xfs: use file_modified() helperAmir Goldstein1-14/+1
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+11
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong1-1/+2
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong1-2/+9
2019-05-23Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-0/+27
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20xfs: don't reserve per-AG space for an internal logDarrick J. Wong3-0/+27
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds3-12/+2
2019-05-02xfs: change some error-less functions to void typesEric Sandeen11-58/+26
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong11-3/+461
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig1-5/+1
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong4-37/+31
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster1-0/+2
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong1-0/+20
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong4-0/+23
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong4-9/+9
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong4-3/+51
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong1-17/+8
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong1-1/+1
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2-16/+16
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2-2/+3
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong3-35/+34
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong1-3/+3
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster1-0/+3
2019-04-23xfs: make tr_growdata a permanent transactionBrian Foster1-1/+5
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong1-0/+86
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong2-10/+1
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong4-12/+48
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong3-5/+77
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong5-0/+200
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong4-11/+10
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong6-12/+17
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong1-13/+18
2019-04-15xfs: report inode health via bulkstatDarrick J. Wong4-1/+50
2019-04-15xfs: report AG health via AG geometry ioctlDarrick J. Wong4-1/+52
2019-04-15xfs: report fs and rt health via geometry structureDarrick J. Wong4-2/+73