summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-15xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong5-0/+93
2019-04-15xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner4-59/+84
2019-04-15xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong4-0/+81
2019-04-15xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong4-9/+9
2019-04-15xfs: track metadata health statusDarrick J. Wong8-0/+485
2019-04-15xfs,fstrim: fix to return correct minlenWang Shilong1-1/+2
2019-04-15xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-04-15xfs: shutdown after buf release in iflush cluster abort pathBrian Foster1-1/+3
2019-04-15xfs: wake commit waiters on CIL abort before log item abortBrian Foster1-8/+13
2019-04-15xfs: fix use after free in buf log item unlock assertBrian Foster1-1/+3
2019-04-15Linux 5.1-rc5v5.1-rc5Linus Torvalds1-1/+1
2019-04-15Merge branch 'page-refs' (page ref overflow)Linus Torvalds8-28/+92
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox5-15/+29
2019-04-14mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2-12/+49
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-14Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds20-109/+174
2019-04-14Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-53/+16
2019-04-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+4
2019-04-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-27/+99
2019-04-14Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+6
2019-04-13Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-10/+14
2019-04-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-16/+23