index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
xfs: remove the m_active_trans counter
Dave Chinner
1
-1
/
+0
2020-05-27
xfs: separate read-only variables in struct xfs_mount
Dave Chinner
1
-66
/
+82
2020-05-27
xfs: reduce free inode accounting overhead
Dave Chinner
1
-2
/
+0
2020-05-07
xfs: remove unused shutdown types
Brian Foster
1
-2
/
+0
2020-05-04
fs/xfs: Make DAX mount option a tri-state
Ira Weiny
1
-0
/
+1
2020-05-04
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
1
-2
/
+1
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-14
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-11
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
1
-2
/
+0
2019-11-11
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-27
xfs: add kmem allocation trace points
Dave Chinner
1
-7
/
+0
2019-06-29
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-15
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-1
/
+0
2019-04-15
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-15
xfs: rename m_inotbt_nores to m_finobt_nores
Darrick J. Wong
1
-1
/
+1
2019-02-12
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-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
[next]