index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
libxfs
/
xfs_sb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
2024-09-01
1
-8
/
+8
*
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
2024-09-01
1
-2
/
+10
*
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2024-09-01
1
-29
/
+35
*
xfs: remove xfs_validate_rtextents
Christoph Hellwig
2024-09-01
1
-1
/
+1
*
xfs: make sure sb_fdblocks is non-negative
Wengang Wang
2024-06-10
1
-3
/
+4
*
xfs: add a incompat feature bit for parent pointers
Allison Henderson
2024-04-23
1
-0
/
+4
*
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
2024-04-15
1
-0
/
+5
*
xfs: allow sunit mount option to repair bad primary sb stripe values
Dave Chinner
2024-03-25
1
-9
/
+31
*
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
2024-01-30
1
-0
/
+14
*
xfs: don't allow overly small or large realtime volumes
Darrick J. Wong
2023-12-06
1
-1
/
+2
*
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
2023-12-06
1
-1
/
+2
*
xfs: use shifting and masking when converting rt extents, if possible
Darrick J. Wong
2023-10-17
1
-0
/
+2
*
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
2023-09-12
1
-1
/
+2
*
xfs: journal geometry is not properly bounds checked
Dave Chinner
2023-06-29
1
-1
/
+55
*
xfs: don't consider future format versions valid
Dave Chinner
2023-04-12
1
-5
/
+6
*
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-13
1
-1
/
+2
*
xfs: fix sb write verify for lazysbcount
Long Li
2022-11-16
1
-1
/
+3
*
xfs: validate v5 feature fields
Dave Chinner
2022-05-04
1
-10
/
+58
*
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
2022-05-04
1
-0
/
+2
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
1
-0
/
+5
|
\
|
*
xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
Chandan Babu R
2022-04-11
1
-0
/
+2
|
*
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
2022-04-11
1
-0
/
+3
*
|
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
2022-04-12
1
-0
/
+5
|
/
*
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
2021-10-14
1
-2
/
+2
*
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
1
-22
/
+23
*
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: open code sb verifier feature checks
Dave Chinner
2021-08-19
1
-36
/
+80
*
xfs: convert xfs_fs_geometry to use mount feature checks
Dave Chinner
2021-08-19
1
-22
/
+24
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-6
/
+6
*
xfs: reflect sb features in xfs_mount
Dave Chinner
2021-08-19
1
-0
/
+66
*
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: convert secondary superblock walk to use perags
Dave Chinner
2021-06-02
1
-5
/
+7
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-134
/
+0
*
xfs: update superblock counters correctly for !lazysbcount
Dave Chinner
2021-04-29
1
-3
/
+13
*
libxfs: expose inobtcount in xfs geometry
Zorro Lang
2021-02-03
1
-0
/
+2
*
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
2020-12-09
1
-11
/
+66
*
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2020-12-08
1
-27
/
+0
*
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
1
-0
/
+2
*
xfs: simplify xfs_trans_getsb
Christoph Hellwig
2020-09-15
1
-2
/
+2
*
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-08-05
1
-1
/
+1
*
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
2020-05-19
1
-1
/
+1
*
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
2020-03-27
1
-0
/
+32
*
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
2020-03-11
1
-8
/
+9
*
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2020-01-26
1
-4
/
+5
*
xfs: make xfs_buf_get return an error code
Darrick J. Wong
2020-01-26
1
-4
/
+4
*
xfs: fix missing header includes
Darrick J. Wong
2019-11-07
1
-0
/
+1
[next]