Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7afe9a4e56658bd659660ea10671831664469e5f
/
fs
/
xfs
/
xfs_symlink.c
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
43feeea
xfs: zero length symlinks are not valid
by Dave Chinner
· 6 years ago
a819866
xfs: automatic dfops inode relogging
by Brian Foster
· 6 years ago
44a8736
xfs: clean up IRELE/iput callsites
by Darrick J. Wong
· 6 years ago
c8eac49
xfs: remove all boilerplate defer init/finish code
by Brian Foster
· 6 years ago
5fdd979
xfs: remove xfs_defer_init() firstblock param
by Brian Foster
· 6 years ago
2af5284
xfs: remove xfs_bunmapi() firstblock param
by Brian Foster
· 6 years ago
a7beabe
xfs: remove xfs_bmapi_write() firstblock param
by Brian Foster
· 6 years ago
3728379
xfs: use ->t_firstblock for all xfs_bunmapi() callers
by Brian Foster
· 6 years ago
381eee6
xfs: remove firstblock param from xfs dir ops
by Brian Foster
· 6 years ago
f16dea5
xfs: use ->t_firstblock in dir ops
by Brian Foster
· 6 years ago
bcd2c9f
xfs: refactor dfops init to attach to transaction
by Brian Foster
· 6 years ago
ccd9d91
xfs: remove xfs_bunmapi() dfops param
by Brian Foster
· 6 years ago
4bcfa61
xfs: use ->t_dfops for all xfs_bunmapi() callers
by Brian Foster
· 6 years ago
6e702a5
xfs: remove xfs_bmapi_write() dfops param
by Brian Foster
· 6 years ago
175d1a0
xfs: use ->t_dfops for all xfs_bmapi_write() callers
by Brian Foster
· 6 years ago
c9cfdb3
xfs: remove dfops param from high level dirname calls
by Brian Foster
· 6 years ago
6aa6718
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
by Brian Foster
· 6 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
3565b660
xfs: fix double ijoin in xfs_inactive_symlink_rmt()
by Dave Chinner
· 7 years ago
8b922f0
xfs: defer frees from common inode allocation paths
by Brian Foster
· 7 years ago
c959025
xfs: Remove "committed" argument of xfs_dir_ialloc
by Chandan Rajendra
· 7 years ago
f59cf5c
xfs: remove "no-allocation" reservations for file creations
by Christoph Hellwig
· 7 years ago
8ad7c629
xfs: remove the ip argument to xfs_defer_finish
by Christoph Hellwig
· 7 years ago
29db250
xfs: assert locking precondition in xfs_readlink_bmap_ilocked
by Christoph Hellwig
· 7 years ago
6eb0b8d
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
by Darrick J. Wong
· 7 years ago
5da8f2f
xfs: allow reading of already-locked remote symbolic link
by Darrick J. Wong
· 8 years ago
6552321
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
by Christoph Hellwig
· 8 years ago
2c3234d
xfs: rename flist/free_list to dfops
by Darrick J. Wong
· 8 years ago
310a75a
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
5b911354
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
by Dave Chinner
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
30ee052
xfs: optimize inline symlinks
by Christoph Hellwig
· 9 years ago
143f4ae
xfs: factor out a helper to initialize a local format inode fork
by Christoph Hellwig
· 9 years ago
f6106ef
xfs: eliminate committed arg from xfs_bmap_finish
by Eric Sandeen
· 9 years ago
aa49338
Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next
by Dave Chinner
· 9 years ago
dbad7c9
xfs: stop holding ILOCK over filldir callbacks
by Dave Chinner
· 9 years ago
ab7bb61
xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag
by Dave Chinner
· 9 years ago
de50e16
Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
by Dave Chinner
· 10 years ago
2ac56d3
xfs: fix remote symlinks on V5/CRC filesystems
by Eric Sandeen
· 10 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
58c9047
xfs: inodes are new until the dentry cache is set up
by Dave Chinner
· 10 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
94f3cad
xfs: check resblks before calling xfs_dir_canenter
by Eric Sandeen
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 11 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 11 years ago
d6cf130
xfs: convert m_dirblkfsbs to xfs_da_geometry
by Dave Chinner
· 11 years ago
bda65ef
xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()
by Eric Sandeen
· 11 years ago
fe986f9
Merge branch 'xfs-O_TMPFILE-support' into for-next
by Dave Chinner
· 11 years ago
ac75a1f
xfs: don't leak EFSBADCRC to userspace
by Dave Chinner
· 11 years ago
163467d
xfs: factor prid related codes into xfs_get_initial_prid()
by Zhi Yong Wu
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
36b21dd
xfs: push down inactive transaction mgmt for remote symlinks
by Brian Foster
· 11 years ago
daf7b79
xfs: set remote symlink buffer type for recovery
by Dave Chinner
· 11 years ago
7aab1b2
xfs: convert kuid_t to/from uid_t for internal structures
by Dwight Engen
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago
1fb7e48d
xfs: split out the remote symlink handling
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
6ca1c90
xfs: separate dquot on disk format definitions out of xfs_quota.h
by Dave Chinner
· 11 years ago
92f8ff7
xfs: Add pquota fields where gquota is used.
by Chandra Seetharaman
· 11 years ago
113a568
xfs: Code cleanup and removal of some typedef usage
by Chandra Seetharaman
· 12 years ago
725eb1e
xfs: fix the symbolic link assert in xfs_ifree
by Mark Tinguely
· 12 years ago
321a958
xfs: fix incorrect remote symlink block count
by Dave Chinner
· 12 years ago
f948dd7
xfs: add CRC checks to remote symlinks
by Dave Chinner
· 12 years ago
19de735
xfs: split out symlink code into it's own file.
by Dave Chinner
· 12 years ago