index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_super.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: show the proper user quota options
Kaixu Xia
2020-12-09
1
-4
/
+6
*
xfs: rename xfs_fc_* back to xfs_fs_*
Darrick J. Wong
2020-12-09
1
-13
/
+13
*
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
1
-1
/
+1
*
xfs: define a new "needrepair" feature
Darrick J. Wong
2020-12-09
1
-0
/
+7
*
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2020-12-09
1
-0
/
+32
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
xfs: remove deprecated mount options
Pavel Reichl
2020-09-25
1
-13
/
+18
*
|
xfs: deprecate the V4 format
Darrick J. Wong
2020-09-16
1
-0
/
+13
*
|
xfs: trace timestamp limits
Darrick J. Wong
2020-09-16
1
-0
/
+1
*
|
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-16
1
-2
/
+11
*
|
xfs: explicitly define inode timestamp range
Darrick J. Wong
2020-09-16
1
-2
/
+2
*
|
xfs: store inode btree block counts in AGI header
Darrick J. Wong
2020-09-16
1
-0
/
+4
*
|
xfs: xfs_iflock is no longer a completion
Dave Chinner
2020-09-07
1
-5
/
+5
|
/
*
xfs: preserve inode versioning across remounts
Eric Sandeen
2020-07-17
1
-0
/
+4
*
xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
Waiman Long
2020-07-09
1
-1
/
+11
*
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
2020-07-07
1
-3
/
+0
*
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-03
1
-1
/
+1
|
\
|
*
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
2020-05-13
1
-1
/
+1
*
|
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-06-03
1
-18
/
+50
|
\
\
|
*
|
xfs: remove the m_active_trans counter
Dave Chinner
2020-05-27
1
-12
/
+5
|
*
|
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
2020-05-14
1
-1
/
+2
|
*
|
fs/xfs: Make DAX mount option a tri-state
Ira Weiny
2020-05-04
1
-4
/
+42
|
*
|
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-04
1
-4
/
+4
|
|
/
*
/
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
|
/
*
xfs: move inode flush to the sync workqueue
Darrick J. Wong
2020-04-16
1
-18
/
+22
*
xfs: ratelimit inode flush on buffered write ENOSPC
Darrick J. Wong
2020-03-31
1
-0
/
+14
*
xfs: correctly acount for reclaimable slabs
Dave Chinner
2020-03-27
1
-1
/
+2
*
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-8
/
+3
|
\
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-7
/
+3
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
*
|
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
2020-01-14
1
-27
/
+21
|
/
*
xfs: Remove kmem_zone_destroy() wrapper
Carlos Maiolino
2019-11-18
1
-35
/
+35
*
xfs: Remove slab init wrappers
Carlos Maiolino
2019-11-18
1
-40
/
+59
*
xfs: remove a stray tab in xfs_remount_rw()
Dan Carpenter
2019-11-11
1
-1
/
+1
*
xfs: remove redundant assignment to variable error
Colin Ian King
2019-11-06
1
-1
/
+1
*
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
[next]