index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_symlink_remote.c
Age
Commit message (
Expand
)
Author
2024-04-15
xfs: pass the owner to xfs_symlink_write_target
Darrick J. Wong
2024-04-15
xfs: expose xfs_bmap_local_to_extents for online repair
Darrick J. Wong
2024-04-15
xfs: condense symbolic links after a mapping exchange operation
Darrick J. Wong
2024-02-22
xfs: move symlink target write function to libxfs
Darrick J. Wong
2024-02-22
xfs: move remote symlink target read function to libxfs
Darrick J. Wong
2024-02-22
xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
Darrick J. Wong
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
2023-12-15
xfs: zap broken inode forks
Darrick J. Wong
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-05-22
xfs: fix typo in comment
Julia Lawall
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-02-11
xfs: miscellaneous verifier magic value fixups
Brian Foster
2018-12-12
xfs: zero length symlinks are not valid
Dave Chinner
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
2018-01-08
xfs: create a new buf_ops pointer to verify structure metadata
Darrick J. Wong
2018-01-08
xfs: create structure verifier function for short form symlinks
Darrick J. Wong
2018-01-08
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
2018-01-08
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2018-01-08
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2017-07-07
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
Darrick J. Wong
2016-01-04
xfs: print name of verifier if it fails
Eric Sandeen
2015-10-12
xfs: validate metadata LSNs against log on v5 superblocks
Brian Foster
2015-10-12
xfs: log local to remote symlink conversions correctly on v5 supers
Brian Foster
2015-07-29
xfs: create new metadata UUID field and incompat flag
Eric Sandeen
2015-01-22
xfs: set buf types when converting extent formats
Dave Chinner
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-06-25
xfs: global error sign conversion
Dave Chinner
2014-06-25
libxfs: move source files
Dave Chinner