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