index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_sb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
xfs: validate v5 feature fields
Dave Chinner
1
-10
/
+58
2022-05-04
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
1
-0
/
+2
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-0
/
+5
2022-04-12
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
1
-0
/
+5
2022-04-11
xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
Chandan Babu R
1
-0
/
+2
2022-04-11
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
1
-0
/
+3
2021-10-14
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
1
-2
/
+2
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
1
-22
/
+23
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: open code sb verifier feature checks
Dave Chinner
1
-36
/
+80
2021-08-19
xfs: convert xfs_fs_geometry to use mount feature checks
Dave Chinner
1
-22
/
+24
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-6
/
+6
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
1
-0
/
+66
2021-08-19
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: convert secondary superblock walk to use perags
Dave Chinner
1
-5
/
+7
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-134
/
+0
2021-04-29
xfs: update superblock counters correctly for !lazysbcount
Dave Chinner
1
-3
/
+13
2021-02-03
libxfs: expose inobtcount in xfs geometry
Zorro Lang
1
-0
/
+2
2020-12-09
xfs: introduce xfs_validate_stripe_geometry()
Gao Xiang
1
-11
/
+66
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
1
-27
/
+0
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-0
/
+2
2020-09-15
xfs: simplify xfs_trans_getsb
Christoph Hellwig
1
-2
/
+2
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-05-19
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
1
-1
/
+1
2020-03-27
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
1
-0
/
+32
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-8
/
+9
2020-01-26
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
1
-4
/
+5
2020-01-26
xfs: make xfs_buf_get return an error code
Darrick J. Wong
1
-4
/
+4
2019-11-07
xfs: fix missing header includes
Darrick J. Wong
1
-0
/
+1
2019-09-24
xfs: log proper length of superblock
Eric Sandeen
1
-1
/
+1
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-7
/
+0
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-2
/
+2
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-1
/
+1
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-2
/
+2
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
1
-17
/
+3
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-11
/
+13
2019-05-01
xfs: change some error-less functions to void types
Eric Sandeen
1
-7
/
+5
2019-04-14
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
1
-0
/
+5
2019-04-14
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-2
/
+3
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
1
-1
/
+1
2019-02-11
xfs: miscellaneous verifier magic value fixups
Brian Foster
1
-1
/
+3
2019-02-11
xfs: always check magic values in on-disk byte order
Brian Foster
1
-1
/
+2
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
1
-3
/
+2
2018-08-03
xfs: only validate summary counts on primary superblock
Darrick J. Wong
1
-4
/
+10
2018-07-31
xfs: check for unknown v5 feature bits in superblock write verifier
Darrick J. Wong
1
-1
/
+34
2018-07-31
xfs: verify icount in superblock write
Darrick J. Wong
1
-1
/
+2
2018-07-31
libxfs: add more bounds checking to sb sanity checks
Bill O'Donnell
1
-0
/
+12
[next]