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