index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-05
1
-0
/
+1
*
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
2016-10-05
1
-0
/
+8
*
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-05
1
-0
/
+12
*
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
Darrick J. Wong
2016-10-04
1
-0
/
+9
*
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
1
-0
/
+2
*
xfs: quiesce the filesystem after recovery on readonly mount
Dave Chinner
2016-09-26
1
-0
/
+14
*
xfs: rmap btree requires more reserved free space
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: define the on-disk rmap btree format
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
xfs: rmap btree add more reserved blocks
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
2016-08-03
1
-0
/
+1
*
xfs: exclude never-released buffers from buftarg I/O accounting
Brian Foster
2016-07-20
1
-4
/
+6
*
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-05-26
1
-2
/
+21
|
\
|
*
Merge branch 'xfs-4.7-error-cfg' into for-next
Dave Chinner
2016-05-20
1
-1
/
+21
|
|
\
|
|
*
xfs: add "fail at unmount" error handling configuration
Carlos Maiolino
2016-05-18
1
-0
/
+12
|
|
*
xfs: configurable error behavior via sysfs
Carlos Maiolino
2016-05-18
1
-1
/
+9
|
*
|
xfs: improve kmem_realloc
Christoph Hellwig
2016-04-06
1
-1
/
+0
|
|
/
*
/
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
|
/
*
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
Dave Chinner
2016-03-07
1
-19
/
+1
|
\
|
*
xfs: fix up inode32/64 (re)mount handling
Eric Sandeen
2016-03-02
1
-19
/
+1
*
|
Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next
Dave Chinner
2016-03-07
1
-1
/
+1
|
\
\
|
*
|
xfs: remove XBF_DONE flag wrapper macros
Dave Chinner
2016-02-10
1
-1
/
+1
|
|
/
*
/
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-1
/
+1
|
/
*
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
2015-11-03
1
-0
/
+10
|
\
|
*
xfs: don't leak uuid table on rmmod
Darrick J. Wong
2015-11-03
1
-0
/
+10
*
|
xfs: per-filesystem stats in sysfs
Bill O'Donnell
2015-10-12
1
-1
/
+10
|
/
*
xfs: clean up root inode properly on mount failure
Brian Foster
2015-08-19
1
-0
/
+2
*
xfs: don't leave EFIs on AIL on mount failure
Brian Foster
2015-08-19
1
-12
/
+14
*
Merge branch 'xfs-sparse-inode' into for-next
Dave Chinner
2015-06-01
1
-0
/
+16
|
\
|
*
xfs: sparse inode chunks feature helpers and mount requirements
Brian Foster
2015-05-29
1
-0
/
+16
*
|
xfs: inode and free block counters need to use __percpu_counter_compare
Dave Chinner
2015-05-29
1
-14
/
+20
|
/
*
xfs: remove xfs_mod_incore_sb API
Dave Chinner
2015-02-23
1
-136
/
+0
*
xfs: replace xfs_mod_incore_sb_batched
Dave Chinner
2015-02-23
1
-51
/
+0
*
xfs: introduce xfs_mod_frextents
Dave Chinner
2015-02-23
1
-8
/
+19
*
xfs: Remove icsb infrastructure
Dave Chinner
2015-02-23
1
-515
/
+1
*
xfs: use generic percpu counters for free block counter
Dave Chinner
2015-02-23
1
-94
/
+98
*
xfs: use generic percpu counters for free inode counter
Dave Chinner
2015-02-23
1
-43
/
+33
*
xfs: use generic percpu counters for inode counter
Dave Chinner
2015-02-23
1
-41
/
+35
*
xfs: sanitise sb_bad_features2 handling
Dave Chinner
2015-01-22
1
-12
/
+11
*
xfs: consolidate superblock logging functions
Dave Chinner
2015-01-22
1
-66
/
+12
*
xfs: remove bitfield based superblock updates
Dave Chinner
2015-01-22
1
-14
/
+8
*
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
Dave Chinner
2014-12-04
1
-0
/
+1
|
\
|
*
xfs: move type conversion functions to xfs_dir.h
Dave Chinner
2014-12-04
1
-0
/
+1
*
|
Merge branch 'xfs-consolidate-format-defs' into for-next
Dave Chinner
2014-11-28
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
xfs: merge xfs_inum.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
|
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
[next]