Age | Commit message (Expand) | Author | Files | Lines |
2020-04-16 | xfs: move inode flush to the sync workqueue | Darrick J. Wong | 1 | -1/+5 |
2020-03-31 | xfs: ratelimit inode flush on buffered write ENOSPC | Darrick J. Wong | 1 | -0/+1 |
2019-11-13 | xfs: remove unused structure members & simple typedefs | Eric Sandeen | 1 | -1/+0 |
2019-11-13 | xfs: devirtualize ->m_dirnameops | Christoph Hellwig | 1 | -2/+0 |
2019-11-13 | xfs: remove the unused m_chsize field | Christoph Hellwig | 1 | -1/+0 |
2019-11-10 | xfs: remove the now unused dir ops infrastructure | Christoph Hellwig | 1 | -2/+0 |
2019-11-10 | xfs: move the node header size to struct xfs_da_geometry | Christoph Hellwig | 1 | -1/+0 |
2019-11-05 | xfs: use super s_id instead of struct xfs_mount m_fsname | Ian Kent | 1 | -1/+0 |
2019-11-05 | xfs: remove unused struct xfs_mount field m_fsname_len | Ian Kent | 1 | -1/+0 |
2019-10-29 | xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE | Christoph Hellwig | 1 | -1/+1 |
2019-10-29 | xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to | Christoph Hellwig | 1 | -1/+1 |
2019-10-29 | xfs: simplify parsing of allocsize mount option | Christoph Hellwig | 1 | -6/+0 |
2019-10-29 | xfs: rename the m_writeio_* fields in struct xfs_mount | Christoph Hellwig | 1 | -2/+2 |
2019-10-29 | xfs: remove the m_readio_* fields in struct xfs_mount | Christoph Hellwig | 1 | -4/+1 |
2019-10-29 | xfs: don't use a different allocsice for -o wsync | Christoph Hellwig | 1 | -7/+0 |
2019-10-29 | xfs: cleanup calculating the stat optimal I/O size | Christoph Hellwig | 1 | -24/+0 |
2019-08-26 | xfs: add kmem allocation trace points | Dave Chinner | 1 | -7/+0 |
2019-06-28 | xfs: move the log ioend workqueue to struct xlog | Christoph Hellwig | 1 | -1/+0 |
2019-06-12 | xfs: remove unused flags arg from getsb interfaces | Eric Sandeen | 1 | -1/+1 |
2019-06-12 | xfs: separate inode geometry | Darrick J. Wong | 1 | -16/+3 |
2019-04-26 | xfs: track delayed allocation reservations across the filesystem | Darrick J. Wong | 1 | -0/+7 |
2019-04-16 | xfs: remove unused m_data_workqueue | Darrick J. Wong | 1 | -1/+0 |
2019-04-14 | xfs: replace the BAD_SUMMARY mount flag with the equivalent health code | Darrick J. Wong | 1 | -1/+0 |
2019-04-14 | xfs: track metadata health status | Darrick J. Wong | 1 | -0/+23 |
2019-02-21 | xfs: introduce an always_cow mode | Christoph Hellwig | 1 | -0/+1 |
2019-02-14 | xfs: rename m_inotbt_nores to m_finobt_nores | Darrick J. Wong | 1 | -1/+1 |
2019-02-11 | xfs: cache unlinked pointers in an rhashtable | Darrick J. Wong | 1 | -0/+7 |
2018-12-12 | xfs: cache minimum realtime summary level | Omar Sandoval | 1 | -0/+7 |
2018-12-12 | xfs: precalculate cluster alignment in inodes and blocks | Darrick J. Wong | 1 | -0/+2 |
2018-12-12 | xfs: precalculate inodes and blocks per inode cluster | Darrick J. Wong | 1 | -0/+2 |
2018-07-26 | xfs: remove deprecated barrier/nobarrier mount | Eric Sandeen | 1 | -1/+0 |
2018-07-23 | xfs: force summary counter recalc at next mount | Darrick J. Wong | 1 | -0/+1 |
2018-07-23 | xfs: detect and fix bad summary counts at mount | Darrick J. Wong | 1 | -0/+1 |
2018-06-08 | xfs: clean up MIN/MAX | Dave Chinner | 1 | -1/+1 |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-03-23 | xfs: detect agfl count corruption and reset agfl | Brian Foster | 1 | -0/+1 |
2018-03-11 | xfs: account only rmapbt-used blocks against rmapbt perag res | Brian Foster | 1 | -0/+1 |
2018-03-11 | xfs: rename agfl perag res type to rmapbt | Brian Foster | 1 | -5/+5 |
2018-03-11 | xfs: remove unused m_dmevmask from xfs_mount struct | Eric Sandeen | 1 | -1/+0 |
2017-06-27 | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 1 | -24/+0 |
2017-06-27 | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 1 | -0/+1 |
2017-06-27 | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 1 | -0/+7 |
2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -17/+17 |
2017-04-25 | xfs: more do_div cleanups | Eric Sandeen | 1 | -2/+2 |
2017-04-03 | xfs: use dedicated log worker wq to avoid deadlock with cil wq | Brian Foster | 1 | -0/+1 |
2017-02-16 | xfs: resurrect debug mode drop buffered writes mechanism | Brian Foster | 1 | -7/+8 |
2017-02-09 | xfs: improve handling of busy extents in the low-level allocator | Christoph Hellwig | 1 | -0/+2 |
2017-01-25 | xfs: use per-AG reservations for the finobt | Christoph Hellwig | 1 | -0/+1 |
2016-12-07 | xfs: use rhashtable to track buffer cache | Lucas Stach | 1 | -2/+5 |
2016-10-05 | xfs: garbage collect old cowextsz reservations | Darrick J. Wong | 1 | -0/+2 |