index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xfs: simplify parsing of allocsize mount option
Christoph Hellwig
2019-10-29
1
-26
/
+5
*
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-4
/
+4
*
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-14
/
+4
*
xfs: don't use a different allocsice for -o wsync
Christoph Hellwig
2019-10-29
1
-7
/
+2
*
xfs: Use WARN_ON_ONCE for bailout mount-operation
Austin Kim
2019-09-06
1
-1
/
+1
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-4
/
+0
*
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
1
-12
/
+2
*
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
1
-2
/
+2
*
xfs: refactor inode geometry setup routines
Darrick J. Wong
2019-06-12
1
-82
/
+1
*
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
1
-22
/
+27
*
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
2019-04-26
1
-1
/
+1
*
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
2019-04-26
1
-0
/
+21
*
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
2019-04-15
1
-0
/
+2
*
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
2019-04-15
1
-5
/
+4
*
xfs: track metadata health status
Darrick J. Wong
2019-04-15
1
-0
/
+1
*
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
2019-02-12
1
-0
/
+5
*
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
2018-12-12
1
-0
/
+2
*
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-12-12
1
-0
/
+2
*
xfs: recalculate summary counters at mount time if icount is bad
Darrick J. Wong
2018-08-13
1
-0
/
+1
*
xfs: move extent busy tree initialization to xfs_initialize_perag
Darrick J. Wong
2018-07-31
1
-0
/
+3
*
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
1
-2
/
+2
*
xfs: force summary counter recalc at next mount
Darrick J. Wong
2018-07-23
1
-0
/
+13
*
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
2018-07-23
1
-26
/
+54
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: verify root inode more thoroughly
Dave Chinner
2018-06-06
1
-2
/
+5
*
xfs: halt auto-reclamation activities while rebuilding rmap
Darrick J. Wong
2018-05-16
1
-3
/
+1
*
xfs: clean up xfs_mount allocation and dynamic initializers
Brian Foster
2018-03-26
1
-2
/
+0
*
xfs: remove unused m_dmevmask from xfs_mount struct
Eric Sandeen
2018-03-12
1
-2
/
+0
*
xfs: destroy mutex pag_ici_reclaim_lock before free
Xiongwei Song
2018-01-12
1
-0
/
+3
*
xfs: on failed mount, force-reclaim inodes after unmounting quota controls
Darrick J. Wong
2017-11-10
1
-2
/
+13
*
xfs: Fix bool initialization/comparison
Thomas Meyer
2017-10-11
1
-1
/
+1
*
xfs: don't leak quotacheck dquots when cow recovery
Darrick J. Wong
2017-08-17
1
-0
/
+2
*
xfs: clear MS_ACTIVE after finishing log recovery
Darrick J. Wong
2017-08-17
1
-10
/
+0
*
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-07-10
1
-10
/
+16
|
\
|
*
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
2017-06-28
1
-2
/
+8
|
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-8
/
+8
*
|
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2017-07-06
1
-2
/
+2
|
\
\
|
*
|
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
2017-06-20
1
-2
/
+2
|
|
/
*
|
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2017-06-05
1
-2
/
+1
*
|
xfs: use the common helper uuid_is_null()
Amir Goldstein
2017-06-05
1
-4
/
+4
*
|
xfs: remove uuid_getnodeuniq and xfs_uu_t
Christoph Hellwig
2017-06-05
1
-1
/
+4
|
/
*
xfs: publish UUID in struct super_block
Amir Goldstein
2017-04-28
1
-0
/
+4
*
xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
Chandan Rajendra
2017-03-08
1
-2
/
+1
*
xfs: don't block the log commit handler for discards
Christoph Hellwig
2017-02-09
1
-0
/
+1
*
xfs: improve handling of busy extents in the low-level allocator
Christoph Hellwig
2017-02-09
1
-0
/
+8
*
xfs: correct null checks and error processing in xfs_initialize_perag
Bill O'Donnell
2017-02-09
1
-9
/
+15
*
xfs: use rhashtable to track buffer cache
Lucas Stach
2016-12-07
1
-2
/
+5
*
xfs: unset MS_ACTIVE if mount fails
Darrick J. Wong
2016-10-20
1
-0
/
+1
*
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
2016-10-06
1
-0
/
+1
[prev]
[next]