index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
xfs: convert drop_writes to use the errortag mechanism
Darrick J. Wong
1
-24
/
+0
2017-06-28
xfs: expose errortag knobs via sysfs
Darrick J. Wong
1
-0
/
+1
2017-06-28
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
1
-0
/
+7
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-17
/
+17
2017-04-25
xfs: more do_div cleanups
Eric Sandeen
1
-2
/
+2
2017-04-04
xfs: use dedicated log worker wq to avoid deadlock with cil wq
Brian Foster
1
-0
/
+1
2017-02-17
xfs: resurrect debug mode drop buffered writes mechanism
Brian Foster
1
-7
/
+8
2017-02-09
xfs: improve handling of busy extents in the low-level allocator
Christoph Hellwig
1
-0
/
+2
2017-01-25
xfs: use per-AG reservations for the finobt
Christoph Hellwig
1
-0
/
+1
2016-12-07
xfs: use rhashtable to track buffer cache
Lucas Stach
1
-2
/
+5
2016-10-06
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
1
-0
/
+2
2016-10-03
xfs: define the on-disk refcount btree format
Darrick J. Wong
1
-0
/
+3
2016-10-03
xfs: introduce refcount btree definitions
Darrick J. Wong
1
-0
/
+3
2016-10-03
Merge branch 'xfs-4.9-reflink-prep' into for-next
Dave Chinner
1
-0
/
+36
2016-09-19
xfs: set up per-AG free space reservations
Darrick J. Wong
1
-0
/
+36
2016-09-14
xfs: normalize "infinite" retries in error configs
Eric Sandeen
1
-1
/
+7
2016-08-03
xfs: rmap btree requires more reserved free space
Darrick J. Wong
1
-0
/
+2
2016-08-03
xfs: define the on-disk rmap btree format
Darrick J. Wong
1
-0
/
+3
2016-08-03
xfs: rmap btree add more reserved blocks
Darrick J. Wong
1
-0
/
+1
2016-05-26
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+34
2016-05-18
xfs: add "fail at unmount" error handling configuration
Carlos Maiolino
1
-0
/
+2
2016-05-18
xfs: add configuration handlers for specific errors
Carlos Maiolino
1
-0
/
+3
2016-05-18
xfs: add configuration of error failure speed
Carlos Maiolino
1
-0
/
+3
2016-05-18
xfs: add configurable error support to metadata buffers
Carlos Maiolino
1
-0
/
+3
2016-05-18
xfs: introduce metadata IO error class
Carlos Maiolino
1
-0
/
+3
2016-05-18
xfs: configurable error behavior via sysfs
Carlos Maiolino
1
-0
/
+20
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-15
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
Dave Chinner
1
-0
/
+25
2016-03-15
xfs: debug mode forced buffered write failure
Brian Foster
1
-0
/
+25
2016-03-07
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
Dave Chinner
1
-3
/
+2
2016-03-02
xfs: fix up inode32/64 (re)mount handling
Eric Sandeen
1
-3
/
+2
2016-02-08
xfs: remove unused function definitions
Eric Sandeen
1
-1
/
+0
2015-11-03
Merge branch 'xfs-dax-updates' into for-next
Dave Chinner
1
-0
/
+3
2015-11-03
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
1
-0
/
+1
2015-11-03
xfs: don't leak uuid table on rmmod
Darrick J. Wong
1
-0
/
+1
2015-11-03
xfs: introduce BMAPI_ZERO for allocating zeroed extents
Dave Chinner
1
-0
/
+3
2015-10-12
xfs: per-filesystem stats in sysfs
Bill O'Donnell
1
-0
/
+1
2015-06-04
Merge branch 'xfs-dax-support' into for-next
Dave Chinner
1
-0
/
+2
2015-06-04
xfs: add initial DAX support
Dave Chinner
1
-0
/
+2
2015-05-29
xfs: use sparse chunk alignment for min. inode allocation requirement
Brian Foster
1
-0
/
+2
2015-02-23
xfs: remove xfs_mod_incore_sb API
Dave Chinner
1
-2
/
+1
2015-02-23
xfs: replace xfs_mod_incore_sb_batched
Dave Chinner
1
-11
/
+0
2015-02-23
xfs: introduce xfs_mod_frextents
Dave Chinner
1
-0
/
+2
2015-02-23
xfs: Remove icsb infrastructure
Dave Chinner
1
-67
/
+0
2015-02-23
xfs: use generic percpu counters for free block counter
Dave Chinner
1
-0
/
+3
2015-02-23
xfs: use generic percpu counters for free inode counter
Dave Chinner
1
-0
/
+2
2015-02-23
xfs: use generic percpu counters for inode counter
Dave Chinner
1
-2
/
+5
2015-02-16
xfs: implement pNFS export operations
Christoph Hellwig
1
-0
/
+11
2015-01-22
xfs: consolidate superblock logging functions
Dave Chinner
1
-2
/
+1
2015-01-22
xfs: remove bitfield based superblock updates
Dave Chinner
1
-1
/
+1
[next]