Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
00a6a5ef39e7db3648b35c86361058854db84c83
/
fs
/
xfs
/
xfs_mount.h
f0f7a67
xfs: move inode flush to the sync workqueue
by Darrick J. Wong
· 4 years, 9 months ago
c642570
xfs: ratelimit inode flush on buffered write ENOSPC
by Darrick J. Wong
· 4 years, 10 months ago
a55cefc
xfs: remove unused structure members & simple typedefs
by Eric Sandeen
· 5 years ago
d8d11fc
xfs: devirtualize ->m_dirnameops
by Christoph Hellwig
· 5 years ago
537dabc
xfs: remove the unused m_chsize field
by Christoph Hellwig
· 5 years ago
957ee13
xfs: remove the now unused dir ops infrastructure
by Christoph Hellwig
· 5 years ago
3b34441
xfs: move the node header size to struct xfs_da_geometry
by Christoph Hellwig
· 5 years ago
e1d3d21
xfs: use super s_id instead of struct xfs_mount m_fsname
by Ian Kent
· 5 years ago
f676c75
xfs: remove unused struct xfs_mount field m_fsname_len
by Ian Kent
· 5 years ago
7c6b94b
xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
by Christoph Hellwig
· 5 years ago
3274d00
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
by Christoph Hellwig
· 5 years ago
2fcddee
xfs: simplify parsing of allocsize mount option
by Christoph Hellwig
· 5 years ago
5da8a07
xfs: rename the m_writeio_* fields in struct xfs_mount
by Christoph Hellwig
· 5 years ago
3cd1d18
xfs: remove the m_readio_* fields in struct xfs_mount
by Christoph Hellwig
· 5 years ago
b5ad616
xfs: don't use a different allocsice for -o wsync
by Christoph Hellwig
· 5 years ago
dd2d535
xfs: cleanup calculating the stat optimal I/O size
by Christoph Hellwig
· 5 years ago
0ad9568
xfs: add kmem allocation trace points
by Dave Chinner
· 5 years ago
1058d0f
xfs: move the log ioend workqueue to struct xlog
by Christoph Hellwig
· 6 years ago
8c9ce2f
xfs: remove unused flags arg from getsb interfaces
by Eric Sandeen
· 6 years ago
ef32595
xfs: separate inode geometry
by Darrick J. Wong
· 6 years ago
9fe82b8
xfs: track delayed allocation reservations across the filesystem
by Darrick J. Wong
· 6 years ago
2840824
xfs: remove unused m_data_workqueue
by Darrick J. Wong
· 6 years ago
39353ff
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
by Darrick J. Wong
· 6 years ago
6772c1f
xfs: track metadata health status
by Darrick J. Wong
· 6 years ago
66ae56a
xfs: introduce an always_cow mode
by Christoph Hellwig
· 6 years ago
e1f6ca1
xfs: rename m_inotbt_nores to m_finobt_nores
by Darrick J. Wong
· 6 years ago
9b24717
xfs: cache unlinked pointers in an rhashtable
by Darrick J. Wong
· 6 years ago
355e3532
xfs: cache minimum realtime summary level
by Omar Sandoval
· 6 years ago
c1b4a32
xfs: precalculate cluster alignment in inodes and blocks
by Darrick J. Wong
· 6 years ago
83dcdb4
xfs: precalculate inodes and blocks per inode cluster
by Darrick J. Wong
· 6 years ago
1c02d50
xfs: remove deprecated barrier/nobarrier mount
by Eric Sandeen
· 6 years ago
f467cad
xfs: force summary counter recalc at next mount
by Darrick J. Wong
· 7 years ago
2e9e648
xfs: detect and fix bad summary counts at mount
by Darrick J. Wong
· 7 years ago
9bb54cb
xfs: clean up MIN/MAX
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
a27ba26
xfs: detect agfl count corruption and reset agfl
by Brian Foster
· 7 years ago
0ab3208
xfs: account only rmapbt-used blocks against rmapbt perag res
by Brian Foster
· 7 years ago
2159286
xfs: rename agfl perag res type to rmapbt
by Brian Foster
· 7 years ago
4603fa7
xfs: remove unused m_dmevmask from xfs_mount struct
by Eric Sandeen
· 7 years ago
f8c4725
xfs: convert drop_writes to use the errortag mechanism
by Darrick J. Wong
· 8 years ago
c684010
xfs: expose errortag knobs via sysfs
by Darrick J. Wong
· 8 years ago
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
4f1adf3
xfs: more do_div cleanups
by Eric Sandeen
· 8 years ago
696a562
xfs: use dedicated log worker wq to avoid deadlock with cil wq
by Brian Foster
· 8 years ago
9dbddd7
xfs: resurrect debug mode drop buffered writes mechanism
by Brian Foster
· 8 years ago
ebf5587
xfs: improve handling of busy extents in the low-level allocator
by Christoph Hellwig
· 8 years ago
76d771b
xfs: use per-AG reservations for the finobt
by Christoph Hellwig
· 8 years ago
6031e73
xfs: use rhashtable to track buffer cache
by Lucas Stach
· 8 years ago
83104d4
xfs: garbage collect old cowextsz reservations
by Darrick J. Wong
· 8 years ago
1946b91
xfs: define the on-disk refcount btree format
by Darrick J. Wong
· 8 years ago
46eeb52
xfs: introduce refcount btree definitions
by Darrick J. Wong
· 8 years ago
79ad576
Merge branch 'xfs-4.9-reflink-prep' into for-next
by Dave Chinner
· 8 years ago
3fd129b
xfs: set up per-AG free space reservations
by Darrick J. Wong
· 8 years ago
7716981
xfs: normalize "infinite" retries in error configs
by Eric Sandeen
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
035e00a
xfs: define the on-disk rmap btree format
by Darrick J. Wong
· 8 years ago
8018026
xfs: rmap btree add more reserved blocks
by Darrick J. Wong
· 8 years ago
0b9210c
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
e6b3bb7
xfs: add "fail at unmount" error handling configuration
by Carlos Maiolino
· 9 years ago
e0a431b3
xfs: add configuration handlers for specific errors
by Carlos Maiolino
· 9 years ago
a5ea70d
xfs: add configuration of error failure speed
by Carlos Maiolino
· 9 years ago
df30939
xfs: add configurable error support to metadata buffers
by Carlos Maiolino
· 9 years ago
ffd40ef
xfs: introduce metadata IO error class
by Carlos Maiolino
· 9 years ago
192852b
xfs: configurable error behavior via sysfs
by Carlos Maiolino
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
2cdb958
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
by Dave Chinner
· 9 years ago
801cc4e
xfs: debug mode forced buffered write failure
by Brian Foster
· 9 years ago
3c1a79f
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
by Dave Chinner
· 9 years ago
12c3f05
xfs: fix up inode32/64 (re)mount handling
by Eric Sandeen
· 9 years ago
de0b85a
xfs: remove unused function definitions
by Eric Sandeen
· 9 years ago
264e89a
Merge branch 'xfs-dax-updates' into for-next
by Dave Chinner
· 9 years ago
2da5c4b
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
by Dave Chinner
· 9 years ago
af3b638
xfs: don't leak uuid table on rmmod
by Darrick J. Wong
· 9 years ago
3fbbbea
xfs: introduce BMAPI_ZERO for allocating zeroed extents
by Dave Chinner
· 9 years ago
225e463
xfs: per-filesystem stats in sysfs
by Bill O'Donnell
· 9 years ago
66e8ac7
Merge branch 'xfs-dax-support' into for-next
by Dave Chinner
· 10 years ago
cbe4dab
xfs: add initial DAX support
by Dave Chinner
· 10 years ago
066a188
xfs: use sparse chunk alignment for min. inode allocation requirement
by Brian Foster
· 10 years ago
964aa8d9
xfs: remove xfs_mod_incore_sb API
by Dave Chinner
· 10 years ago
0bd5dded
xfs: replace xfs_mod_incore_sb_batched
by Dave Chinner
· 10 years ago
bab98bb
xfs: introduce xfs_mod_frextents
by Dave Chinner
· 10 years ago
5681ca4
xfs: Remove icsb infrastructure
by Dave Chinner
· 10 years ago
0d485ad
xfs: use generic percpu counters for free block counter
by Dave Chinner
· 10 years ago
e88b64e
xfs: use generic percpu counters for free inode counter
by Dave Chinner
· 10 years ago
501ab32
xfs: use generic percpu counters for inode counter
by Dave Chinner
· 10 years ago
5278511
xfs: implement pNFS export operations
by Christoph Hellwig
· 10 years ago
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
216875a
Merge branch 'xfs-consolidate-format-defs' into for-next
by Dave Chinner
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
91ee575
xfs: allow lazy sb counter sync during filesystem freeze sequence
by Brian Foster
· 10 years ago
78c931b
xfs: replace global xfslogd wq with per-mount wq
by Brian Foster
· 10 years ago
a31b1d3
xfs: add xfs_mount sysfs kobject
by Brian Foster
· 11 years ago
7ab610f
xfs: move node entry counts to xfs_da_geometry
by Dave Chinner
· 11 years ago
ed358c0
xfs: convert dir/attr btree threshold to xfs_da_geometry
by Dave Chinner
· 11 years ago
8f66193
xfs: convert m_dirblksize to xfs_da_geometry
by Dave Chinner
· 11 years ago
d6cf130
xfs: convert m_dirblkfsbs to xfs_da_geometry
by Dave Chinner
· 11 years ago
7dda6e8
xfs: convert directory segment limits to xfs_da_geometry
by Dave Chinner
· 11 years ago
0650b55
xfs: introduce directory geometry structure
by Dave Chinner
· 11 years ago
Next »