Age | Commit message (Expand) | Author |
2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-05-01 | xfs: change some error-less functions to void types | Eric Sandeen |
2019-04-30 | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig |
2019-04-30 | xfs: add online scrub for superblock counters | Darrick J. Wong |
2019-04-30 | xfs: don't parse the mtpt mount option | Christoph Hellwig |
2019-04-30 | xfs: always rejoin held resources during defer roll | Darrick J. Wong |
2019-04-26 | xfs: add missing error check in xfs_prepare_shift() | Brian Foster |
2019-04-26 | xfs: scrub should check incore counters against ondisk headers | Darrick J. Wong |
2019-04-26 | xfs: allow scrubbers to pause background reclaim | Darrick J. Wong |
2019-04-26 | xfs: rename the speculative block allocation reclaim toggle functions | Darrick J. Wong |
2019-04-26 | xfs: track delayed allocation reservations across the filesystem | Darrick J. Wong |
2019-04-26 | xfs: fix broken bhold behavior in xrep_roll_ag_trans | Darrick J. Wong |
2019-04-23 | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction | Darrick J. Wong |
2019-04-23 | xfs: kill the xfs_dqtrx_t typedef | Darrick J. Wong |
2019-04-23 | xfs: widen inode delalloc block counter to 64-bits | Darrick J. Wong |
2019-04-23 | xfs: widen quota block counters to 64-bit integers | Darrick J. Wong |
2019-04-23 | xfs: abort unaligned nowait directio early | Darrick J. Wong |
2019-04-23 | xfs: assert that we don't enter agfl freeing with a non-permanent transaction | Brian Foster |
2019-04-22 | xfs: make tr_growdata a permanent transaction | Brian Foster |
2019-04-16 | xfs: merge adjacent io completions of the same type | Darrick J. Wong |
2019-04-16 | xfs: remove unused m_data_workqueue | Darrick J. Wong |
2019-04-16 | xfs: implement per-inode writeback completion queues | Darrick J. Wong |
2019-04-16 | xfs: scrub should only cross-reference with healthy btrees | Darrick J. Wong |
2019-04-16 | xfs: scrub/repair should update filesystem metadata health | Darrick J. Wong |
2019-04-16 | xfs: hoist the already_fixed variable to the scrub context | Darrick J. Wong |
2019-04-16 | xfs: collapse scrub bool state flags into a single unsigned int | Darrick J. Wong |
2019-04-16 | xfs: refactor scrub context initialization | Darrick J. Wong |
2019-04-14 | xfs: report inode health via bulkstat | Darrick J. Wong |
2019-04-14 | xfs: report AG health via AG geometry ioctl | Darrick J. Wong |
2019-04-14 | xfs: report fs and rt health via geometry structure | Darrick J. Wong |
2019-04-14 | xfs: add a new ioctl to describe allocation group geometry | Darrick J. Wong |
2019-04-14 | xfs: bump XFS_IOC_FSGEOMETRY to v5 structures | Dave Chinner |
2019-04-14 | xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem | Darrick J. Wong |
2019-04-14 | xfs: replace the BAD_SUMMARY mount flag with the equivalent health code | Darrick J. Wong |
2019-04-14 | xfs: track metadata health status | Darrick J. Wong |
2019-04-14 | xfs,fstrim: fix to return correct minlen | Wang Shilong |
2019-04-14 | xfs: don't account extra agfl blocks as available | Brian Foster |
2019-04-14 | xfs: shutdown after buf release in iflush cluster abort path | Brian Foster |
2019-04-14 | xfs: wake commit waiters on CIL abort before log item abort | Brian Foster |
2019-04-14 | xfs: fix use after free in buf log item unlock assert | Brian Foster |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig |
2019-03-26 | xfs: serialize unaligned dio writes against all other dio writes | Brian Foster |
2019-03-25 | xfs: prohibit fstrim in norecovery mode | Darrick J. Wong |
2019-03-19 | xfs: always init bma in xfs_bmapi_write | Darrick J. Wong |
2019-03-19 | xfs: fix btree scrub checking with regards to root-in-inode | Darrick J. Wong |
2019-03-19 | xfs: dabtree scrub needs to range-check level | Darrick J. Wong |
2019-03-17 | xfs: don't trip over uninitialized buffer on extent read of corrupted inode | Brian Foster |
2019-03-15 | Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2019-03-12 | xfs: clean up xfs_dir2_leaf_addname | Darrick J. Wong |
2019-03-10 | xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname | Darrick J. Wong |