Age | Commit message (Expand) | Author | Files | Lines |
2018-06-08 | xfs: clean up MIN/MAX | Dave Chinner | 1 | -1/+1 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-03-24 | xfs: detect agfl count corruption and reset agfl | Brian Foster | 1 | -0/+1 |
2018-03-12 | xfs: account only rmapbt-used blocks against rmapbt perag res | Brian Foster | 1 | -0/+1 |
2018-03-12 | xfs: rename agfl perag res type to rmapbt | Brian Foster | 1 | -5/+5 |
2018-03-12 | xfs: remove unused m_dmevmask from xfs_mount struct | Eric Sandeen | 1 | -1/+0 |
2017-06-28 | xfs: convert drop_writes to use the errortag mechanism | Darrick J. Wong | 1 | -24/+0 |
2017-06-28 | xfs: expose errortag knobs via sysfs | Darrick J. Wong | 1 | -0/+1 |
2017-06-28 | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 1 | -0/+7 |
2017-06-20 | 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-04 | xfs: use dedicated log worker wq to avoid deadlock with cil wq | Brian Foster | 1 | -0/+1 |
2017-02-17 | 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-06 | xfs: garbage collect old cowextsz reservations | Darrick J. Wong | 1 | -0/+2 |
2016-10-03 | xfs: define the on-disk refcount btree format | Darrick J. Wong | 1 | -0/+3 |
2016-10-03 | xfs: introduce refcount btree definitions | Darrick J. Wong | 1 | -0/+3 |
2016-10-03 | Merge branch 'xfs-4.9-reflink-prep' into for-next | Dave Chinner | 1 | -0/+36 |
2016-09-19 | xfs: set up per-AG free space reservations | Darrick J. Wong | 1 | -0/+36 |
2016-09-14 | xfs: normalize "infinite" retries in error configs | Eric Sandeen | 1 | -1/+7 |
2016-08-03 | xfs: rmap btree requires more reserved free space | Darrick J. Wong | 1 | -0/+2 |
2016-08-03 | xfs: define the on-disk rmap btree format | Darrick J. Wong | 1 | -0/+3 |
2016-08-03 | xfs: rmap btree add more reserved blocks | Darrick J. Wong | 1 | -0/+1 |
2016-05-26 | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+34 |
2016-05-18 | xfs: add "fail at unmount" error handling configuration | Carlos Maiolino | 1 | -0/+2 |
2016-05-18 | xfs: add configuration handlers for specific errors | Carlos Maiolino | 1 | -0/+3 |
2016-05-18 | xfs: add configuration of error failure speed | Carlos Maiolino | 1 | -0/+3 |
2016-05-18 | xfs: add configurable error support to metadata buffers | Carlos Maiolino | 1 | -0/+3 |
2016-05-18 | xfs: introduce metadata IO error class | Carlos Maiolino | 1 | -0/+3 |
2016-05-18 | xfs: configurable error behavior via sysfs | Carlos Maiolino | 1 | -0/+20 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-03-15 | Merge branch 'xfs-misc-fixes-4.6-4' into for-next | Dave Chinner | 1 | -0/+25 |
2016-03-15 | xfs: debug mode forced buffered write failure | Brian Foster | 1 | -0/+25 |
2016-03-07 | Merge branch 'xfs-misc-fixes-4.6-2' into for-next | Dave Chinner | 1 | -3/+2 |
2016-03-02 | xfs: fix up inode32/64 (re)mount handling | Eric Sandeen | 1 | -3/+2 |
2016-02-08 | xfs: remove unused function definitions | Eric Sandeen | 1 | -1/+0 |
2015-11-03 | Merge branch 'xfs-dax-updates' into for-next | Dave Chinner | 1 | -0/+3 |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner | 1 | -0/+1 |
2015-11-03 | xfs: don't leak uuid table on rmmod | Darrick J. Wong | 1 | -0/+1 |
2015-11-03 | xfs: introduce BMAPI_ZERO for allocating zeroed extents | Dave Chinner | 1 | -0/+3 |
2015-10-12 | xfs: per-filesystem stats in sysfs | Bill O'Donnell | 1 | -0/+1 |
2015-06-04 | Merge branch 'xfs-dax-support' into for-next | Dave Chinner | 1 | -0/+2 |
2015-06-04 | xfs: add initial DAX support | Dave Chinner | 1 | -0/+2 |
2015-05-29 | xfs: use sparse chunk alignment for min. inode allocation requirement | Brian Foster | 1 | -0/+2 |
2015-02-23 | xfs: remove xfs_mod_incore_sb API | Dave Chinner | 1 | -2/+1 |
2015-02-23 | xfs: replace xfs_mod_incore_sb_batched | Dave Chinner | 1 | -11/+0 |
2015-02-23 | xfs: introduce xfs_mod_frextents | Dave Chinner | 1 | -0/+2 |
2015-02-23 | xfs: Remove icsb infrastructure | Dave Chinner | 1 | -67/+0 |