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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-08
xfs: null out bma->prev if no previous extent
Darrick J. Wong
1
-1
/
+2
2019-11-08
xfs: fix missing header includes
Darrick J. Wong
11
-1
/
+13
2019-11-08
xfs: periodically yield scrub threads to the scheduler
Darrick J. Wong
1
-1
/
+8
2019-11-06
xfs: remove redundant assignment to variable error
Colin Ian King
1
-1
/
+1
2019-11-06
xfs: add missing early termination checks to record scrubbing functions
Darrick J. Wong
3
-2
/
+16
2019-11-05
xfs: make the assertion message functions take a mount parameter
Darrick J. Wong
3
-9
/
+17
2019-11-05
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
1
-0
/
+1
2019-11-05
xfs: decrease indenting problems in xfs_dabuf_map
Darrick J. Wong
1
-17
/
+21
2019-11-05
xfs: fold xfs_mount-alloc() into xfs_init_fs_context()
Ian Kent
1
-30
/
+19
2019-11-05
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
Ian Kent
1
-258
/
+259
2019-11-05
xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
Ian Kent
1
-58
/
+58
2019-11-05
xfs: move xfs_fc_reconfigure() above xfs_fc_free()
Ian Kent
1
-162
/
+162
2019-11-05
xfs: switch to use the new mount-api
Ian Kent
1
-237
/
+176
2019-11-05
xfs: dont set sb in xfs_mount_alloc()
Ian Kent
1
-4
/
+3
2019-11-05
xfs: move xfs_parseargs() validation to a helper
Ian Kent
1
-51
/
+58
2019-11-05
xfs: refactor xfs_parseags()
Ian Kent
1
-136
/
+152
2019-11-05
xfs: avoid redundant checks when options is empty
Ian Kent
1
-2
/
+1
2019-11-05
xfs: refactor suffix_kstrtoint()
Ian Kent
1
-9
/
+29
2019-11-05
xfs: add xfs_remount_ro() helper
Ian Kent
1
-30
/
+43
2019-11-05
xfs: add xfs_remount_rw() helper
Ian Kent
1
-51
/
+64
2019-11-05
xfs: merge freeing of mp names and mp
Ian Kent
1
-8
/
+6
2019-11-05
xfs: use kmem functions for struct xfs_mount
Ian Kent
1
-3
/
+3
2019-11-05
xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
Ian Kent
1
-3
/
+1
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
8
-31
/
+22
2019-11-05
xfs: remove unused struct xfs_mount field m_fsname_len
Ian Kent
2
-2
/
+0
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
25
-45
/
+179
2019-11-05
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
4
-8
/
+8
2019-11-05
xfs: relax shortform directory size checks
Darrick J. Wong
2
-35
/
+5
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
5
-24
/
+11
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
4
-21
/
+7
2019-11-03
xfs: refactor xfs_bmapi_allocate
Christoph Hellwig
1
-48
/
+45
2019-11-03
xfs: simplify the xfs_iomap_write_direct calling
Christoph Hellwig
3
-67
/
+46
2019-11-03
xfs: don't log the inode in xfs_fs_map_blocks if it
Christoph Hellwig
1
-24
/
+18
2019-11-03
xfs: slightly tweak an assert in xfs_fs_map_blocks
Christoph Hellwig
1
-2
/
+2
2019-11-03
xfs: remove the extsize argument to xfs_eof_alignment
Christoph Hellwig
1
-15
/
+13
2019-11-03
xfs: mark xfs_eof_alignment static
Christoph Hellwig
2
-2
/
+1
2019-11-03
xfs: simplify xfs_iomap_eof_align_last_fsb
Christoph Hellwig
3
-50
/
+22
2019-10-31
xfs: properly serialise fallocate against AIO+DIO
Dave Chinner
3
-7
/
+32
2019-10-29
xfs: merge xfs_showargs into xfs_fs_show_options
Christoph Hellwig
1
-13
/
+7
2019-10-29
xfs: clean up printing inode32/64 in xfs_showargs
Christoph Hellwig
1
-10
/
+3
2019-10-29
xfs: clean up printing the allocsize option in
Christoph Hellwig
1
-1
/
+1
2019-10-29
xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
Christoph Hellwig
3
-11
/
+5
2019-10-29
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Christoph Hellwig
4
-7
/
+7
2019-10-29
xfs: simplify parsing of allocsize mount option
Christoph Hellwig
3
-47
/
+16
2019-10-29
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
6
-18
/
+18
2019-10-29
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
4
-20
/
+6
2019-10-29
xfs: don't use a different allocsice for -o wsync
Christoph Hellwig
2
-14
/
+2
2019-10-29
xfs: cleanup calculating the stat optimal I/O size
Christoph Hellwig
2
-34
/
+37
2019-10-29
xfs: remove the dsunit and dswidth variables in
Christoph Hellwig
1
-19
/
+8
2019-10-29
xfs: remove the biosize mount option
Ian Kent
1
-3
/
+1
[prev]
[next]