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
2021-12-21
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
1
-10
/
+0
2021-10-19
xfs: compute maximum AG btree height for critical reservation calculation
Darrick J. Wong
1
-0
/
+14
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-8
/
+7
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-12
/
+12
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-6
/
+7
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
1
-0
/
+1
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
1
-17
/
+10
2021-08-09
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
1
-0
/
+110
2021-08-09
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
1
-1
/
+8
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
1
-0
/
+1
2021-08-09
xfs: queue inactivation immediately when free realtime extents are tight
Darrick J. Wong
1
-5
/
+8
2021-08-09
xfs: queue inactivation immediately when free space is tight
Darrick J. Wong
1
-8
/
+0
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
1
-1
/
+25
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-3
/
+1
2021-06-21
xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes
Darrick J. Wong
1
-1
/
+9
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
1
-133
/
+0
2021-06-02
xfs: prepare for moving perag definitions and support to libxfs
Dave Chinner
1
-24
/
+32
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-0
/
+1
2021-04-29
xfs: set aside allocation btree blocks from block reservation
Brian Foster
1
-1
/
+14
2021-04-07
xfs: precalculate default inode attribute offset
Dave Chinner
1
-1
/
+13
2021-03-15
xfs: force log and push AIL to clear pinned inodes when aborting mount
Darrick J. Wong
1
-46
/
+44
2021-02-03
xfs: parallelize block preallocation garbage collection
Darrick J. Wong
1
-0
/
+3
2021-02-03
xfs: rename block gc start and stop functions
Darrick J. Wong
1
-1
/
+1
2021-01-22
xfs: remove xfs_quiesce_attr()
Brian Foster
1
-1
/
+1
2021-01-22
xfs: fold sbcount quiesce logging into log covering
Brian Foster
1
-31
/
+0
2021-01-22
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
1
-2
/
+1
2021-01-22
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
1
-2
/
+2
2020-11-18
xfs: return corresponding errcode if xfs_initialize_perag() fail
Yu Kuai
1
-3
/
+8
2020-09-15
xfs: remove xfs_getsb
Christoph Hellwig
1
-17
/
+0
2020-09-06
xfs: xfs_iflock is no longer a completion
Dave Chinner
1
-5
/
+6
2020-09-06
xfs: remove kmem_realloc()
Carlos Maiolino
1
-2
/
+2
2020-07-07
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
1
-6
/
+5
2020-07-07
xfs: allow multiple reclaimers per AG
Dave Chinner
1
-4
/
+0
2020-05-27
xfs: reduce free inode accounting overhead
Dave Chinner
1
-33
/
+0
2020-05-04
xfs: define printk_once variants for xfs messages
Eric Sandeen
1
-4
/
+3
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-1
/
+1
2019-12-19
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
1
-1
/
+44
2019-12-19
xfs: split the sunit parameter update into two parts
Darrick J. Wong
1
-51
/
+72
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-5
/
+2
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
1
-2
/
+3
2019-10-29
xfs: simplify parsing of allocsize mount option
Christoph Hellwig
1
-26
/
+5
2019-10-29
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
1
-4
/
+4
2019-10-29
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
1
-14
/
+4
2019-10-29
xfs: don't use a different allocsice for -o wsync
Christoph Hellwig
1
-7
/
+2
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
[next]