index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
xfs: ratelimit inode flush on buffered write ENOSPC
Darrick J. Wong
1
-0
/
+14
2020-03-27
xfs: correctly acount for reclaimable slabs
Dave Chinner
1
-1
/
+2
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+3
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-01-14
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
1
-27
/
+21
2019-11-18
xfs: Remove kmem_zone_destroy() wrapper
Carlos Maiolino
1
-35
/
+35
2019-11-18
xfs: Remove slab init wrappers
Carlos Maiolino
1
-40
/
+59
2019-11-10
xfs: remove a stray tab in xfs_remount_rw()
Dan Carpenter
1
-1
/
+1
2019-11-06
xfs: remove redundant assignment to variable error
Colin Ian King
1
-1
/
+1
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
1
-22
/
+13
2019-11-05
xfs: remove unused struct xfs_mount field m_fsname_len
Ian Kent
1
-1
/
+0
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
1
-9
/
+3
2019-10-29
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Christoph Hellwig
1
-3
/
+3
2019-10-29
xfs: simplify parsing of allocsize mount option
Christoph Hellwig
1
-15
/
+11
2019-10-29
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
1
-2
/
+2
2019-10-29
xfs: remove the m_readio_* fields in struct xfs_mount
Christoph Hellwig
1
-1
/
+0
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
2019-10-21
iomap: lift the xfs writeback code to iomap
Christoph Hellwig
1
-10
/
+1
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-0
/
+2
2019-09-05
xfs: prevent CIL push holdoff in log recovery
Dave Chinner
1
-1
/
+2
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
1
-0
/
+2
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-13
/
+0
2019-06-28
xfs: implement cgroup aware writeback
Christoph Hellwig
1
-0
/
+2
2019-06-28
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
1
-10
/
+1
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-3
/
+3
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+1
2019-05-01
xfs: change some error-less functions to void types
Eric Sandeen
1
-4
/
+4
2019-04-30
xfs: don't parse the mtpt mount option
Christoph Hellwig
1
-5
/
+1
2019-04-26
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
1
-4
/
+4
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
1
-0
/
+9
[next]