2 * Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved.
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
8 * This program is distributed in the hope that it would be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 * Further, this software is distributed without any warranty that it is
13 * free of the rightful claim of any third person regarding infringement
14 * or the like. Any license provided herein, whether implied or
15 * otherwise, applies only to this software file. Patent licenses, if
16 * any, provided herein do not apply to combinations of this program with
17 * other software, or any other product whatsoever.
19 * You should have received a copy of the GNU General Public License along
20 * with this program; if not, write the Free Software Foundation, Inc., 59
21 * Temple Place - Suite 330, Boston MA 02111-1307, USA.
23 * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 * Mountain View, CA 94043, or:
28 * For further information regarding this notice, see:
30 * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
34 #include "xfs_macros.h"
35 #include "xfs_types.h"
38 #include "xfs_trans.h"
43 #include "xfs_dmapi.h"
44 #include "xfs_mount.h"
45 #include "xfs_alloc_btree.h"
46 #include "xfs_bmap_btree.h"
47 #include "xfs_ialloc_btree.h"
48 #include "xfs_itable.h"
49 #include "xfs_btree.h"
50 #include "xfs_ialloc.h"
51 #include "xfs_alloc.h"
52 #include "xfs_attr_sf.h"
53 #include "xfs_dir_sf.h"
54 #include "xfs_dir2_sf.h"
55 #include "xfs_dinode.h"
56 #include "xfs_inode_item.h"
57 #include "xfs_inode.h"
59 #include "xfs_da_btree.h"
62 #include "xfs_refcache.h"
63 #include "xfs_error.h"
65 #include "xfs_rtalloc.h"
66 #include "xfs_quota.h"
67 #include "xfs_utils.h"
68 #include "xfs_trans_space.h"
69 #include "xfs_dir_leaf.h"
71 #include "xfs_log_priv.h"
75 * The maximum pathlen is 1024 bytes. Since the minimum file system
76 * blocksize is 512 bytes, we can get a max of 2 extents back from
79 #define SYMLINK_MAPS 2
82 * For xfs, we check that the file isn't too big to be opened by this kernel.
83 * No other open action is required for regular files. Devices are handled
84 * through the specfs file system, pipes through fifofs. Device and
85 * fifo vnodes are "wrapped" by specfs and fifofs vnodes, respectively,
86 * when a new vnode is first looked up or created.
97 vp
= BHV_TO_VNODE(bdp
);
100 if (XFS_FORCED_SHUTDOWN(ip
->i_mount
))
101 return XFS_ERROR(EIO
);
104 * If it's a directory with any blocks, read-ahead block 0
105 * as we're almost certain to have the next operation be a read there.
107 if (VN_ISDIR(vp
) && ip
->i_d
.di_nextents
> 0) {
108 mode
= xfs_ilock_map_shared(ip
);
109 if (ip
->i_d
.di_nextents
> 0)
110 (void)xfs_da_reada_buf(NULL
, ip
, 0, XFS_DATA_FORK
);
111 xfs_iunlock(ip
, mode
);
131 vp
= BHV_TO_VNODE(bdp
);
132 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
134 ip
= XFS_BHVTOI(bdp
);
137 if (XFS_FORCED_SHUTDOWN(mp
))
138 return XFS_ERROR(EIO
);
140 if (!(flags
& ATTR_LAZY
))
141 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
143 vap
->va_size
= ip
->i_d
.di_size
;
144 if (vap
->va_mask
== XFS_AT_SIZE
)
148 XFS_FSB_TO_BB(mp
, ip
->i_d
.di_nblocks
+ ip
->i_delayed_blks
);
149 vap
->va_nodeid
= ip
->i_ino
;
151 vap
->va_nodeid
+= mp
->m_inoadd
;
153 vap
->va_nlink
= ip
->i_d
.di_nlink
;
156 * Quick exit for non-stat callers
159 ~(XFS_AT_SIZE
|XFS_AT_FSID
|XFS_AT_NODEID
|
160 XFS_AT_NLINK
|XFS_AT_BLKSIZE
)) == 0)
164 * Copy from in-core inode.
166 vap
->va_mode
= ip
->i_d
.di_mode
;
167 vap
->va_uid
= ip
->i_d
.di_uid
;
168 vap
->va_gid
= ip
->i_d
.di_gid
;
169 vap
->va_projid
= ip
->i_d
.di_projid
;
172 * Check vnode type block/char vs. everything else.
174 switch (ip
->i_d
.di_mode
& S_IFMT
) {
177 vap
->va_rdev
= ip
->i_df
.if_u2
.if_rdev
;
178 vap
->va_blocksize
= BLKDEV_IOSIZE
;
183 if (!(ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
)) {
186 /* Large block sizes confuse various
187 * user space programs, so letting the
188 * stripe size through is not a good
191 vap
->va_blocksize
= mp
->m_swidth
?
193 * If the underlying volume is a stripe, then
194 * return the stripe width in bytes as the
195 * recommended I/O size.
197 (mp
->m_swidth
<< mp
->m_sb
.sb_blocklog
) :
199 * Return the largest of the preferred buffer
200 * sizes since doing small I/Os into larger
201 * buffers causes buffers to be decommissioned.
202 * The value returned is in bytes.
204 (1 << (int)MAX(mp
->m_readio_log
,
210 * Return the largest of the preferred buffer
211 * sizes since doing small I/Os into larger
212 * buffers causes buffers to be decommissioned.
213 * The value returned is in bytes.
215 1 << (int)MAX(mp
->m_readio_log
,
221 * If the file blocks are being allocated from a
222 * realtime partition, then return the inode's
223 * realtime extent size or the realtime volume's
226 vap
->va_blocksize
= ip
->i_d
.di_extsize
?
227 (ip
->i_d
.di_extsize
<< mp
->m_sb
.sb_blocklog
) :
228 (mp
->m_sb
.sb_rextsize
<< mp
->m_sb
.sb_blocklog
);
233 vap
->va_atime
.tv_sec
= ip
->i_d
.di_atime
.t_sec
;
234 vap
->va_atime
.tv_nsec
= ip
->i_d
.di_atime
.t_nsec
;
235 vap
->va_mtime
.tv_sec
= ip
->i_d
.di_mtime
.t_sec
;
236 vap
->va_mtime
.tv_nsec
= ip
->i_d
.di_mtime
.t_nsec
;
237 vap
->va_ctime
.tv_sec
= ip
->i_d
.di_ctime
.t_sec
;
238 vap
->va_ctime
.tv_nsec
= ip
->i_d
.di_ctime
.t_nsec
;
241 * Exit for stat callers. See if any of the rest of the fields
242 * to be filled in are needed.
245 (XFS_AT_XFLAGS
|XFS_AT_EXTSIZE
|XFS_AT_NEXTENTS
|XFS_AT_ANEXTENTS
|
246 XFS_AT_GENCOUNT
|XFS_AT_VCODE
)) == 0)
250 * Convert di_flags to xflags.
252 vap
->va_xflags
= xfs_ip2xflags(ip
);
255 * Exit for inode revalidate. See if any of the rest of
256 * the fields to be filled in are needed.
259 (XFS_AT_EXTSIZE
|XFS_AT_NEXTENTS
|XFS_AT_ANEXTENTS
|
260 XFS_AT_GENCOUNT
|XFS_AT_VCODE
)) == 0)
263 vap
->va_extsize
= ip
->i_d
.di_extsize
<< mp
->m_sb
.sb_blocklog
;
265 (ip
->i_df
.if_flags
& XFS_IFEXTENTS
) ?
266 ip
->i_df
.if_bytes
/ sizeof(xfs_bmbt_rec_t
) :
270 (ip
->i_afp
->if_flags
& XFS_IFEXTENTS
) ?
271 ip
->i_afp
->if_bytes
/ sizeof(xfs_bmbt_rec_t
) :
272 ip
->i_d
.di_anextents
;
274 vap
->va_anextents
= 0;
275 vap
->va_gen
= ip
->i_d
.di_gen
;
278 if (!(flags
& ATTR_LAZY
))
279 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
305 xfs_prid_t projid
=0, iprojid
=0;
306 int mandlock_before
, mandlock_after
;
307 struct xfs_dquot
*udqp
, *gdqp
, *olddquot1
, *olddquot2
;
311 vp
= BHV_TO_VNODE(bdp
);
312 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
314 if (vp
->v_vfsp
->vfs_flag
& VFS_RDONLY
)
315 return XFS_ERROR(EROFS
);
318 * Cannot set certain attributes.
321 if (mask
& XFS_AT_NOSET
) {
322 return XFS_ERROR(EINVAL
);
325 ip
= XFS_BHVTOI(bdp
);
328 if (XFS_FORCED_SHUTDOWN(mp
))
329 return XFS_ERROR(EIO
);
332 * Timestamps do not need to be logged and hence do not
333 * need to be done within a transaction.
335 if (mask
& XFS_AT_UPDTIMES
) {
336 ASSERT((mask
& ~XFS_AT_UPDTIMES
) == 0);
337 timeflags
= ((mask
& XFS_AT_UPDATIME
) ? XFS_ICHGTIME_ACC
: 0) |
338 ((mask
& XFS_AT_UPDCTIME
) ? XFS_ICHGTIME_CHG
: 0) |
339 ((mask
& XFS_AT_UPDMTIME
) ? XFS_ICHGTIME_MOD
: 0);
340 xfs_ichgtime(ip
, timeflags
);
344 olddquot1
= olddquot2
= NULL
;
348 * If disk quotas is on, we make sure that the dquots do exist on disk,
349 * before we start any other transactions. Trying to do this later
350 * is messy. We don't care to take a readlock to look at the ids
351 * in inode here, because we can't hold it across the trans_reserve.
352 * If the IDs do change before we take the ilock, we're covered
353 * because the i_*dquot fields will get updated anyway.
355 if (XFS_IS_QUOTA_ON(mp
) &&
356 (mask
& (XFS_AT_UID
|XFS_AT_GID
|XFS_AT_PROJID
))) {
359 if ((mask
& XFS_AT_UID
) && XFS_IS_UQUOTA_ON(mp
)) {
361 qflags
|= XFS_QMOPT_UQUOTA
;
363 uid
= ip
->i_d
.di_uid
;
365 if ((mask
& XFS_AT_GID
) && XFS_IS_GQUOTA_ON(mp
)) {
367 qflags
|= XFS_QMOPT_GQUOTA
;
369 gid
= ip
->i_d
.di_gid
;
371 if ((mask
& XFS_AT_PROJID
) && XFS_IS_PQUOTA_ON(mp
)) {
372 projid
= vap
->va_projid
;
373 qflags
|= XFS_QMOPT_PQUOTA
;
375 projid
= ip
->i_d
.di_projid
;
378 * We take a reference when we initialize udqp and gdqp,
379 * so it is important that we never blindly double trip on
380 * the same variable. See xfs_create() for an example.
382 ASSERT(udqp
== NULL
);
383 ASSERT(gdqp
== NULL
);
384 code
= XFS_QM_DQVOPALLOC(mp
, ip
, uid
, gid
, projid
, qflags
,
391 * For the other attributes, we acquire the inode lock and
392 * first do an error checking pass.
395 lock_flags
= XFS_ILOCK_EXCL
;
396 ASSERT(flags
& ATTR_NOLOCK
? flags
& ATTR_DMI
: 1);
397 if (flags
& ATTR_NOLOCK
)
399 if (!(mask
& XFS_AT_SIZE
)) {
400 if ((mask
!= (XFS_AT_CTIME
|XFS_AT_ATIME
|XFS_AT_MTIME
)) ||
401 (mp
->m_flags
& XFS_MOUNT_WSYNC
)) {
402 tp
= xfs_trans_alloc(mp
, XFS_TRANS_SETATTR_NOT_SIZE
);
404 if ((code
= xfs_trans_reserve(tp
, 0,
405 XFS_ICHANGE_LOG_RES(mp
), 0,
412 if (DM_EVENT_ENABLED (vp
->v_vfsp
, ip
, DM_EVENT_TRUNCATE
) &&
413 !(flags
& ATTR_DMI
)) {
414 int dmflags
= AT_DELAY_FLAG(flags
) | DM_SEM_FLAG_WR
;
415 code
= XFS_SEND_DATA(mp
, DM_EVENT_TRUNCATE
, vp
,
416 vap
->va_size
, 0, dmflags
, NULL
);
423 lock_flags
|= XFS_IOLOCK_EXCL
;
426 xfs_ilock(ip
, lock_flags
);
428 /* boolean: are we the file owner? */
429 file_owner
= (current_fsuid(credp
) == ip
->i_d
.di_uid
);
432 * Change various properties of a file.
433 * Only the owner or users with CAP_FOWNER
434 * capability may do these things.
437 (XFS_AT_MODE
|XFS_AT_XFLAGS
|XFS_AT_EXTSIZE
|XFS_AT_UID
|
438 XFS_AT_GID
|XFS_AT_PROJID
)) {
440 * CAP_FOWNER overrides the following restrictions:
442 * The user ID of the calling process must be equal
443 * to the file owner ID, except in cases where the
444 * CAP_FSETID capability is applicable.
446 if (!file_owner
&& !capable(CAP_FOWNER
)) {
447 code
= XFS_ERROR(EPERM
);
452 * CAP_FSETID overrides the following restrictions:
454 * The effective user ID of the calling process shall match
455 * the file owner when setting the set-user-ID and
456 * set-group-ID bits on that file.
458 * The effective group ID or one of the supplementary group
459 * IDs of the calling process shall match the group owner of
460 * the file when setting the set-group-ID bit on that file
462 if (mask
& XFS_AT_MODE
) {
465 if ((vap
->va_mode
& S_ISUID
) && !file_owner
)
467 if ((vap
->va_mode
& S_ISGID
) &&
468 !in_group_p((gid_t
)ip
->i_d
.di_gid
))
471 /* Linux allows this, Irix doesn't. */
472 if ((vap
->va_mode
& S_ISVTX
) && !VN_ISDIR(vp
))
475 if (m
&& !capable(CAP_FSETID
))
481 * Change file ownership. Must be the owner or privileged.
482 * If the system was configured with the "restricted_chown"
483 * option, the owner is not permitted to give away the file,
484 * and can change the group id only to a group of which he
485 * or she is a member.
487 if (mask
& (XFS_AT_UID
|XFS_AT_GID
|XFS_AT_PROJID
)) {
489 * These IDs could have changed since we last looked at them.
490 * But, we're assured that if the ownership did change
491 * while we didn't have the inode locked, inode's dquot(s)
492 * would have changed also.
494 iuid
= ip
->i_d
.di_uid
;
495 iprojid
= ip
->i_d
.di_projid
;
496 igid
= ip
->i_d
.di_gid
;
497 gid
= (mask
& XFS_AT_GID
) ? vap
->va_gid
: igid
;
498 uid
= (mask
& XFS_AT_UID
) ? vap
->va_uid
: iuid
;
499 projid
= (mask
& XFS_AT_PROJID
) ? (xfs_prid_t
)vap
->va_projid
:
503 * CAP_CHOWN overrides the following restrictions:
505 * If _POSIX_CHOWN_RESTRICTED is defined, this capability
506 * shall override the restriction that a process cannot
507 * change the user ID of a file it owns and the restriction
508 * that the group ID supplied to the chown() function
509 * shall be equal to either the group ID or one of the
510 * supplementary group IDs of the calling process.
512 if (restricted_chown
&&
513 (iuid
!= uid
|| (igid
!= gid
&&
514 !in_group_p((gid_t
)gid
))) &&
515 !capable(CAP_CHOWN
)) {
516 code
= XFS_ERROR(EPERM
);
520 * Do a quota reservation only if uid/projid/gid is actually
523 if ((XFS_IS_UQUOTA_ON(mp
) && iuid
!= uid
) ||
524 (XFS_IS_PQUOTA_ON(mp
) && iprojid
!= projid
) ||
525 (XFS_IS_GQUOTA_ON(mp
) && igid
!= gid
)) {
527 code
= XFS_QM_DQVOPCHOWNRESV(mp
, tp
, ip
, udqp
, gdqp
,
528 capable(CAP_FOWNER
) ?
529 XFS_QMOPT_FORCE_RES
: 0);
530 if (code
) /* out of quota */
536 * Truncate file. Must have write permission and not be a directory.
538 if (mask
& XFS_AT_SIZE
) {
539 /* Short circuit the truncate case for zero length files */
540 if ((vap
->va_size
== 0) &&
541 (ip
->i_d
.di_size
== 0) && (ip
->i_d
.di_nextents
== 0)) {
542 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
543 lock_flags
&= ~XFS_ILOCK_EXCL
;
544 if (mask
& XFS_AT_CTIME
)
545 xfs_ichgtime(ip
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
551 code
= XFS_ERROR(EISDIR
);
553 } else if (!VN_ISREG(vp
)) {
554 code
= XFS_ERROR(EINVAL
);
558 * Make sure that the dquots are attached to the inode.
560 if ((code
= XFS_QM_DQATTACH(mp
, ip
, XFS_QMOPT_ILOCKED
)))
565 * Change file access or modified times.
567 if (mask
& (XFS_AT_ATIME
|XFS_AT_MTIME
)) {
569 if ((flags
& ATTR_UTIME
) &&
570 !capable(CAP_FOWNER
)) {
571 code
= XFS_ERROR(EPERM
);
578 * Change extent size or realtime flag.
580 if (mask
& (XFS_AT_EXTSIZE
|XFS_AT_XFLAGS
)) {
582 * Can't change extent size if any extents are allocated.
584 if ((ip
->i_d
.di_nextents
|| ip
->i_delayed_blks
) &&
585 (mask
& XFS_AT_EXTSIZE
) &&
586 ((ip
->i_d
.di_extsize
<< mp
->m_sb
.sb_blocklog
) !=
588 code
= XFS_ERROR(EINVAL
); /* EFBIG? */
593 * Can't set extent size unless the file is marked, or
594 * about to be marked as a realtime file.
596 * This check will be removed when fixed size extents
597 * with buffered data writes is implemented.
600 if ((mask
& XFS_AT_EXTSIZE
) &&
601 ((ip
->i_d
.di_extsize
<< mp
->m_sb
.sb_blocklog
) !=
603 (!((ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
) ||
604 ((mask
& XFS_AT_XFLAGS
) &&
605 (vap
->va_xflags
& XFS_XFLAG_REALTIME
))))) {
606 code
= XFS_ERROR(EINVAL
);
611 * Can't change realtime flag if any extents are allocated.
613 if (ip
->i_d
.di_nextents
&& (mask
& XFS_AT_XFLAGS
) &&
614 (ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
) !=
615 (vap
->va_xflags
& XFS_XFLAG_REALTIME
)) {
616 code
= XFS_ERROR(EINVAL
); /* EFBIG? */
620 * Extent size must be a multiple of the appropriate block
621 * size, if set at all.
623 if ((mask
& XFS_AT_EXTSIZE
) && vap
->va_extsize
!= 0) {
626 if ((ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
) ||
627 ((mask
& XFS_AT_XFLAGS
) &&
628 (vap
->va_xflags
& XFS_XFLAG_REALTIME
))) {
629 size
= mp
->m_sb
.sb_rextsize
<<
630 mp
->m_sb
.sb_blocklog
;
632 size
= mp
->m_sb
.sb_blocksize
;
634 if (vap
->va_extsize
% size
) {
635 code
= XFS_ERROR(EINVAL
);
640 * If realtime flag is set then must have realtime data.
642 if ((mask
& XFS_AT_XFLAGS
) &&
643 (vap
->va_xflags
& XFS_XFLAG_REALTIME
)) {
644 if ((mp
->m_sb
.sb_rblocks
== 0) ||
645 (mp
->m_sb
.sb_rextsize
== 0) ||
646 (ip
->i_d
.di_extsize
% mp
->m_sb
.sb_rextsize
)) {
647 code
= XFS_ERROR(EINVAL
);
653 * Can't modify an immutable/append-only file unless
654 * we have appropriate permission.
656 if ((mask
& XFS_AT_XFLAGS
) &&
658 (XFS_DIFLAG_IMMUTABLE
|XFS_DIFLAG_APPEND
) ||
660 (XFS_XFLAG_IMMUTABLE
| XFS_XFLAG_APPEND
))) &&
661 !capable(CAP_LINUX_IMMUTABLE
)) {
662 code
= XFS_ERROR(EPERM
);
668 * Now we can make the changes. Before we join the inode
669 * to the transaction, if XFS_AT_SIZE is set then take care of
670 * the part of the truncation that must be done without the
671 * inode lock. This needs to be done before joining the inode
672 * to the transaction, because the inode cannot be unlocked
673 * once it is a part of the transaction.
675 if (mask
& XFS_AT_SIZE
) {
677 if (vap
->va_size
> ip
->i_d
.di_size
)
678 code
= xfs_igrow_start(ip
, vap
->va_size
, credp
);
679 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
681 code
= xfs_itruncate_data(ip
, vap
->va_size
);
684 lock_flags
&= ~XFS_ILOCK_EXCL
;
685 ASSERT(lock_flags
== XFS_IOLOCK_EXCL
);
688 tp
= xfs_trans_alloc(mp
, XFS_TRANS_SETATTR_SIZE
);
689 if ((code
= xfs_trans_reserve(tp
, 0,
690 XFS_ITRUNCATE_LOG_RES(mp
), 0,
691 XFS_TRANS_PERM_LOG_RES
,
692 XFS_ITRUNCATE_LOG_COUNT
))) {
693 xfs_trans_cancel(tp
, 0);
695 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
698 commit_flags
= XFS_TRANS_RELEASE_LOG_RES
;
699 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
703 xfs_trans_ijoin(tp
, ip
, lock_flags
);
704 xfs_trans_ihold(tp
, ip
);
707 /* determine whether mandatory locking mode changes */
708 mandlock_before
= MANDLOCK(vp
, ip
->i_d
.di_mode
);
711 * Truncate file. Must have write permission and not be a directory.
713 if (mask
& XFS_AT_SIZE
) {
714 if (vap
->va_size
> ip
->i_d
.di_size
) {
715 xfs_igrow_finish(tp
, ip
, vap
->va_size
,
716 !(flags
& ATTR_DMI
));
717 } else if ((vap
->va_size
<= ip
->i_d
.di_size
) ||
718 ((vap
->va_size
== 0) && ip
->i_d
.di_nextents
)) {
720 * signal a sync transaction unless
721 * we're truncating an already unlinked
722 * file on a wsync filesystem
724 code
= xfs_itruncate_finish(&tp
, ip
,
725 (xfs_fsize_t
)vap
->va_size
,
727 ((ip
->i_d
.di_nlink
!= 0 ||
728 !(mp
->m_flags
& XFS_MOUNT_WSYNC
))
735 * Have to do this even if the file's size doesn't change.
737 timeflags
|= XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
;
741 * Change file access modes.
743 if (mask
& XFS_AT_MODE
) {
744 ip
->i_d
.di_mode
&= S_IFMT
;
745 ip
->i_d
.di_mode
|= vap
->va_mode
& ~S_IFMT
;
747 xfs_trans_log_inode (tp
, ip
, XFS_ILOG_CORE
);
748 timeflags
|= XFS_ICHGTIME_CHG
;
752 * Change file ownership. Must be the owner or privileged.
753 * If the system was configured with the "restricted_chown"
754 * option, the owner is not permitted to give away the file,
755 * and can change the group id only to a group of which he
756 * or she is a member.
758 if (mask
& (XFS_AT_UID
|XFS_AT_GID
|XFS_AT_PROJID
)) {
760 * CAP_FSETID overrides the following restrictions:
762 * The set-user-ID and set-group-ID bits of a file will be
763 * cleared upon successful return from chown()
765 if ((ip
->i_d
.di_mode
& (S_ISUID
|S_ISGID
)) &&
766 !capable(CAP_FSETID
)) {
767 ip
->i_d
.di_mode
&= ~(S_ISUID
|S_ISGID
);
771 * Change the ownerships and register quota modifications
772 * in the transaction.
775 if (XFS_IS_UQUOTA_ON(mp
)) {
776 ASSERT(mask
& XFS_AT_UID
);
778 olddquot1
= XFS_QM_DQVOPCHOWN(mp
, tp
, ip
,
779 &ip
->i_udquot
, udqp
);
781 ip
->i_d
.di_uid
= uid
;
784 if (XFS_IS_GQUOTA_ON(mp
)) {
785 ASSERT(!XFS_IS_PQUOTA_ON(mp
));
786 ASSERT(mask
& XFS_AT_GID
);
788 olddquot2
= XFS_QM_DQVOPCHOWN(mp
, tp
, ip
,
789 &ip
->i_gdquot
, gdqp
);
791 ip
->i_d
.di_gid
= gid
;
793 if (iprojid
!= projid
) {
794 if (XFS_IS_PQUOTA_ON(mp
)) {
795 ASSERT(!XFS_IS_GQUOTA_ON(mp
));
796 ASSERT(mask
& XFS_AT_PROJID
);
798 olddquot2
= XFS_QM_DQVOPCHOWN(mp
, tp
, ip
,
799 &ip
->i_gdquot
, gdqp
);
801 ip
->i_d
.di_projid
= projid
;
803 * We may have to rev the inode as well as
804 * the superblock version number since projids didn't
805 * exist before DINODE_VERSION_2 and SB_VERSION_NLINK.
807 if (ip
->i_d
.di_version
== XFS_DINODE_VERSION_1
)
808 xfs_bump_ino_vers2(tp
, ip
);
811 xfs_trans_log_inode (tp
, ip
, XFS_ILOG_CORE
);
812 timeflags
|= XFS_ICHGTIME_CHG
;
817 * Change file access or modified times.
819 if (mask
& (XFS_AT_ATIME
|XFS_AT_MTIME
)) {
820 if (mask
& XFS_AT_ATIME
) {
821 ip
->i_d
.di_atime
.t_sec
= vap
->va_atime
.tv_sec
;
822 ip
->i_d
.di_atime
.t_nsec
= vap
->va_atime
.tv_nsec
;
823 ip
->i_update_core
= 1;
824 timeflags
&= ~XFS_ICHGTIME_ACC
;
826 if (mask
& XFS_AT_MTIME
) {
827 ip
->i_d
.di_mtime
.t_sec
= vap
->va_mtime
.tv_sec
;
828 ip
->i_d
.di_mtime
.t_nsec
= vap
->va_mtime
.tv_nsec
;
829 timeflags
&= ~XFS_ICHGTIME_MOD
;
830 timeflags
|= XFS_ICHGTIME_CHG
;
832 if (tp
&& (flags
& ATTR_UTIME
))
833 xfs_trans_log_inode (tp
, ip
, XFS_ILOG_CORE
);
837 * Change XFS-added attributes.
839 if (mask
& (XFS_AT_EXTSIZE
|XFS_AT_XFLAGS
)) {
840 if (mask
& XFS_AT_EXTSIZE
) {
842 * Converting bytes to fs blocks.
844 ip
->i_d
.di_extsize
= vap
->va_extsize
>>
845 mp
->m_sb
.sb_blocklog
;
847 if (mask
& XFS_AT_XFLAGS
) {
850 /* can't set PREALLOC this way, just preserve it */
851 di_flags
= (ip
->i_d
.di_flags
& XFS_DIFLAG_PREALLOC
);
852 if (vap
->va_xflags
& XFS_XFLAG_IMMUTABLE
)
853 di_flags
|= XFS_DIFLAG_IMMUTABLE
;
854 if (vap
->va_xflags
& XFS_XFLAG_APPEND
)
855 di_flags
|= XFS_DIFLAG_APPEND
;
856 if (vap
->va_xflags
& XFS_XFLAG_SYNC
)
857 di_flags
|= XFS_DIFLAG_SYNC
;
858 if (vap
->va_xflags
& XFS_XFLAG_NOATIME
)
859 di_flags
|= XFS_DIFLAG_NOATIME
;
860 if (vap
->va_xflags
& XFS_XFLAG_NODUMP
)
861 di_flags
|= XFS_DIFLAG_NODUMP
;
862 if (vap
->va_xflags
& XFS_XFLAG_PROJINHERIT
)
863 di_flags
|= XFS_DIFLAG_PROJINHERIT
;
864 if ((ip
->i_d
.di_mode
& S_IFMT
) == S_IFDIR
) {
865 if (vap
->va_xflags
& XFS_XFLAG_RTINHERIT
)
866 di_flags
|= XFS_DIFLAG_RTINHERIT
;
867 if (vap
->va_xflags
& XFS_XFLAG_NOSYMLINKS
)
868 di_flags
|= XFS_DIFLAG_NOSYMLINKS
;
870 if (vap
->va_xflags
& XFS_XFLAG_REALTIME
) {
871 di_flags
|= XFS_DIFLAG_REALTIME
;
872 ip
->i_iocore
.io_flags
|= XFS_IOCORE_RT
;
874 ip
->i_iocore
.io_flags
&= ~XFS_IOCORE_RT
;
877 ip
->i_d
.di_flags
= di_flags
;
879 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
880 timeflags
|= XFS_ICHGTIME_CHG
;
884 * Change file inode change time only if XFS_AT_CTIME set
885 * AND we have been called by a DMI function.
888 if ( (flags
& ATTR_DMI
) && (mask
& XFS_AT_CTIME
) ) {
889 ip
->i_d
.di_ctime
.t_sec
= vap
->va_ctime
.tv_sec
;
890 ip
->i_d
.di_ctime
.t_nsec
= vap
->va_ctime
.tv_nsec
;
891 ip
->i_update_core
= 1;
892 timeflags
&= ~XFS_ICHGTIME_CHG
;
896 * Send out timestamp changes that need to be set to the
897 * current time. Not done when called by a DMI function.
899 if (timeflags
&& !(flags
& ATTR_DMI
))
900 xfs_ichgtime(ip
, timeflags
);
902 XFS_STATS_INC(xs_ig_attrchg
);
905 * If this is a synchronous mount, make sure that the
906 * transaction goes to disk before returning to the user.
907 * This is slightly sub-optimal in that truncates require
908 * two sync transactions instead of one for wsync filesytems.
909 * One for the truncate and one for the timestamps since we
910 * don't want to change the timestamps unless we're sure the
911 * truncate worked. Truncates are less than 1% of the laddis
912 * mix so this probably isn't worth the trouble to optimize.
916 if (mp
->m_flags
& XFS_MOUNT_WSYNC
)
917 xfs_trans_set_sync(tp
);
919 code
= xfs_trans_commit(tp
, commit_flags
, NULL
);
923 * If the (regular) file's mandatory locking mode changed, then
924 * notify the vnode. We do this under the inode lock to prevent
925 * racing calls to vop_vnode_change.
927 mandlock_after
= MANDLOCK(vp
, ip
->i_d
.di_mode
);
928 if (mandlock_before
!= mandlock_after
) {
929 VOP_VNODE_CHANGE(vp
, VCHANGE_FLAGS_ENF_LOCKING
,
933 xfs_iunlock(ip
, lock_flags
);
936 * Release any dquot(s) the inode had kept before chown.
938 XFS_QM_DQRELE(mp
, olddquot1
);
939 XFS_QM_DQRELE(mp
, olddquot2
);
940 XFS_QM_DQRELE(mp
, udqp
);
941 XFS_QM_DQRELE(mp
, gdqp
);
947 if (DM_EVENT_ENABLED(vp
->v_vfsp
, ip
, DM_EVENT_ATTRIBUTE
) &&
948 !(flags
& ATTR_DMI
)) {
949 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_ATTRIBUTE
, vp
, DM_RIGHT_NULL
,
950 NULL
, DM_RIGHT_NULL
, NULL
, NULL
,
951 0, 0, AT_DELAY_FLAG(flags
));
956 commit_flags
|= XFS_TRANS_ABORT
;
959 XFS_QM_DQRELE(mp
, udqp
);
960 XFS_QM_DQRELE(mp
, gdqp
);
962 xfs_trans_cancel(tp
, commit_flags
);
964 if (lock_flags
!= 0) {
965 xfs_iunlock(ip
, lock_flags
);
973 * Null conversion from vnode mode bits to inode mode bits, as in efs.
984 vn_trace_entry(BHV_TO_VNODE(bdp
), __FUNCTION__
,
985 (inst_t
*)__return_address
);
987 ip
= XFS_BHVTOI(bdp
);
988 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
989 error
= xfs_iaccess(ip
, mode
, credp
);
990 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
1014 xfs_bmbt_irec_t mval
[SYMLINK_MAPS
];
1020 vp
= BHV_TO_VNODE(bdp
);
1021 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
1023 ip
= XFS_BHVTOI(bdp
);
1026 if (XFS_FORCED_SHUTDOWN(mp
))
1027 return XFS_ERROR(EIO
);
1029 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
1031 ASSERT((ip
->i_d
.di_mode
& S_IFMT
) == S_IFLNK
);
1033 offset
= uiop
->uio_offset
;
1034 count
= uiop
->uio_resid
;
1037 error
= XFS_ERROR(EINVAL
);
1045 if (!(ioflags
& IO_INVIS
)) {
1046 xfs_ichgtime(ip
, XFS_ICHGTIME_ACC
);
1050 * See if the symlink is stored inline.
1052 pathlen
= (int)ip
->i_d
.di_size
;
1054 if (ip
->i_df
.if_flags
& XFS_IFINLINE
) {
1055 error
= uio_read(ip
->i_df
.if_u1
.if_data
, pathlen
, uiop
);
1059 * Symlink not inline. Call bmap to get it in.
1061 nmaps
= SYMLINK_MAPS
;
1063 error
= xfs_bmapi(NULL
, ip
, 0, XFS_B_TO_FSB(mp
, pathlen
),
1064 0, NULL
, 0, mval
, &nmaps
, NULL
);
1070 for (n
= 0; n
< nmaps
; n
++) {
1071 d
= XFS_FSB_TO_DADDR(mp
, mval
[n
].br_startblock
);
1072 byte_cnt
= XFS_FSB_TO_B(mp
, mval
[n
].br_blockcount
);
1073 bp
= xfs_buf_read(mp
->m_ddev_targp
, d
,
1074 BTOBB(byte_cnt
), 0);
1075 error
= XFS_BUF_GETERROR(bp
);
1077 xfs_ioerror_alert("xfs_readlink",
1078 ip
->i_mount
, bp
, XFS_BUF_ADDR(bp
));
1082 if (pathlen
< byte_cnt
)
1084 pathlen
-= byte_cnt
;
1086 error
= uio_read(XFS_BUF_PTR(bp
), byte_cnt
, uiop
);
1095 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
1104 * This is called to sync the inode and its data out to disk.
1105 * We need to hold the I/O lock while flushing the data, and
1106 * the inode lock while flushing the inode. The inode lock CANNOT
1107 * be held while flushing the data, so acquire after we're done
1122 vn_trace_entry(BHV_TO_VNODE(bdp
),
1123 __FUNCTION__
, (inst_t
*)__return_address
);
1125 ip
= XFS_BHVTOI(bdp
);
1127 ASSERT(start
>= 0 && stop
>= -1);
1129 if (XFS_FORCED_SHUTDOWN(ip
->i_mount
))
1130 return XFS_ERROR(EIO
);
1133 * We always need to make sure that the required inode state
1134 * is safe on disk. The vnode might be clean but because
1135 * of committed transactions that haven't hit the disk yet.
1136 * Likewise, there could be unflushed non-transactional
1137 * changes to the inode core that have to go to disk.
1139 * The following code depends on one assumption: that
1140 * any transaction that changes an inode logs the core
1141 * because it has to change some field in the inode core
1142 * (typically nextents or nblocks). That assumption
1143 * implies that any transactions against an inode will
1144 * catch any non-transactional updates. If inode-altering
1145 * transactions exist that violate this assumption, the
1146 * code breaks. Right now, it figures that if the involved
1147 * update_* field is clear and the inode is unpinned, the
1148 * inode is clean. Either it's been flushed or it's been
1149 * committed and the commit has hit the disk unpinning the inode.
1150 * (Note that xfs_inode_item_format() called at commit clears
1151 * the update_* fields.)
1153 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
1155 /* If we are flushing data then we care about update_size
1156 * being set, otherwise we care about update_core
1158 if ((flag
& FSYNC_DATA
) ?
1159 (ip
->i_update_size
== 0) :
1160 (ip
->i_update_core
== 0)) {
1162 * Timestamps/size haven't changed since last inode
1163 * flush or inode transaction commit. That means
1164 * either nothing got written or a transaction
1165 * committed which caught the updates. If the
1166 * latter happened and the transaction hasn't
1167 * hit the disk yet, the inode will be still
1168 * be pinned. If it is, force the log.
1171 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
1173 if (xfs_ipincount(ip
)) {
1174 xfs_log_force(ip
->i_mount
, (xfs_lsn_t
)0,
1176 ((flag
& FSYNC_WAIT
)
1177 ? XFS_LOG_SYNC
: 0));
1182 * Kick off a transaction to log the inode
1183 * core to get the updates. Make it
1184 * sync if FSYNC_WAIT is passed in (which
1185 * is done by everybody but specfs). The
1186 * sync transaction will also force the log.
1188 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
1189 tp
= xfs_trans_alloc(ip
->i_mount
, XFS_TRANS_FSYNC_TS
);
1190 if ((error
= xfs_trans_reserve(tp
, 0,
1191 XFS_FSYNC_TS_LOG_RES(ip
->i_mount
),
1193 xfs_trans_cancel(tp
, 0);
1196 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
1199 * Note - it's possible that we might have pushed
1200 * ourselves out of the way during trans_reserve
1201 * which would flush the inode. But there's no
1202 * guarantee that the inode buffer has actually
1203 * gone out yet (it's delwri). Plus the buffer
1204 * could be pinned anyway if it's part of an
1205 * inode in another recent transaction. So we
1206 * play it safe and fire off the transaction anyway.
1208 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
1209 xfs_trans_ihold(tp
, ip
);
1210 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
1211 if (flag
& FSYNC_WAIT
)
1212 xfs_trans_set_sync(tp
);
1213 error
= xfs_trans_commit(tp
, 0, NULL
);
1215 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
1221 * This is called by xfs_inactive to free any blocks beyond eof,
1222 * when the link count isn't zero.
1225 xfs_inactive_free_eofblocks(
1231 xfs_fileoff_t end_fsb
;
1232 xfs_fileoff_t last_fsb
;
1233 xfs_filblks_t map_len
;
1235 xfs_bmbt_irec_t imap
;
1238 * Figure out if there are any blocks beyond the end
1239 * of the file. If not, then there is nothing to do.
1241 end_fsb
= XFS_B_TO_FSB(mp
, ((xfs_ufsize_t
)ip
->i_d
.di_size
));
1242 last_fsb
= XFS_B_TO_FSB(mp
, (xfs_ufsize_t
)XFS_MAXIOFFSET(mp
));
1243 map_len
= last_fsb
- end_fsb
;
1248 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
1249 error
= xfs_bmapi(NULL
, ip
, end_fsb
, map_len
, 0,
1250 NULL
, 0, &imap
, &nimaps
, NULL
);
1251 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
1253 if (!error
&& (nimaps
!= 0) &&
1254 (imap
.br_startblock
!= HOLESTARTBLOCK
)) {
1256 * Attach the dquots to the inode up front.
1258 if ((error
= XFS_QM_DQATTACH(mp
, ip
, 0)))
1262 * There are blocks after the end of file.
1263 * Free them up now by truncating the file to
1266 tp
= xfs_trans_alloc(mp
, XFS_TRANS_INACTIVE
);
1269 * Do the xfs_itruncate_start() call before
1270 * reserving any log space because
1271 * itruncate_start will call into the buffer
1272 * cache and we can't
1273 * do that within a transaction.
1275 xfs_ilock(ip
, XFS_IOLOCK_EXCL
);
1276 xfs_itruncate_start(ip
, XFS_ITRUNC_DEFINITE
,
1279 error
= xfs_trans_reserve(tp
, 0,
1280 XFS_ITRUNCATE_LOG_RES(mp
),
1281 0, XFS_TRANS_PERM_LOG_RES
,
1282 XFS_ITRUNCATE_LOG_COUNT
);
1284 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1285 xfs_trans_cancel(tp
, 0);
1286 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
1290 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
1291 xfs_trans_ijoin(tp
, ip
,
1294 xfs_trans_ihold(tp
, ip
);
1296 error
= xfs_itruncate_finish(&tp
, ip
,
1301 * If we get an error at this point we
1302 * simply don't bother truncating the file.
1305 xfs_trans_cancel(tp
,
1306 (XFS_TRANS_RELEASE_LOG_RES
|
1309 error
= xfs_trans_commit(tp
,
1310 XFS_TRANS_RELEASE_LOG_RES
,
1313 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1319 * Free a symlink that has blocks associated with it.
1322 xfs_inactive_symlink_rmt(
1330 xfs_fsblock_t first_block
;
1331 xfs_bmap_free_t free_list
;
1334 xfs_bmbt_irec_t mval
[SYMLINK_MAPS
];
1342 ASSERT(ip
->i_d
.di_size
> XFS_IFORK_DSIZE(ip
));
1344 * We're freeing a symlink that has some
1345 * blocks allocated to it. Free the
1346 * blocks here. We know that we've got
1347 * either 1 or 2 extents and that we can
1348 * free them all in one bunmapi call.
1350 ASSERT(ip
->i_d
.di_nextents
> 0 && ip
->i_d
.di_nextents
<= 2);
1351 if ((error
= xfs_trans_reserve(tp
, 0, XFS_ITRUNCATE_LOG_RES(mp
), 0,
1352 XFS_TRANS_PERM_LOG_RES
, XFS_ITRUNCATE_LOG_COUNT
))) {
1353 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1354 xfs_trans_cancel(tp
, 0);
1359 * Lock the inode, fix the size, and join it to the transaction.
1360 * Hold it so in the normal path, we still have it locked for
1361 * the second transaction. In the error paths we need it
1362 * held so the cancel won't rele it, see below.
1364 xfs_ilock(ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1365 size
= (int)ip
->i_d
.di_size
;
1366 ip
->i_d
.di_size
= 0;
1367 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
| XFS_IOLOCK_EXCL
);
1368 xfs_trans_ihold(tp
, ip
);
1369 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
1371 * Find the block(s) so we can inval and unmap them.
1374 XFS_BMAP_INIT(&free_list
, &first_block
);
1375 nmaps
= sizeof(mval
) / sizeof(mval
[0]);
1376 if ((error
= xfs_bmapi(tp
, ip
, 0, XFS_B_TO_FSB(mp
, size
),
1377 XFS_BMAPI_METADATA
, &first_block
, 0, mval
, &nmaps
,
1381 * Invalidate the block(s).
1383 for (i
= 0; i
< nmaps
; i
++) {
1384 bp
= xfs_trans_get_buf(tp
, mp
->m_ddev_targp
,
1385 XFS_FSB_TO_DADDR(mp
, mval
[i
].br_startblock
),
1386 XFS_FSB_TO_BB(mp
, mval
[i
].br_blockcount
), 0);
1387 xfs_trans_binval(tp
, bp
);
1390 * Unmap the dead block(s) to the free_list.
1392 if ((error
= xfs_bunmapi(tp
, ip
, 0, size
, XFS_BMAPI_METADATA
, nmaps
,
1393 &first_block
, &free_list
, &done
)))
1397 * Commit the first transaction. This logs the EFI and the inode.
1399 if ((error
= xfs_bmap_finish(&tp
, &free_list
, first_block
, &committed
)))
1402 * The transaction must have been committed, since there were
1403 * actually extents freed by xfs_bunmapi. See xfs_bmap_finish.
1404 * The new tp has the extent freeing and EFDs.
1408 * The first xact was committed, so add the inode to the new one.
1409 * Mark it dirty so it will be logged and moved forward in the log as
1410 * part of every commit.
1412 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
| XFS_IOLOCK_EXCL
);
1413 xfs_trans_ihold(tp
, ip
);
1414 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
1416 * Get a new, empty transaction to return to our caller.
1418 ntp
= xfs_trans_dup(tp
);
1420 * Commit the transaction containing extent freeing and EFD's.
1421 * If we get an error on the commit here or on the reserve below,
1422 * we need to unlock the inode since the new transaction doesn't
1423 * have the inode attached.
1425 error
= xfs_trans_commit(tp
, 0, NULL
);
1428 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1432 * Remove the memory for extent descriptions (just bookkeeping).
1434 if (ip
->i_df
.if_bytes
)
1435 xfs_idata_realloc(ip
, -ip
->i_df
.if_bytes
, XFS_DATA_FORK
);
1436 ASSERT(ip
->i_df
.if_bytes
== 0);
1438 * Put an itruncate log reservation in the new transaction
1441 if ((error
= xfs_trans_reserve(tp
, 0, XFS_ITRUNCATE_LOG_RES(mp
), 0,
1442 XFS_TRANS_PERM_LOG_RES
, XFS_ITRUNCATE_LOG_COUNT
))) {
1443 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1447 * Return with the inode locked but not joined to the transaction.
1453 xfs_bmap_cancel(&free_list
);
1456 * Have to come here with the inode locked and either
1457 * (held and in the transaction) or (not in the transaction).
1458 * If the inode isn't held then cancel would iput it, but
1459 * that's wrong since this is inactive and the vnode ref
1460 * count is 0 already.
1461 * Cancel won't do anything to the inode if held, but it still
1462 * needs to be locked until the cancel is done, if it was
1463 * joined to the transaction.
1465 xfs_trans_cancel(tp
, XFS_TRANS_RELEASE_LOG_RES
| XFS_TRANS_ABORT
);
1466 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1473 xfs_inactive_symlink_local(
1479 ASSERT(ip
->i_d
.di_size
<= XFS_IFORK_DSIZE(ip
));
1481 * We're freeing a symlink which fit into
1482 * the inode. Just free the memory used
1483 * to hold the old symlink.
1485 error
= xfs_trans_reserve(*tpp
, 0,
1486 XFS_ITRUNCATE_LOG_RES(ip
->i_mount
),
1487 0, XFS_TRANS_PERM_LOG_RES
,
1488 XFS_ITRUNCATE_LOG_COUNT
);
1491 xfs_trans_cancel(*tpp
, 0);
1495 xfs_ilock(ip
, XFS_ILOCK_EXCL
| XFS_IOLOCK_EXCL
);
1498 * Zero length symlinks _can_ exist.
1500 if (ip
->i_df
.if_bytes
> 0) {
1501 xfs_idata_realloc(ip
,
1502 -(ip
->i_df
.if_bytes
),
1504 ASSERT(ip
->i_df
.if_bytes
== 0);
1521 ASSERT(ismrlocked(&ip
->i_iolock
, MR_UPDATE
));
1524 ASSERT(ip
->i_d
.di_forkoff
!= 0);
1525 xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
1526 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
1528 error
= xfs_attr_inactive(ip
);
1531 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
1532 return (error
); /* goto out*/
1535 tp
= xfs_trans_alloc(mp
, XFS_TRANS_INACTIVE
);
1536 error
= xfs_trans_reserve(tp
, 0,
1537 XFS_IFREE_LOG_RES(mp
),
1538 0, XFS_TRANS_PERM_LOG_RES
,
1539 XFS_INACTIVE_LOG_COUNT
);
1541 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1542 xfs_trans_cancel(tp
, 0);
1544 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
1548 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
1549 xfs_trans_ijoin(tp
, ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1550 xfs_trans_ihold(tp
, ip
);
1551 xfs_idestroy_fork(ip
, XFS_ATTR_FORK
);
1553 ASSERT(ip
->i_d
.di_anextents
== 0);
1568 vp
= BHV_TO_VNODE(bdp
);
1569 ip
= XFS_BHVTOI(bdp
);
1571 if (!VN_ISREG(vp
) || (ip
->i_d
.di_mode
== 0)) {
1575 /* If this is a read-only mount, don't do this (would generate I/O) */
1576 if (vp
->v_vfsp
->vfs_flag
& VFS_RDONLY
)
1579 #ifdef HAVE_REFCACHE
1580 /* If we are in the NFS reference cache then don't do this now */
1587 if (ip
->i_d
.di_nlink
!= 0) {
1588 if ((((ip
->i_d
.di_mode
& S_IFMT
) == S_IFREG
) &&
1589 ((ip
->i_d
.di_size
> 0) || (VN_CACHED(vp
) > 0)) &&
1590 (ip
->i_df
.if_flags
& XFS_IFEXTENTS
)) &&
1591 (!(ip
->i_d
.di_flags
& (XFS_DIFLAG_PREALLOC
|XFS_DIFLAG_APPEND
)))) {
1592 if ((error
= xfs_inactive_free_eofblocks(mp
, ip
)))
1594 /* Update linux inode block count after free above */
1595 LINVFS_GET_IP(vp
)->i_blocks
= XFS_FSB_TO_BB(mp
,
1596 ip
->i_d
.di_nblocks
+ ip
->i_delayed_blks
);
1606 * This is called when the vnode reference count for the vnode
1607 * goes to zero. If the file has been unlinked, then it must
1608 * now be truncated. Also, we clear all of the read-ahead state
1609 * kept for the inode here since the file is now closed.
1618 xfs_bmap_free_t free_list
;
1619 xfs_fsblock_t first_block
;
1626 vp
= BHV_TO_VNODE(bdp
);
1627 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
1629 ip
= XFS_BHVTOI(bdp
);
1632 * If the inode is already free, then there can be nothing
1635 if (ip
->i_d
.di_mode
== 0 || VN_BAD(vp
)) {
1636 ASSERT(ip
->i_df
.if_real_bytes
== 0);
1637 ASSERT(ip
->i_df
.if_broot_bytes
== 0);
1638 return VN_INACTIVE_CACHE
;
1642 * Only do a truncate if it's a regular file with
1643 * some actual space in it. It's OK to look at the
1644 * inode's fields without the lock because we're the
1645 * only one with a reference to the inode.
1647 truncate
= ((ip
->i_d
.di_nlink
== 0) &&
1648 ((ip
->i_d
.di_size
!= 0) || (ip
->i_d
.di_nextents
> 0)) &&
1649 ((ip
->i_d
.di_mode
& S_IFMT
) == S_IFREG
));
1653 if (ip
->i_d
.di_nlink
== 0 &&
1654 DM_EVENT_ENABLED(vp
->v_vfsp
, ip
, DM_EVENT_DESTROY
)) {
1655 (void) XFS_SEND_DESTROY(mp
, vp
, DM_RIGHT_NULL
);
1660 /* If this is a read-only mount, don't do this (would generate I/O) */
1661 if (vp
->v_vfsp
->vfs_flag
& VFS_RDONLY
)
1664 if (ip
->i_d
.di_nlink
!= 0) {
1665 if ((((ip
->i_d
.di_mode
& S_IFMT
) == S_IFREG
) &&
1666 ((ip
->i_d
.di_size
> 0) || (VN_CACHED(vp
) > 0)) &&
1667 (ip
->i_df
.if_flags
& XFS_IFEXTENTS
)) &&
1668 (!(ip
->i_d
.di_flags
& (XFS_DIFLAG_PREALLOC
|XFS_DIFLAG_APPEND
)) ||
1669 (ip
->i_delayed_blks
!= 0))) {
1670 if ((error
= xfs_inactive_free_eofblocks(mp
, ip
)))
1671 return (VN_INACTIVE_CACHE
);
1672 /* Update linux inode block count after free above */
1673 LINVFS_GET_IP(vp
)->i_blocks
= XFS_FSB_TO_BB(mp
,
1674 ip
->i_d
.di_nblocks
+ ip
->i_delayed_blks
);
1679 ASSERT(ip
->i_d
.di_nlink
== 0);
1681 if ((error
= XFS_QM_DQATTACH(mp
, ip
, 0)))
1682 return (VN_INACTIVE_CACHE
);
1684 tp
= xfs_trans_alloc(mp
, XFS_TRANS_INACTIVE
);
1687 * Do the xfs_itruncate_start() call before
1688 * reserving any log space because itruncate_start
1689 * will call into the buffer cache and we can't
1690 * do that within a transaction.
1692 xfs_ilock(ip
, XFS_IOLOCK_EXCL
);
1694 xfs_itruncate_start(ip
, XFS_ITRUNC_DEFINITE
, 0);
1696 error
= xfs_trans_reserve(tp
, 0,
1697 XFS_ITRUNCATE_LOG_RES(mp
),
1698 0, XFS_TRANS_PERM_LOG_RES
,
1699 XFS_ITRUNCATE_LOG_COUNT
);
1701 /* Don't call itruncate_cleanup */
1702 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1703 xfs_trans_cancel(tp
, 0);
1704 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
1705 return (VN_INACTIVE_CACHE
);
1708 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
1709 xfs_trans_ijoin(tp
, ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1710 xfs_trans_ihold(tp
, ip
);
1713 * normally, we have to run xfs_itruncate_finish sync.
1714 * But if filesystem is wsync and we're in the inactive
1715 * path, then we know that nlink == 0, and that the
1716 * xaction that made nlink == 0 is permanently committed
1717 * since xfs_remove runs as a synchronous transaction.
1719 error
= xfs_itruncate_finish(&tp
, ip
, 0, XFS_DATA_FORK
,
1720 (!(mp
->m_flags
& XFS_MOUNT_WSYNC
) ? 1 : 0));
1723 xfs_trans_cancel(tp
,
1724 XFS_TRANS_RELEASE_LOG_RES
| XFS_TRANS_ABORT
);
1725 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1726 return (VN_INACTIVE_CACHE
);
1728 } else if ((ip
->i_d
.di_mode
& S_IFMT
) == S_IFLNK
) {
1731 * If we get an error while cleaning up a
1732 * symlink we bail out.
1734 error
= (ip
->i_d
.di_size
> XFS_IFORK_DSIZE(ip
)) ?
1735 xfs_inactive_symlink_rmt(ip
, &tp
) :
1736 xfs_inactive_symlink_local(ip
, &tp
);
1740 return (VN_INACTIVE_CACHE
);
1743 xfs_trans_ijoin(tp
, ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1744 xfs_trans_ihold(tp
, ip
);
1746 error
= xfs_trans_reserve(tp
, 0,
1747 XFS_IFREE_LOG_RES(mp
),
1748 0, XFS_TRANS_PERM_LOG_RES
,
1749 XFS_INACTIVE_LOG_COUNT
);
1751 ASSERT(XFS_FORCED_SHUTDOWN(mp
));
1752 xfs_trans_cancel(tp
, 0);
1753 return (VN_INACTIVE_CACHE
);
1756 xfs_ilock(ip
, XFS_ILOCK_EXCL
| XFS_IOLOCK_EXCL
);
1757 xfs_trans_ijoin(tp
, ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1758 xfs_trans_ihold(tp
, ip
);
1762 * If there are attributes associated with the file
1763 * then blow them away now. The code calls a routine
1764 * that recursively deconstructs the attribute fork.
1765 * We need to just commit the current transaction
1766 * because we can't use it for xfs_attr_inactive().
1768 if (ip
->i_d
.di_anextents
> 0) {
1769 error
= xfs_inactive_attrs(ip
, &tp
);
1771 * If we got an error, the transaction is already
1772 * cancelled, and the inode is unlocked. Just get out.
1775 return (VN_INACTIVE_CACHE
);
1776 } else if (ip
->i_afp
) {
1777 xfs_idestroy_fork(ip
, XFS_ATTR_FORK
);
1783 XFS_BMAP_INIT(&free_list
, &first_block
);
1784 error
= xfs_ifree(tp
, ip
, &free_list
);
1787 * If we fail to free the inode, shut down. The cancel
1788 * might do that, we need to make sure. Otherwise the
1789 * inode might be lost for a long time or forever.
1791 if (!XFS_FORCED_SHUTDOWN(mp
)) {
1793 "xfs_inactive: xfs_ifree() returned an error = %d on %s",
1794 error
, mp
->m_fsname
);
1795 xfs_force_shutdown(mp
, XFS_METADATA_IO_ERROR
);
1797 xfs_trans_cancel(tp
, XFS_TRANS_RELEASE_LOG_RES
|XFS_TRANS_ABORT
);
1800 * Credit the quota account(s). The inode is gone.
1802 XFS_TRANS_MOD_DQUOT_BYINO(mp
, tp
, ip
, XFS_TRANS_DQ_ICOUNT
, -1);
1805 * Just ignore errors at this point. There is
1806 * nothing we can do except to try to keep going.
1808 (void) xfs_bmap_finish(&tp
, &free_list
, first_block
,
1810 (void) xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
1813 * Release the dquots held by inode, if any.
1815 XFS_QM_DQDETACH(mp
, ip
);
1817 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
| XFS_ILOCK_EXCL
);
1820 return VN_INACTIVE_CACHE
;
1829 bhv_desc_t
*dir_bdp
,
1836 xfs_inode_t
*dp
, *ip
;
1842 dir_vp
= BHV_TO_VNODE(dir_bdp
);
1843 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
1845 dp
= XFS_BHVTOI(dir_bdp
);
1847 if (XFS_FORCED_SHUTDOWN(dp
->i_mount
))
1848 return XFS_ERROR(EIO
);
1850 lock_mode
= xfs_ilock_map_shared(dp
);
1851 error
= xfs_dir_lookup_int(dir_bdp
, lock_mode
, dentry
, &e_inum
, &ip
);
1853 *vpp
= XFS_ITOV(ip
);
1856 xfs_iunlock_map_shared(dp
, lock_mode
);
1862 * xfs_create (create a new file).
1866 bhv_desc_t
*dir_bdp
,
1872 char *name
= VNAME(dentry
);
1874 xfs_inode_t
*dp
, *ip
;
1880 xfs_bmap_free_t free_list
;
1881 xfs_fsblock_t first_block
;
1882 boolean_t dp_joined_to_trans
;
1883 int dm_event_sent
= 0;
1887 struct xfs_dquot
*udqp
, *gdqp
;
1893 dir_vp
= BHV_TO_VNODE(dir_bdp
);
1894 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
1896 dp
= XFS_BHVTOI(dir_bdp
);
1899 dm_di_mode
= vap
->va_mode
;
1900 namelen
= VNAMELEN(dentry
);
1902 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_CREATE
)) {
1903 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_CREATE
,
1904 dir_vp
, DM_RIGHT_NULL
, NULL
,
1905 DM_RIGHT_NULL
, name
, NULL
,
1913 if (XFS_FORCED_SHUTDOWN(mp
))
1914 return XFS_ERROR(EIO
);
1916 /* Return through std_return after this point. */
1919 if (dp
->i_d
.di_flags
& XFS_DIFLAG_PROJINHERIT
)
1920 prid
= dp
->i_d
.di_projid
;
1921 else if (vap
->va_mask
& XFS_AT_PROJID
)
1922 prid
= (xfs_prid_t
)vap
->va_projid
;
1924 prid
= (xfs_prid_t
)dfltprid
;
1927 * Make sure that we have allocated dquot(s) on disk.
1929 error
= XFS_QM_DQVOPALLOC(mp
, dp
,
1930 current_fsuid(credp
), current_fsgid(credp
), prid
,
1931 XFS_QMOPT_QUOTALL
|XFS_QMOPT_INHERIT
, &udqp
, &gdqp
);
1936 dp_joined_to_trans
= B_FALSE
;
1938 tp
= xfs_trans_alloc(mp
, XFS_TRANS_CREATE
);
1939 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
1940 resblks
= XFS_CREATE_SPACE_RES(mp
, namelen
);
1942 * Initially assume that the file does not exist and
1943 * reserve the resources for that case. If that is not
1944 * the case we'll drop the one we have and get a more
1945 * appropriate transaction later.
1947 error
= xfs_trans_reserve(tp
, resblks
, XFS_CREATE_LOG_RES(mp
), 0,
1948 XFS_TRANS_PERM_LOG_RES
, XFS_CREATE_LOG_COUNT
);
1949 if (error
== ENOSPC
) {
1951 error
= xfs_trans_reserve(tp
, 0, XFS_CREATE_LOG_RES(mp
), 0,
1952 XFS_TRANS_PERM_LOG_RES
, XFS_CREATE_LOG_COUNT
);
1960 xfs_ilock(dp
, XFS_ILOCK_EXCL
);
1962 XFS_BMAP_INIT(&free_list
, &first_block
);
1967 * Reserve disk quota and the inode.
1969 error
= XFS_TRANS_RESERVE_QUOTA(mp
, tp
, udqp
, gdqp
, resblks
, 1, 0);
1974 (error
= XFS_DIR_CANENTER(mp
, tp
, dp
, name
, namelen
)))
1976 rdev
= (vap
->va_mask
& XFS_AT_RDEV
) ? vap
->va_rdev
: 0;
1977 error
= xfs_dir_ialloc(&tp
, dp
, vap
->va_mode
, 1,
1978 rdev
, credp
, prid
, resblks
> 0,
1981 if (error
== ENOSPC
)
1988 * At this point, we've gotten a newly allocated inode.
1989 * It is locked (and joined to the transaction).
1992 ASSERT(ismrlocked (&ip
->i_lock
, MR_UPDATE
));
1995 * Now we join the directory inode to the transaction.
1996 * We do not do it earlier because xfs_dir_ialloc
1997 * might commit the previous transaction (and release
2002 xfs_trans_ijoin(tp
, dp
, XFS_ILOCK_EXCL
);
2003 dp_joined_to_trans
= B_TRUE
;
2005 error
= XFS_DIR_CREATENAME(mp
, tp
, dp
, name
, namelen
, ip
->i_ino
,
2006 &first_block
, &free_list
,
2007 resblks
? resblks
- XFS_IALLOC_SPACE_RES(mp
) : 0);
2009 ASSERT(error
!= ENOSPC
);
2012 xfs_ichgtime(dp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
2013 xfs_trans_log_inode(tp
, dp
, XFS_ILOG_CORE
);
2016 * If this is a synchronous mount, make sure that the
2017 * create transaction goes to disk before returning to
2020 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
2021 xfs_trans_set_sync(tp
);
2027 * Attach the dquot(s) to the inodes and modify them incore.
2028 * These ids of the inode couldn't have changed since the new
2029 * inode has been locked ever since it was created.
2031 XFS_QM_DQVOPCREATE(mp
, tp
, ip
, udqp
, gdqp
);
2034 * xfs_trans_commit normally decrements the vnode ref count
2035 * when it unlocks the inode. Since we want to return the
2036 * vnode to the caller, we bump the vnode ref count now.
2041 error
= xfs_bmap_finish(&tp
, &free_list
, first_block
, &committed
);
2043 xfs_bmap_cancel(&free_list
);
2047 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
2054 XFS_QM_DQRELE(mp
, udqp
);
2055 XFS_QM_DQRELE(mp
, gdqp
);
2058 * Propogate the fact that the vnode changed after the
2059 * xfs_inode locks have been released.
2061 VOP_VNODE_CHANGE(vp
, VCHANGE_FLAGS_TRUNCATED
, 3);
2065 /* Fallthrough to std_return with error = 0 */
2068 if ( (*vpp
|| (error
!= 0 && dm_event_sent
!= 0)) &&
2069 DM_EVENT_ENABLED(dir_vp
->v_vfsp
, XFS_BHVTOI(dir_bdp
),
2070 DM_EVENT_POSTCREATE
)) {
2071 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTCREATE
,
2072 dir_vp
, DM_RIGHT_NULL
,
2074 DM_RIGHT_NULL
, name
, NULL
,
2075 dm_di_mode
, error
, 0);
2080 cancel_flags
|= XFS_TRANS_ABORT
;
2085 xfs_trans_cancel(tp
, cancel_flags
);
2087 if (!dp_joined_to_trans
&& (dp
!= NULL
))
2088 xfs_iunlock(dp
, XFS_ILOCK_EXCL
);
2089 XFS_QM_DQRELE(mp
, udqp
);
2090 XFS_QM_DQRELE(mp
, gdqp
);
2096 * Wait until after the current transaction is aborted to
2097 * release the inode. This prevents recursive transactions
2098 * and deadlocks from xfs_inactive.
2100 cancel_flags
|= XFS_TRANS_ABORT
;
2101 xfs_trans_cancel(tp
, cancel_flags
);
2104 XFS_QM_DQRELE(mp
, udqp
);
2105 XFS_QM_DQRELE(mp
, gdqp
);
2112 * Some counters to see if (and how often) we are hitting some deadlock
2113 * prevention code paths.
2117 int xfs_rm_lock_delays
;
2118 int xfs_rm_attempts
;
2122 * The following routine will lock the inodes associated with the
2123 * directory and the named entry in the directory. The locks are
2124 * acquired in increasing inode number.
2126 * If the entry is "..", then only the directory is locked. The
2127 * vnode ref count will still include that from the .. entry in
2130 * There is a deadlock we need to worry about. If the locked directory is
2131 * in the AIL, it might be blocking up the log. The next inode we lock
2132 * could be already locked by another thread waiting for log space (e.g
2133 * a permanent log reservation with a long running transaction (see
2134 * xfs_itruncate_finish)). To solve this, we must check if the directory
2135 * is in the ail and use lock_nowait. If we can't lock, we need to
2136 * drop the inode lock on the directory and try again. xfs_iunlock will
2137 * potentially push the tail if we were holding up the log.
2140 xfs_lock_dir_and_entry(
2143 xfs_inode_t
*ip
) /* inode of entry 'name' */
2147 xfs_inode_t
*ips
[2];
2156 xfs_ilock(dp
, XFS_ILOCK_EXCL
);
2163 * We want to lock in increasing inum. Since we've already
2164 * acquired the lock on the directory, we may need to release
2165 * if if the inum of the entry turns out to be less.
2167 if (e_inum
> dp
->i_ino
) {
2169 * We are already in the right order, so just
2170 * lock on the inode of the entry.
2171 * We need to use nowait if dp is in the AIL.
2174 lp
= (xfs_log_item_t
*)dp
->i_itemp
;
2175 if (lp
&& (lp
->li_flags
& XFS_LI_IN_AIL
)) {
2176 if (!xfs_ilock_nowait(ip
, XFS_ILOCK_EXCL
)) {
2183 * Unlock dp and try again.
2184 * xfs_iunlock will try to push the tail
2185 * if the inode is in the AIL.
2188 xfs_iunlock(dp
, XFS_ILOCK_EXCL
);
2190 if ((attempts
% 5) == 0) {
2191 delay(1); /* Don't just spin the CPU */
2193 xfs_rm_lock_delays
++;
2199 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
2201 } else if (e_inum
< dp
->i_ino
) {
2202 xfs_iunlock(dp
, XFS_ILOCK_EXCL
);
2206 xfs_lock_inodes(ips
, 2, 0, XFS_ILOCK_EXCL
);
2208 /* else e_inum == dp->i_ino */
2209 /* This can happen if we're asked to lock /x/..
2210 * the entry is "..", which is also the parent directory.
2218 int xfs_small_retries
;
2219 int xfs_middle_retries
;
2220 int xfs_lots_retries
;
2221 int xfs_lock_delays
;
2225 * The following routine will lock n inodes in exclusive mode.
2226 * We assume the caller calls us with the inodes in i_ino order.
2228 * We need to detect deadlock where an inode that we lock
2229 * is in the AIL and we start waiting for another inode that is locked
2230 * by a thread in a long running transaction (such as truncate). This can
2231 * result in deadlock since the long running trans might need to wait
2232 * for the inode we just locked in order to push the tail and free space
2242 int attempts
= 0, i
, j
, try_lock
;
2245 ASSERT(ips
&& (inodes
>= 2)); /* we need at least two */
2256 for (; i
< inodes
; i
++) {
2259 if (i
&& (ips
[i
] == ips
[i
-1])) /* Already locked */
2263 * If try_lock is not set yet, make sure all locked inodes
2264 * are not in the AIL.
2265 * If any are, set try_lock to be used later.
2269 for (j
= (i
- 1); j
>= 0 && !try_lock
; j
--) {
2270 lp
= (xfs_log_item_t
*)ips
[j
]->i_itemp
;
2271 if (lp
&& (lp
->li_flags
& XFS_LI_IN_AIL
)) {
2278 * If any of the previous locks we have locked is in the AIL,
2279 * we must TRY to get the second and subsequent locks. If
2280 * we can't get any, we must release all we have
2285 /* try_lock must be 0 if i is 0. */
2287 * try_lock means we have an inode locked
2288 * that is in the AIL.
2291 if (!xfs_ilock_nowait(ips
[i
], lock_mode
)) {
2295 * Unlock all previous guys and try again.
2296 * xfs_iunlock will try to push the tail
2297 * if the inode is in the AIL.
2300 for(j
= i
- 1; j
>= 0; j
--) {
2303 * Check to see if we've already
2304 * unlocked this one.
2305 * Not the first one going back,
2306 * and the inode ptr is the same.
2308 if ((j
!= (i
- 1)) && ips
[j
] ==
2312 xfs_iunlock(ips
[j
], lock_mode
);
2315 if ((attempts
% 5) == 0) {
2316 delay(1); /* Don't just spin the CPU */
2326 xfs_ilock(ips
[i
], lock_mode
);
2332 if (attempts
< 5) xfs_small_retries
++;
2333 else if (attempts
< 100) xfs_middle_retries
++;
2334 else xfs_lots_retries
++;
2342 #define REMOVE_DEBUG_TRACE(x) {remove_which_error_return = (x);}
2343 int remove_which_error_return
= 0;
2345 #define REMOVE_DEBUG_TRACE(x)
2346 #endif /* ! DEBUG */
2355 bhv_desc_t
*dir_bdp
,
2360 char *name
= VNAME(dentry
);
2361 xfs_inode_t
*dp
, *ip
;
2362 xfs_trans_t
*tp
= NULL
;
2365 xfs_bmap_free_t free_list
;
2366 xfs_fsblock_t first_block
;
2374 dir_vp
= BHV_TO_VNODE(dir_bdp
);
2375 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
2377 dp
= XFS_BHVTOI(dir_bdp
);
2380 if (XFS_FORCED_SHUTDOWN(mp
))
2381 return XFS_ERROR(EIO
);
2383 namelen
= VNAMELEN(dentry
);
2385 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_REMOVE
)) {
2386 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_REMOVE
, dir_vp
,
2387 DM_RIGHT_NULL
, NULL
, DM_RIGHT_NULL
,
2388 name
, NULL
, 0, 0, 0);
2393 /* From this point on, return through std_return */
2397 * We need to get a reference to ip before we get our log
2398 * reservation. The reason for this is that we cannot call
2399 * xfs_iget for an inode for which we do not have a reference
2400 * once we've acquired a log reservation. This is because the
2401 * inode we are trying to get might be in xfs_inactive going
2402 * for a log reservation. Since we'll have to wait for the
2403 * inactive code to complete before returning from xfs_iget,
2404 * we need to make sure that we don't have log space reserved
2405 * when we call xfs_iget. Instead we get an unlocked referece
2406 * to the inode before getting our log reservation.
2408 error
= xfs_get_dir_entry(dentry
, &ip
);
2410 REMOVE_DEBUG_TRACE(__LINE__
);
2414 dm_di_mode
= ip
->i_d
.di_mode
;
2416 vn_trace_entry(XFS_ITOV(ip
), __FUNCTION__
, (inst_t
*)__return_address
);
2420 error
= XFS_QM_DQATTACH(mp
, dp
, 0);
2421 if (!error
&& dp
!= ip
)
2422 error
= XFS_QM_DQATTACH(mp
, ip
, 0);
2424 REMOVE_DEBUG_TRACE(__LINE__
);
2429 tp
= xfs_trans_alloc(mp
, XFS_TRANS_REMOVE
);
2430 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
2432 * We try to get the real space reservation first,
2433 * allowing for directory btree deletion(s) implying
2434 * possible bmap insert(s). If we can't get the space
2435 * reservation then we use 0 instead, and avoid the bmap
2436 * btree insert(s) in the directory code by, if the bmap
2437 * insert tries to happen, instead trimming the LAST
2438 * block from the directory.
2440 resblks
= XFS_REMOVE_SPACE_RES(mp
);
2441 error
= xfs_trans_reserve(tp
, resblks
, XFS_REMOVE_LOG_RES(mp
), 0,
2442 XFS_TRANS_PERM_LOG_RES
, XFS_REMOVE_LOG_COUNT
);
2443 if (error
== ENOSPC
) {
2445 error
= xfs_trans_reserve(tp
, 0, XFS_REMOVE_LOG_RES(mp
), 0,
2446 XFS_TRANS_PERM_LOG_RES
, XFS_REMOVE_LOG_COUNT
);
2449 ASSERT(error
!= ENOSPC
);
2450 REMOVE_DEBUG_TRACE(__LINE__
);
2451 xfs_trans_cancel(tp
, 0);
2456 error
= xfs_lock_dir_and_entry(dp
, dentry
, ip
);
2458 REMOVE_DEBUG_TRACE(__LINE__
);
2459 xfs_trans_cancel(tp
, cancel_flags
);
2465 * At this point, we've gotten both the directory and the entry
2468 xfs_trans_ijoin(tp
, dp
, XFS_ILOCK_EXCL
);
2471 * Increment vnode ref count only in this case since
2472 * there's an extra vnode reference in the case where
2476 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
2480 * Entry must exist since we did a lookup in xfs_lock_dir_and_entry.
2482 XFS_BMAP_INIT(&free_list
, &first_block
);
2483 error
= XFS_DIR_REMOVENAME(mp
, tp
, dp
, name
, namelen
, ip
->i_ino
,
2484 &first_block
, &free_list
, 0);
2486 ASSERT(error
!= ENOENT
);
2487 REMOVE_DEBUG_TRACE(__LINE__
);
2490 xfs_ichgtime(dp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
2493 xfs_trans_log_inode(tp
, dp
, XFS_ILOG_CORE
);
2495 error
= xfs_droplink(tp
, ip
);
2497 REMOVE_DEBUG_TRACE(__LINE__
);
2501 /* Determine if this is the last link while
2502 * we are in the transaction.
2504 link_zero
= (ip
)->i_d
.di_nlink
==0;
2507 * Take an extra ref on the inode so that it doesn't
2508 * go to xfs_inactive() from within the commit.
2513 * If this is a synchronous mount, make sure that the
2514 * remove transaction goes to disk before returning to
2517 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
2518 xfs_trans_set_sync(tp
);
2521 error
= xfs_bmap_finish(&tp
, &free_list
, first_block
, &committed
);
2523 REMOVE_DEBUG_TRACE(__LINE__
);
2527 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
2534 * Before we drop our extra reference to the inode, purge it
2535 * from the refcache if it is there. By waiting until afterwards
2536 * to do the IRELE, we ensure that we won't go inactive in the
2537 * xfs_refcache_purge_ip routine (although that would be OK).
2539 xfs_refcache_purge_ip(ip
);
2541 vn_trace_exit(XFS_ITOV(ip
), __FUNCTION__
, (inst_t
*)__return_address
);
2544 * Let interposed file systems know about removed links.
2546 VOP_LINK_REMOVED(XFS_ITOV(ip
), dir_vp
, link_zero
);
2550 /* Fall through to std_return with error = 0 */
2552 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
,
2553 DM_EVENT_POSTREMOVE
)) {
2554 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTREMOVE
,
2555 dir_vp
, DM_RIGHT_NULL
,
2556 NULL
, DM_RIGHT_NULL
,
2557 name
, NULL
, dm_di_mode
, error
, 0);
2562 xfs_bmap_cancel(&free_list
);
2563 cancel_flags
|= XFS_TRANS_ABORT
;
2564 xfs_trans_cancel(tp
, cancel_flags
);
2569 * In this case make sure to not release the inode until after
2570 * the current transaction is aborted. Releasing it beforehand
2571 * can cause us to go to xfs_inactive and start a recursive
2572 * transaction which can easily deadlock with the current one.
2574 xfs_bmap_cancel(&free_list
);
2575 cancel_flags
|= XFS_TRANS_ABORT
;
2576 xfs_trans_cancel(tp
, cancel_flags
);
2579 * Before we drop our extra reference to the inode, purge it
2580 * from the refcache if it is there. By waiting until afterwards
2581 * to do the IRELE, we ensure that we won't go inactive in the
2582 * xfs_refcache_purge_ip routine (although that would be OK).
2584 xfs_refcache_purge_ip(ip
);
2598 bhv_desc_t
*target_dir_bdp
,
2603 xfs_inode_t
*tdp
, *sip
;
2606 xfs_inode_t
*ips
[2];
2608 xfs_bmap_free_t free_list
;
2609 xfs_fsblock_t first_block
;
2612 vnode_t
*target_dir_vp
;
2613 bhv_desc_t
*src_bdp
;
2615 char *target_name
= VNAME(dentry
);
2618 target_dir_vp
= BHV_TO_VNODE(target_dir_bdp
);
2619 vn_trace_entry(target_dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
2620 vn_trace_entry(src_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
2622 target_namelen
= VNAMELEN(dentry
);
2623 if (VN_ISDIR(src_vp
))
2624 return XFS_ERROR(EPERM
);
2626 src_bdp
= vn_bhv_lookup_unlocked(VN_BHV_HEAD(src_vp
), &xfs_vnodeops
);
2627 sip
= XFS_BHVTOI(src_bdp
);
2628 tdp
= XFS_BHVTOI(target_dir_bdp
);
2630 if (XFS_FORCED_SHUTDOWN(mp
))
2631 return XFS_ERROR(EIO
);
2633 if (DM_EVENT_ENABLED(src_vp
->v_vfsp
, tdp
, DM_EVENT_LINK
)) {
2634 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_LINK
,
2635 target_dir_vp
, DM_RIGHT_NULL
,
2636 src_vp
, DM_RIGHT_NULL
,
2637 target_name
, NULL
, 0, 0, 0);
2642 /* Return through std_return after this point. */
2644 error
= XFS_QM_DQATTACH(mp
, sip
, 0);
2645 if (!error
&& sip
!= tdp
)
2646 error
= XFS_QM_DQATTACH(mp
, tdp
, 0);
2650 tp
= xfs_trans_alloc(mp
, XFS_TRANS_LINK
);
2651 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
2652 resblks
= XFS_LINK_SPACE_RES(mp
, target_namelen
);
2653 error
= xfs_trans_reserve(tp
, resblks
, XFS_LINK_LOG_RES(mp
), 0,
2654 XFS_TRANS_PERM_LOG_RES
, XFS_LINK_LOG_COUNT
);
2655 if (error
== ENOSPC
) {
2657 error
= xfs_trans_reserve(tp
, 0, XFS_LINK_LOG_RES(mp
), 0,
2658 XFS_TRANS_PERM_LOG_RES
, XFS_LINK_LOG_COUNT
);
2665 if (sip
->i_ino
< tdp
->i_ino
) {
2673 xfs_lock_inodes(ips
, 2, 0, XFS_ILOCK_EXCL
);
2676 * Increment vnode ref counts since xfs_trans_commit &
2677 * xfs_trans_cancel will both unlock the inodes and
2678 * decrement the associated ref counts.
2681 VN_HOLD(target_dir_vp
);
2682 xfs_trans_ijoin(tp
, sip
, XFS_ILOCK_EXCL
);
2683 xfs_trans_ijoin(tp
, tdp
, XFS_ILOCK_EXCL
);
2686 * If the source has too many links, we can't make any more to it.
2688 if (sip
->i_d
.di_nlink
>= XFS_MAXLINK
) {
2689 error
= XFS_ERROR(EMLINK
);
2694 * If we are using project inheritance, we only allow hard link
2695 * creation in our tree when the project IDs are the same; else
2696 * the tree quota mechanism could be circumvented.
2698 if (unlikely((tdp
->i_d
.di_flags
& XFS_DIFLAG_PROJINHERIT
) &&
2699 (tdp
->i_d
.di_projid
!= sip
->i_d
.di_projid
))) {
2700 error
= XFS_ERROR(EPERM
);
2705 (error
= XFS_DIR_CANENTER(mp
, tp
, tdp
, target_name
,
2709 XFS_BMAP_INIT(&free_list
, &first_block
);
2711 error
= XFS_DIR_CREATENAME(mp
, tp
, tdp
, target_name
, target_namelen
,
2712 sip
->i_ino
, &first_block
, &free_list
,
2716 xfs_ichgtime(tdp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
2718 xfs_trans_log_inode(tp
, tdp
, XFS_ILOG_CORE
);
2720 error
= xfs_bumplink(tp
, sip
);
2726 * If this is a synchronous mount, make sure that the
2727 * link transaction goes to disk before returning to
2730 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
2731 xfs_trans_set_sync(tp
);
2734 error
= xfs_bmap_finish (&tp
, &free_list
, first_block
, &committed
);
2736 xfs_bmap_cancel(&free_list
);
2740 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
2745 /* Fall through to std_return with error = 0. */
2747 if (DM_EVENT_ENABLED(src_vp
->v_vfsp
, sip
,
2748 DM_EVENT_POSTLINK
)) {
2749 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTLINK
,
2750 target_dir_vp
, DM_RIGHT_NULL
,
2751 src_vp
, DM_RIGHT_NULL
,
2752 target_name
, NULL
, 0, error
, 0);
2757 cancel_flags
|= XFS_TRANS_ABORT
;
2760 xfs_trans_cancel(tp
, cancel_flags
);
2770 bhv_desc_t
*dir_bdp
,
2776 char *dir_name
= VNAME(dentry
);
2778 xfs_inode_t
*cdp
; /* inode of created dir */
2779 vnode_t
*cvp
; /* vnode of created dir */
2785 xfs_bmap_free_t free_list
;
2786 xfs_fsblock_t first_block
;
2788 boolean_t dp_joined_to_trans
;
2789 boolean_t created
= B_FALSE
;
2790 int dm_event_sent
= 0;
2792 struct xfs_dquot
*udqp
, *gdqp
;
2797 dir_vp
= BHV_TO_VNODE(dir_bdp
);
2798 dp
= XFS_BHVTOI(dir_bdp
);
2801 if (XFS_FORCED_SHUTDOWN(mp
))
2802 return XFS_ERROR(EIO
);
2804 dir_namelen
= VNAMELEN(dentry
);
2807 dp_joined_to_trans
= B_FALSE
;
2808 dm_di_mode
= vap
->va_mode
;
2810 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_CREATE
)) {
2811 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_CREATE
,
2812 dir_vp
, DM_RIGHT_NULL
, NULL
,
2813 DM_RIGHT_NULL
, dir_name
, NULL
,
2820 /* Return through std_return after this point. */
2822 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
2826 if (dp
->i_d
.di_flags
& XFS_DIFLAG_PROJINHERIT
)
2827 prid
= dp
->i_d
.di_projid
;
2828 else if (vap
->va_mask
& XFS_AT_PROJID
)
2829 prid
= (xfs_prid_t
)vap
->va_projid
;
2831 prid
= (xfs_prid_t
)dfltprid
;
2834 * Make sure that we have allocated dquot(s) on disk.
2836 error
= XFS_QM_DQVOPALLOC(mp
, dp
,
2837 current_fsuid(credp
), current_fsgid(credp
), prid
,
2838 XFS_QMOPT_QUOTALL
| XFS_QMOPT_INHERIT
, &udqp
, &gdqp
);
2842 tp
= xfs_trans_alloc(mp
, XFS_TRANS_MKDIR
);
2843 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
2844 resblks
= XFS_MKDIR_SPACE_RES(mp
, dir_namelen
);
2845 error
= xfs_trans_reserve(tp
, resblks
, XFS_MKDIR_LOG_RES(mp
), 0,
2846 XFS_TRANS_PERM_LOG_RES
, XFS_MKDIR_LOG_COUNT
);
2847 if (error
== ENOSPC
) {
2849 error
= xfs_trans_reserve(tp
, 0, XFS_MKDIR_LOG_RES(mp
), 0,
2850 XFS_TRANS_PERM_LOG_RES
,
2851 XFS_MKDIR_LOG_COUNT
);
2859 xfs_ilock(dp
, XFS_ILOCK_EXCL
);
2862 * Check for directory link count overflow.
2864 if (dp
->i_d
.di_nlink
>= XFS_MAXLINK
) {
2865 error
= XFS_ERROR(EMLINK
);
2870 * Reserve disk quota and the inode.
2872 error
= XFS_TRANS_RESERVE_QUOTA(mp
, tp
, udqp
, gdqp
, resblks
, 1, 0);
2877 (error
= XFS_DIR_CANENTER(mp
, tp
, dp
, dir_name
, dir_namelen
)))
2880 * create the directory inode.
2882 error
= xfs_dir_ialloc(&tp
, dp
, vap
->va_mode
, 2,
2883 0, credp
, prid
, resblks
> 0,
2886 if (error
== ENOSPC
)
2893 * Now we add the directory inode to the transaction.
2894 * We waited until now since xfs_dir_ialloc might start
2895 * a new transaction. Had we joined the transaction
2896 * earlier, the locks might have gotten released.
2899 xfs_trans_ijoin(tp
, dp
, XFS_ILOCK_EXCL
);
2900 dp_joined_to_trans
= B_TRUE
;
2902 XFS_BMAP_INIT(&free_list
, &first_block
);
2904 error
= XFS_DIR_CREATENAME(mp
, tp
, dp
, dir_name
, dir_namelen
,
2905 cdp
->i_ino
, &first_block
, &free_list
,
2906 resblks
? resblks
- XFS_IALLOC_SPACE_RES(mp
) : 0);
2908 ASSERT(error
!= ENOSPC
);
2911 xfs_ichgtime(dp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
2914 * Bump the in memory version number of the parent directory
2915 * so that other processes accessing it will recognize that
2916 * the directory has changed.
2920 error
= XFS_DIR_INIT(mp
, tp
, cdp
, dp
);
2926 error
= xfs_bumplink(tp
, dp
);
2931 cvp
= XFS_ITOV(cdp
);
2939 * Attach the dquots to the new inode and modify the icount incore.
2941 XFS_QM_DQVOPCREATE(mp
, tp
, cdp
, udqp
, gdqp
);
2944 * If this is a synchronous mount, make sure that the
2945 * mkdir transaction goes to disk before returning to
2948 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
2949 xfs_trans_set_sync(tp
);
2952 error
= xfs_bmap_finish(&tp
, &free_list
, first_block
, &committed
);
2958 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
2959 XFS_QM_DQRELE(mp
, udqp
);
2960 XFS_QM_DQRELE(mp
, gdqp
);
2965 /* Fall through to std_return with error = 0 or errno from
2966 * xfs_trans_commit. */
2969 if ( (created
|| (error
!= 0 && dm_event_sent
!= 0)) &&
2970 DM_EVENT_ENABLED(dir_vp
->v_vfsp
, XFS_BHVTOI(dir_bdp
),
2971 DM_EVENT_POSTCREATE
)) {
2972 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTCREATE
,
2973 dir_vp
, DM_RIGHT_NULL
,
2974 created
? XFS_ITOV(cdp
):NULL
,
2977 dm_di_mode
, error
, 0);
2983 xfs_bmap_cancel(&free_list
);
2985 cancel_flags
|= XFS_TRANS_ABORT
;
2987 xfs_trans_cancel(tp
, cancel_flags
);
2988 XFS_QM_DQRELE(mp
, udqp
);
2989 XFS_QM_DQRELE(mp
, gdqp
);
2991 if (!dp_joined_to_trans
&& (dp
!= NULL
)) {
2992 xfs_iunlock(dp
, XFS_ILOCK_EXCL
);
3005 bhv_desc_t
*dir_bdp
,
3009 char *name
= VNAME(dentry
);
3011 xfs_inode_t
*cdp
; /* child directory */
3015 xfs_bmap_free_t free_list
;
3016 xfs_fsblock_t first_block
;
3025 dir_vp
= BHV_TO_VNODE(dir_bdp
);
3026 dp
= XFS_BHVTOI(dir_bdp
);
3029 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
3031 if (XFS_FORCED_SHUTDOWN(XFS_BHVTOI(dir_bdp
)->i_mount
))
3032 return XFS_ERROR(EIO
);
3033 namelen
= VNAMELEN(dentry
);
3035 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_REMOVE
)) {
3036 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_REMOVE
,
3037 dir_vp
, DM_RIGHT_NULL
,
3038 NULL
, DM_RIGHT_NULL
,
3039 name
, NULL
, 0, 0, 0);
3041 return XFS_ERROR(error
);
3044 /* Return through std_return after this point. */
3049 * We need to get a reference to cdp before we get our log
3050 * reservation. The reason for this is that we cannot call
3051 * xfs_iget for an inode for which we do not have a reference
3052 * once we've acquired a log reservation. This is because the
3053 * inode we are trying to get might be in xfs_inactive going
3054 * for a log reservation. Since we'll have to wait for the
3055 * inactive code to complete before returning from xfs_iget,
3056 * we need to make sure that we don't have log space reserved
3057 * when we call xfs_iget. Instead we get an unlocked referece
3058 * to the inode before getting our log reservation.
3060 error
= xfs_get_dir_entry(dentry
, &cdp
);
3062 REMOVE_DEBUG_TRACE(__LINE__
);
3066 dm_di_mode
= cdp
->i_d
.di_mode
;
3069 * Get the dquots for the inodes.
3071 error
= XFS_QM_DQATTACH(mp
, dp
, 0);
3072 if (!error
&& dp
!= cdp
)
3073 error
= XFS_QM_DQATTACH(mp
, cdp
, 0);
3076 REMOVE_DEBUG_TRACE(__LINE__
);
3080 tp
= xfs_trans_alloc(mp
, XFS_TRANS_RMDIR
);
3081 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
3083 * We try to get the real space reservation first,
3084 * allowing for directory btree deletion(s) implying
3085 * possible bmap insert(s). If we can't get the space
3086 * reservation then we use 0 instead, and avoid the bmap
3087 * btree insert(s) in the directory code by, if the bmap
3088 * insert tries to happen, instead trimming the LAST
3089 * block from the directory.
3091 resblks
= XFS_REMOVE_SPACE_RES(mp
);
3092 error
= xfs_trans_reserve(tp
, resblks
, XFS_REMOVE_LOG_RES(mp
), 0,
3093 XFS_TRANS_PERM_LOG_RES
, XFS_DEFAULT_LOG_COUNT
);
3094 if (error
== ENOSPC
) {
3096 error
= xfs_trans_reserve(tp
, 0, XFS_REMOVE_LOG_RES(mp
), 0,
3097 XFS_TRANS_PERM_LOG_RES
, XFS_DEFAULT_LOG_COUNT
);
3100 ASSERT(error
!= ENOSPC
);
3105 XFS_BMAP_INIT(&free_list
, &first_block
);
3108 * Now lock the child directory inode and the parent directory
3109 * inode in the proper order. This will take care of validating
3110 * that the directory entry for the child directory inode has
3111 * not changed while we were obtaining a log reservation.
3113 error
= xfs_lock_dir_and_entry(dp
, dentry
, cdp
);
3115 xfs_trans_cancel(tp
, cancel_flags
);
3120 xfs_trans_ijoin(tp
, dp
, XFS_ILOCK_EXCL
);
3123 * Only increment the parent directory vnode count if
3124 * we didn't bump it in looking up cdp. The only time
3125 * we don't bump it is when we're looking up ".".
3131 xfs_trans_ijoin(tp
, cdp
, XFS_ILOCK_EXCL
);
3133 ASSERT(cdp
->i_d
.di_nlink
>= 2);
3134 if (cdp
->i_d
.di_nlink
!= 2) {
3135 error
= XFS_ERROR(ENOTEMPTY
);
3138 if (!XFS_DIR_ISEMPTY(mp
, cdp
)) {
3139 error
= XFS_ERROR(ENOTEMPTY
);
3143 error
= XFS_DIR_REMOVENAME(mp
, tp
, dp
, name
, namelen
, cdp
->i_ino
,
3144 &first_block
, &free_list
, resblks
);
3149 xfs_ichgtime(dp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
3152 * Bump the in memory generation count on the parent
3153 * directory so that other can know that it has changed.
3158 * Drop the link from cdp's "..".
3160 error
= xfs_droplink(tp
, dp
);
3166 * Drop the link from dp to cdp.
3168 error
= xfs_droplink(tp
, cdp
);
3174 * Drop the "." link from cdp to self.
3176 error
= xfs_droplink(tp
, cdp
);
3181 /* Determine these before committing transaction */
3182 last_cdp_link
= (cdp
)->i_d
.di_nlink
==0;
3185 * Take an extra ref on the child vnode so that it
3186 * does not go to xfs_inactive() from within the commit.
3191 * If this is a synchronous mount, make sure that the
3192 * rmdir transaction goes to disk before returning to
3195 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
3196 xfs_trans_set_sync(tp
);
3199 error
= xfs_bmap_finish (&tp
, &free_list
, first_block
, &committed
);
3201 xfs_bmap_cancel(&free_list
);
3202 xfs_trans_cancel(tp
, (XFS_TRANS_RELEASE_LOG_RES
|
3208 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
3216 * Let interposed file systems know about removed links.
3218 VOP_LINK_REMOVED(XFS_ITOV(cdp
), dir_vp
, last_cdp_link
);
3222 /* Fall through to std_return with error = 0 or the errno
3223 * from xfs_trans_commit. */
3225 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_POSTREMOVE
)) {
3226 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTREMOVE
,
3227 dir_vp
, DM_RIGHT_NULL
,
3228 NULL
, DM_RIGHT_NULL
,
3229 name
, NULL
, dm_di_mode
,
3235 xfs_bmap_cancel(&free_list
);
3236 cancel_flags
|= XFS_TRANS_ABORT
;
3238 xfs_trans_cancel(tp
, cancel_flags
);
3246 * Read dp's entries starting at uiop->uio_offset and translate them into
3247 * bufsize bytes worth of struct dirents starting at bufbase.
3251 bhv_desc_t
*dir_bdp
,
3257 xfs_trans_t
*tp
= NULL
;
3260 xfs_off_t start_offset
;
3262 vn_trace_entry(BHV_TO_VNODE(dir_bdp
), __FUNCTION__
,
3263 (inst_t
*)__return_address
);
3264 dp
= XFS_BHVTOI(dir_bdp
);
3266 if (XFS_FORCED_SHUTDOWN(dp
->i_mount
)) {
3267 return XFS_ERROR(EIO
);
3270 lock_mode
= xfs_ilock_map_shared(dp
);
3271 start_offset
= uiop
->uio_offset
;
3272 error
= XFS_DIR_GETDENTS(dp
->i_mount
, tp
, dp
, uiop
, eofp
);
3273 if (start_offset
!= uiop
->uio_offset
) {
3274 xfs_ichgtime(dp
, XFS_ICHGTIME_ACC
);
3276 xfs_iunlock_map_shared(dp
, lock_mode
);
3287 bhv_desc_t
*dir_bdp
,
3300 xfs_bmap_free_t free_list
;
3301 xfs_fsblock_t first_block
;
3302 boolean_t dp_joined_to_trans
;
3306 xfs_fileoff_t first_fsb
;
3307 xfs_filblks_t fs_blocks
;
3309 xfs_bmbt_irec_t mval
[SYMLINK_MAPS
];
3316 struct xfs_dquot
*udqp
, *gdqp
;
3318 char *link_name
= VNAME(dentry
);
3322 dir_vp
= BHV_TO_VNODE(dir_bdp
);
3323 dp
= XFS_BHVTOI(dir_bdp
);
3324 dp_joined_to_trans
= B_FALSE
;
3329 vn_trace_entry(dir_vp
, __FUNCTION__
, (inst_t
*)__return_address
);
3333 if (XFS_FORCED_SHUTDOWN(mp
))
3334 return XFS_ERROR(EIO
);
3336 link_namelen
= VNAMELEN(dentry
);
3339 * Check component lengths of the target path name.
3341 pathlen
= strlen(target_path
);
3342 if (pathlen
>= MAXPATHLEN
) /* total string too long */
3343 return XFS_ERROR(ENAMETOOLONG
);
3344 if (pathlen
>= MAXNAMELEN
) { /* is any component too long? */
3348 for(total
= 0, path
= target_path
; total
< pathlen
;) {
3352 while(*path
== '/') {
3358 * Count up to the next slash or end of path.
3359 * Error out if the component is bigger than MAXNAMELEN.
3361 for(len
= 0; *path
!= '/' && total
< pathlen
;total
++, path
++) {
3362 if (++len
>= MAXNAMELEN
) {
3363 error
= ENAMETOOLONG
;
3370 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, dp
, DM_EVENT_SYMLINK
)) {
3371 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_SYMLINK
, dir_vp
,
3372 DM_RIGHT_NULL
, NULL
, DM_RIGHT_NULL
,
3373 link_name
, target_path
, 0, 0, 0);
3378 /* Return through std_return after this point. */
3381 if (dp
->i_d
.di_flags
& XFS_DIFLAG_PROJINHERIT
)
3382 prid
= dp
->i_d
.di_projid
;
3383 else if (vap
->va_mask
& XFS_AT_PROJID
)
3384 prid
= (xfs_prid_t
)vap
->va_projid
;
3386 prid
= (xfs_prid_t
)dfltprid
;
3389 * Make sure that we have allocated dquot(s) on disk.
3391 error
= XFS_QM_DQVOPALLOC(mp
, dp
,
3392 current_fsuid(credp
), current_fsgid(credp
), prid
,
3393 XFS_QMOPT_QUOTALL
| XFS_QMOPT_INHERIT
, &udqp
, &gdqp
);
3397 tp
= xfs_trans_alloc(mp
, XFS_TRANS_SYMLINK
);
3398 cancel_flags
= XFS_TRANS_RELEASE_LOG_RES
;
3400 * The symlink will fit into the inode data fork?
3401 * There can't be any attributes so we get the whole variable part.
3403 if (pathlen
<= XFS_LITINO(mp
))
3406 fs_blocks
= XFS_B_TO_FSB(mp
, pathlen
);
3407 resblks
= XFS_SYMLINK_SPACE_RES(mp
, link_namelen
, fs_blocks
);
3408 error
= xfs_trans_reserve(tp
, resblks
, XFS_SYMLINK_LOG_RES(mp
), 0,
3409 XFS_TRANS_PERM_LOG_RES
, XFS_SYMLINK_LOG_COUNT
);
3410 if (error
== ENOSPC
&& fs_blocks
== 0) {
3412 error
= xfs_trans_reserve(tp
, 0, XFS_SYMLINK_LOG_RES(mp
), 0,
3413 XFS_TRANS_PERM_LOG_RES
, XFS_SYMLINK_LOG_COUNT
);
3421 xfs_ilock(dp
, XFS_ILOCK_EXCL
);
3424 * Check whether the directory allows new symlinks or not.
3426 if (dp
->i_d
.di_flags
& XFS_DIFLAG_NOSYMLINKS
) {
3427 error
= XFS_ERROR(EPERM
);
3432 * Reserve disk quota : blocks and inode.
3434 error
= XFS_TRANS_RESERVE_QUOTA(mp
, tp
, udqp
, gdqp
, resblks
, 1, 0);
3439 * Check for ability to enter directory entry, if no space reserved.
3442 (error
= XFS_DIR_CANENTER(mp
, tp
, dp
, link_name
, link_namelen
)))
3445 * Initialize the bmap freelist prior to calling either
3446 * bmapi or the directory create code.
3448 XFS_BMAP_INIT(&free_list
, &first_block
);
3451 * Allocate an inode for the symlink.
3453 error
= xfs_dir_ialloc(&tp
, dp
, S_IFLNK
| (vap
->va_mode
&~S_IFMT
),
3454 1, 0, credp
, prid
, resblks
> 0, &ip
, NULL
);
3456 if (error
== ENOSPC
)
3463 xfs_trans_ijoin(tp
, dp
, XFS_ILOCK_EXCL
);
3464 dp_joined_to_trans
= B_TRUE
;
3467 * Also attach the dquot(s) to it, if applicable.
3469 XFS_QM_DQVOPCREATE(mp
, tp
, ip
, udqp
, gdqp
);
3472 resblks
-= XFS_IALLOC_SPACE_RES(mp
);
3474 * If the symlink will fit into the inode, write it inline.
3476 if (pathlen
<= XFS_IFORK_DSIZE(ip
)) {
3477 xfs_idata_realloc(ip
, pathlen
, XFS_DATA_FORK
);
3478 memcpy(ip
->i_df
.if_u1
.if_data
, target_path
, pathlen
);
3479 ip
->i_d
.di_size
= pathlen
;
3482 * The inode was initially created in extent format.
3484 ip
->i_df
.if_flags
&= ~(XFS_IFEXTENTS
| XFS_IFBROOT
);
3485 ip
->i_df
.if_flags
|= XFS_IFINLINE
;
3487 ip
->i_d
.di_format
= XFS_DINODE_FMT_LOCAL
;
3488 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_DDATA
| XFS_ILOG_CORE
);
3492 nmaps
= SYMLINK_MAPS
;
3494 error
= xfs_bmapi(tp
, ip
, first_fsb
, fs_blocks
,
3495 XFS_BMAPI_WRITE
| XFS_BMAPI_METADATA
,
3496 &first_block
, resblks
, mval
, &nmaps
,
3503 resblks
-= fs_blocks
;
3504 ip
->i_d
.di_size
= pathlen
;
3505 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
3507 cur_chunk
= target_path
;
3508 for (n
= 0; n
< nmaps
; n
++) {
3509 d
= XFS_FSB_TO_DADDR(mp
, mval
[n
].br_startblock
);
3510 byte_cnt
= XFS_FSB_TO_B(mp
, mval
[n
].br_blockcount
);
3511 bp
= xfs_trans_get_buf(tp
, mp
->m_ddev_targp
, d
,
3512 BTOBB(byte_cnt
), 0);
3513 ASSERT(bp
&& !XFS_BUF_GETERROR(bp
));
3514 if (pathlen
< byte_cnt
) {
3517 pathlen
-= byte_cnt
;
3519 memcpy(XFS_BUF_PTR(bp
), cur_chunk
, byte_cnt
);
3520 cur_chunk
+= byte_cnt
;
3522 xfs_trans_log_buf(tp
, bp
, 0, byte_cnt
- 1);
3527 * Create the directory entry for the symlink.
3529 error
= XFS_DIR_CREATENAME(mp
, tp
, dp
, link_name
, link_namelen
,
3530 ip
->i_ino
, &first_block
, &free_list
, resblks
);
3534 xfs_ichgtime(dp
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
3535 xfs_trans_log_inode(tp
, dp
, XFS_ILOG_CORE
);
3538 * Bump the in memory version number of the parent directory
3539 * so that other processes accessing it will recognize that
3540 * the directory has changed.
3545 * If this is a synchronous mount, make sure that the
3546 * symlink transaction goes to disk before returning to
3549 if (mp
->m_flags
& (XFS_MOUNT_WSYNC
|XFS_MOUNT_DIRSYNC
)) {
3550 xfs_trans_set_sync(tp
);
3554 * xfs_trans_commit normally decrements the vnode ref count
3555 * when it unlocks the inode. Since we want to return the
3556 * vnode to the caller, we bump the vnode ref count now.
3560 error
= xfs_bmap_finish(&tp
, &free_list
, first_block
, &committed
);
3564 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
3565 XFS_QM_DQRELE(mp
, udqp
);
3566 XFS_QM_DQRELE(mp
, gdqp
);
3568 /* Fall through to std_return with error = 0 or errno from
3569 * xfs_trans_commit */
3571 if (DM_EVENT_ENABLED(dir_vp
->v_vfsp
, XFS_BHVTOI(dir_bdp
),
3572 DM_EVENT_POSTSYMLINK
)) {
3573 (void) XFS_SEND_NAMESP(mp
, DM_EVENT_POSTSYMLINK
,
3574 dir_vp
, DM_RIGHT_NULL
,
3575 error
? NULL
: XFS_ITOV(ip
),
3576 DM_RIGHT_NULL
, link_name
, target_path
,
3592 xfs_bmap_cancel(&free_list
);
3593 cancel_flags
|= XFS_TRANS_ABORT
;
3595 xfs_trans_cancel(tp
, cancel_flags
);
3596 XFS_QM_DQRELE(mp
, udqp
);
3597 XFS_QM_DQRELE(mp
, gdqp
);
3599 if (!dp_joined_to_trans
&& (dp
!= NULL
)) {
3600 xfs_iunlock(dp
, XFS_ILOCK_EXCL
);
3610 * A fid routine that takes a pointer to a previously allocated
3611 * fid structure (like xfs_fast_fid) but uses a 64 bit inode number.
3621 vn_trace_entry(BHV_TO_VNODE(bdp
), __FUNCTION__
,
3622 (inst_t
*)__return_address
);
3623 ASSERT(sizeof(fid_t
) >= sizeof(xfs_fid2_t
));
3625 xfid
= (xfs_fid2_t
*)fidp
;
3626 ip
= XFS_BHVTOI(bdp
);
3627 xfid
->fid_len
= sizeof(xfs_fid2_t
) - sizeof(xfid
->fid_len
);
3630 * use memcpy because the inode is a long long and there's no
3631 * assurance that xfid->fid_ino is properly aligned.
3633 memcpy(&xfid
->fid_ino
, &ip
->i_ino
, sizeof(xfid
->fid_ino
));
3634 xfid
->fid_gen
= ip
->i_d
.di_gen
;
3651 vp
= BHV_TO_VNODE(bdp
);
3654 ip
= XFS_BHVTOI(bdp
);
3655 if (locktype
== VRWLOCK_WRITE
) {
3656 xfs_ilock(ip
, XFS_IOLOCK_EXCL
);
3657 } else if (locktype
== VRWLOCK_TRY_READ
) {
3658 return (xfs_ilock_nowait(ip
, XFS_IOLOCK_SHARED
));
3659 } else if (locktype
== VRWLOCK_TRY_WRITE
) {
3660 return (xfs_ilock_nowait(ip
, XFS_IOLOCK_EXCL
));
3662 ASSERT((locktype
== VRWLOCK_READ
) ||
3663 (locktype
== VRWLOCK_WRITE_DIRECT
));
3664 xfs_ilock(ip
, XFS_IOLOCK_SHARED
);
3682 vp
= BHV_TO_VNODE(bdp
);
3685 ip
= XFS_BHVTOI(bdp
);
3686 if (locktype
== VRWLOCK_WRITE
) {
3688 * In the write case, we may have added a new entry to
3689 * the reference cache. This might store a pointer to
3690 * an inode to be released in this inode. If it is there,
3691 * clear the pointer and release the inode after unlocking
3694 xfs_refcache_iunlock(ip
, XFS_IOLOCK_EXCL
);
3696 ASSERT((locktype
== VRWLOCK_READ
) ||
3697 (locktype
== VRWLOCK_WRITE_DIRECT
));
3698 xfs_iunlock(ip
, XFS_IOLOCK_SHARED
);
3710 xfs_inode_log_item_t
*iip
;
3713 ip
= XFS_BHVTOI(bdp
);
3717 if (XFS_FORCED_SHUTDOWN(mp
))
3718 return XFS_ERROR(EIO
);
3721 * Bypass inodes which have already been cleaned by
3722 * the inode flush clustering code inside xfs_iflush
3724 if ((ip
->i_update_core
== 0) &&
3725 ((iip
== NULL
) || !(iip
->ili_format
.ilf_fields
& XFS_ILOG_ALL
)))
3728 if (flags
& FLUSH_LOG
) {
3729 if (iip
&& iip
->ili_last_lsn
) {
3730 xlog_t
*log
= mp
->m_log
;
3732 int s
, log_flags
= XFS_LOG_FORCE
;
3734 s
= GRANT_LOCK(log
);
3735 sync_lsn
= log
->l_last_sync_lsn
;
3736 GRANT_UNLOCK(log
, s
);
3738 if ((XFS_LSN_CMP(iip
->ili_last_lsn
, sync_lsn
) <= 0))
3741 if (flags
& FLUSH_SYNC
)
3742 log_flags
|= XFS_LOG_SYNC
;
3743 return xfs_log_force(mp
, iip
->ili_last_lsn
, log_flags
);
3748 * We make this non-blocking if the inode is contended,
3749 * return EAGAIN to indicate to the caller that they
3750 * did not succeed. This prevents the flush path from
3751 * blocking on inodes inside another operation right
3752 * now, they get caught later by xfs_sync.
3754 if (flags
& FLUSH_INODE
) {
3757 if (xfs_ipincount(ip
))
3760 if (flags
& FLUSH_SYNC
) {
3761 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
3763 } else if (xfs_ilock_nowait(ip
, XFS_ILOCK_SHARED
)) {
3764 if (xfs_ipincount(ip
) || !xfs_iflock_nowait(ip
)) {
3765 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
3772 if (flags
& FLUSH_SYNC
)
3773 flush_flags
= XFS_IFLUSH_SYNC
;
3775 flush_flags
= XFS_IFLUSH_ASYNC
;
3777 error
= xfs_iflush(ip
, flush_flags
);
3778 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
3797 if (!capable(CAP_SYS_ADMIN
))
3798 return XFS_ERROR(EPERM
);
3800 ip
= XFS_BHVTOI(bdp
);
3803 if (XFS_FORCED_SHUTDOWN(mp
))
3804 return XFS_ERROR(EIO
);
3806 tp
= xfs_trans_alloc(mp
, XFS_TRANS_SET_DMATTRS
);
3807 error
= xfs_trans_reserve(tp
, 0, XFS_ICHANGE_LOG_RES (mp
), 0, 0, 0);
3809 xfs_trans_cancel(tp
, 0);
3812 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
3813 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
3815 ip
->i_iocore
.io_dmevmask
= ip
->i_d
.di_dmevmask
= evmask
;
3816 ip
->i_iocore
.io_dmstate
= ip
->i_d
.di_dmstate
= state
;
3818 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
3820 error
= xfs_trans_commit(tp
, 0, NULL
);
3836 vp
= BHV_TO_VNODE(bdp
);
3837 ip
= XFS_BHVTOI(bdp
);
3839 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
3841 ASSERT(!VN_MAPPED(vp
));
3843 /* bad inode, get out here ASAP */
3851 ASSERT(XFS_FORCED_SHUTDOWN(ip
->i_mount
) || ip
->i_delayed_blks
== 0);
3852 ASSERT(VN_CACHED(vp
) == 0);
3854 /* If we have nothing to flush with this inode then complete the
3855 * teardown now, otherwise break the link between the xfs inode
3856 * and the linux inode and clean up the xfs inode later. This
3857 * avoids flushing the inode to disk during the delete operation
3860 if (!ip
->i_update_core
&& (ip
->i_itemp
== NULL
)) {
3861 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
3863 return xfs_finish_reclaim(ip
, 1, XFS_IFLUSH_DELWRI_ELSE_SYNC
);
3865 xfs_mount_t
*mp
= ip
->i_mount
;
3867 /* Protect sync from us */
3868 XFS_MOUNT_ILOCK(mp
);
3869 vn_bhv_remove(VN_BHV_HEAD(vp
), XFS_ITOBHV(ip
));
3870 list_add_tail(&ip
->i_reclaim
, &mp
->m_del_inodes
);
3871 ip
->i_flags
|= XFS_IRECLAIMABLE
;
3872 XFS_MOUNT_IUNLOCK(mp
);
3883 xfs_ihash_t
*ih
= ip
->i_hash
;
3884 vnode_t
*vp
= XFS_ITOV_NULL(ip
);
3887 if (vp
&& VN_BAD(vp
))
3890 /* The hash lock here protects a thread in xfs_iget_core from
3891 * racing with us on linking the inode back with a vnode.
3892 * Once we have the XFS_IRECLAIM flag set it will not touch
3895 write_lock(&ih
->ih_lock
);
3896 if ((ip
->i_flags
& XFS_IRECLAIM
) ||
3897 (!(ip
->i_flags
& XFS_IRECLAIMABLE
) && vp
== NULL
)) {
3898 write_unlock(&ih
->ih_lock
);
3901 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
3905 ip
->i_flags
|= XFS_IRECLAIM
;
3906 write_unlock(&ih
->ih_lock
);
3909 * If the inode is still dirty, then flush it out. If the inode
3910 * is not in the AIL, then it will be OK to flush it delwri as
3911 * long as xfs_iflush() does not keep any references to the inode.
3912 * We leave that decision up to xfs_iflush() since it has the
3913 * knowledge of whether it's OK to simply do a delwri flush of
3914 * the inode or whether we need to wait until the inode is
3915 * pulled from the AIL.
3916 * We get the flush lock regardless, though, just to make sure
3917 * we don't free it while it is being flushed.
3919 if (!XFS_FORCED_SHUTDOWN(ip
->i_mount
)) {
3921 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
3925 if (ip
->i_update_core
||
3926 ((ip
->i_itemp
!= NULL
) &&
3927 (ip
->i_itemp
->ili_format
.ilf_fields
!= 0))) {
3928 error
= xfs_iflush(ip
, sync_mode
);
3930 * If we hit an error, typically because of filesystem
3931 * shutdown, we don't need to let vn_reclaim to know
3932 * because we're gonna reclaim the inode anyway.
3935 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
3938 xfs_iflock(ip
); /* synchronize with xfs_iflush_done */
3941 ASSERT(ip
->i_update_core
== 0);
3942 ASSERT(ip
->i_itemp
== NULL
||
3943 ip
->i_itemp
->ili_format
.ilf_fields
== 0);
3944 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
3945 } else if (locked
) {
3947 * We are not interested in doing an iflush if we're
3948 * in the process of shutting down the filesystem forcibly.
3949 * So, just reclaim the inode.
3952 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
3961 xfs_finish_reclaim_all(xfs_mount_t
*mp
, int noblock
)
3964 xfs_inode_t
*ip
, *n
;
3969 XFS_MOUNT_ILOCK(mp
);
3970 list_for_each_entry_safe(ip
, n
, &mp
->m_del_inodes
, i_reclaim
) {
3972 if (xfs_ilock_nowait(ip
, XFS_ILOCK_EXCL
) == 0)
3974 if (xfs_ipincount(ip
) ||
3975 !xfs_iflock_nowait(ip
)) {
3976 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
3980 XFS_MOUNT_IUNLOCK(mp
);
3981 xfs_finish_reclaim(ip
, noblock
,
3982 XFS_IFLUSH_DELWRI_ELSE_ASYNC
);
3990 XFS_MOUNT_IUNLOCK(mp
);
3995 * xfs_alloc_file_space()
3996 * This routine allocates disk space for the given file.
3998 * If alloc_type == 0, this request is for an ALLOCSP type
3999 * request which will change the file size. In this case, no
4000 * DMAPI event will be generated by the call. A TRUNCATE event
4001 * will be generated later by xfs_setattr.
4003 * If alloc_type != 0, this request is for a RESVSP type
4004 * request, and a DMAPI DM_EVENT_WRITE will be generated if the
4005 * lower block boundary byte address is less than the file's
4014 xfs_alloc_file_space(
4021 xfs_filblks_t allocated_fsb
;
4022 xfs_filblks_t allocatesize_fsb
;
4025 xfs_filblks_t datablocks
;
4027 xfs_fsblock_t firstfsb
;
4028 xfs_bmap_free_t free_list
;
4029 xfs_bmbt_irec_t
*imapp
;
4030 xfs_bmbt_irec_t imaps
[1];
4037 xfs_fileoff_t startoffset_fsb
;
4039 int xfs_bmapi_flags
;
4041 vn_trace_entry(XFS_ITOV(ip
), __FUNCTION__
, (inst_t
*)__return_address
);
4044 if (XFS_FORCED_SHUTDOWN(mp
))
4045 return XFS_ERROR(EIO
);
4048 * determine if this is a realtime file
4050 if ((rt
= XFS_IS_REALTIME_INODE(ip
)) != 0) {
4051 if (ip
->i_d
.di_extsize
)
4052 rtextsize
= ip
->i_d
.di_extsize
;
4054 rtextsize
= mp
->m_sb
.sb_rextsize
;
4058 if ((error
= XFS_QM_DQATTACH(mp
, ip
, 0)))
4062 return XFS_ERROR(EINVAL
);
4068 xfs_bmapi_flags
= XFS_BMAPI_WRITE
| (alloc_type
? XFS_BMAPI_PREALLOC
: 0);
4069 startoffset_fsb
= XFS_B_TO_FSBT(mp
, offset
);
4070 allocatesize_fsb
= XFS_B_TO_FSB(mp
, count
);
4072 /* Generate a DMAPI event if needed. */
4073 if (alloc_type
!= 0 && offset
< ip
->i_d
.di_size
&&
4074 (attr_flags
&ATTR_DMI
) == 0 &&
4075 DM_EVENT_ENABLED(XFS_MTOVFS(mp
), ip
, DM_EVENT_WRITE
)) {
4076 xfs_off_t end_dmi_offset
;
4078 end_dmi_offset
= offset
+len
;
4079 if (end_dmi_offset
> ip
->i_d
.di_size
)
4080 end_dmi_offset
= ip
->i_d
.di_size
;
4081 error
= XFS_SEND_DATA(mp
, DM_EVENT_WRITE
, XFS_ITOV(ip
),
4082 offset
, end_dmi_offset
- offset
,
4089 * allocate file space until done or until there is an error
4092 while (allocatesize_fsb
&& !error
) {
4094 * determine if reserving space on
4095 * the data or realtime partition.
4100 s
= startoffset_fsb
;
4101 do_div(s
, rtextsize
);
4103 e
= roundup_64(startoffset_fsb
+ allocatesize_fsb
,
4105 numrtextents
= (int)(e
- s
) / mp
->m_sb
.sb_rextsize
;
4108 datablocks
= allocatesize_fsb
;
4113 * allocate and setup the transaction
4115 tp
= xfs_trans_alloc(mp
, XFS_TRANS_DIOSTRAT
);
4116 resblks
= XFS_DIOSTRAT_SPACE_RES(mp
, datablocks
);
4117 error
= xfs_trans_reserve(tp
,
4119 XFS_WRITE_LOG_RES(mp
),
4121 XFS_TRANS_PERM_LOG_RES
,
4122 XFS_WRITE_LOG_COUNT
);
4125 * check for running out of space
4129 * Free the transaction structure.
4131 ASSERT(error
== ENOSPC
|| XFS_FORCED_SHUTDOWN(mp
));
4132 xfs_trans_cancel(tp
, 0);
4135 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
4136 error
= XFS_TRANS_RESERVE_QUOTA(mp
, tp
,
4137 ip
->i_udquot
, ip
->i_gdquot
, resblks
, 0, 0);
4141 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
4142 xfs_trans_ihold(tp
, ip
);
4145 * issue the bmapi() call to allocate the blocks
4147 XFS_BMAP_INIT(&free_list
, &firstfsb
);
4148 error
= xfs_bmapi(tp
, ip
, startoffset_fsb
,
4149 allocatesize_fsb
, xfs_bmapi_flags
,
4150 &firstfsb
, 0, imapp
, &reccount
,
4157 * complete the transaction
4159 error
= xfs_bmap_finish(&tp
, &free_list
, firstfsb
, &committed
);
4164 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
4165 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
4170 allocated_fsb
= imapp
->br_blockcount
;
4172 if (reccount
== 0) {
4173 error
= XFS_ERROR(ENOSPC
);
4177 startoffset_fsb
+= allocated_fsb
;
4178 allocatesize_fsb
-= allocated_fsb
;
4181 if (error
== ENOSPC
&& (attr_flags
&ATTR_DMI
) == 0 &&
4182 DM_EVENT_ENABLED(XFS_MTOVFS(mp
), ip
, DM_EVENT_NOSPACE
)) {
4184 error
= XFS_SEND_NAMESP(mp
, DM_EVENT_NOSPACE
,
4185 XFS_ITOV(ip
), DM_RIGHT_NULL
,
4186 XFS_ITOV(ip
), DM_RIGHT_NULL
,
4187 NULL
, NULL
, 0, 0, 0); /* Delay flag intentionally unused */
4189 goto retry
; /* Maybe DMAPI app. has made space */
4190 /* else fall through with error from XFS_SEND_DATA */
4196 xfs_bmap_cancel(&free_list
);
4198 xfs_trans_cancel(tp
, XFS_TRANS_RELEASE_LOG_RES
| XFS_TRANS_ABORT
);
4199 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
4200 goto dmapi_enospc_check
;
4204 * Zero file bytes between startoff and endoff inclusive.
4205 * The iolock is held exclusive and no blocks are buffered.
4208 xfs_zero_remaining_bytes(
4213 xfs_bmbt_irec_t imap
;
4214 xfs_fileoff_t offset_fsb
;
4215 xfs_off_t lastoffset
;
4218 xfs_mount_t
*mp
= ip
->i_mount
;
4222 bp
= xfs_buf_get_noaddr(mp
->m_sb
.sb_blocksize
,
4223 ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
?
4224 mp
->m_rtdev_targp
: mp
->m_ddev_targp
);
4226 for (offset
= startoff
; offset
<= endoff
; offset
= lastoffset
+ 1) {
4227 offset_fsb
= XFS_B_TO_FSBT(mp
, offset
);
4229 error
= xfs_bmapi(NULL
, ip
, offset_fsb
, 1, 0, NULL
, 0, &imap
,
4231 if (error
|| nimap
< 1)
4233 ASSERT(imap
.br_blockcount
>= 1);
4234 ASSERT(imap
.br_startoff
== offset_fsb
);
4235 lastoffset
= XFS_FSB_TO_B(mp
, imap
.br_startoff
+ 1) - 1;
4236 if (lastoffset
> endoff
)
4237 lastoffset
= endoff
;
4238 if (imap
.br_startblock
== HOLESTARTBLOCK
)
4240 ASSERT(imap
.br_startblock
!= DELAYSTARTBLOCK
);
4241 if (imap
.br_state
== XFS_EXT_UNWRITTEN
)
4244 XFS_BUF_UNWRITE(bp
);
4246 XFS_BUF_SET_ADDR(bp
, XFS_FSB_TO_DB(ip
, imap
.br_startblock
));
4248 if ((error
= xfs_iowait(bp
))) {
4249 xfs_ioerror_alert("xfs_zero_remaining_bytes(read)",
4250 mp
, bp
, XFS_BUF_ADDR(bp
));
4253 memset(XFS_BUF_PTR(bp
) +
4254 (offset
- XFS_FSB_TO_B(mp
, imap
.br_startoff
)),
4255 0, lastoffset
- offset
+ 1);
4260 if ((error
= xfs_iowait(bp
))) {
4261 xfs_ioerror_alert("xfs_zero_remaining_bytes(write)",
4262 mp
, bp
, XFS_BUF_ADDR(bp
));
4271 * xfs_free_file_space()
4272 * This routine frees disk space for the given file.
4274 * This routine is only called by xfs_change_file_space
4275 * for an UNRESVSP type call.
4283 xfs_free_file_space(
4292 xfs_off_t end_dmi_offset
;
4293 xfs_fileoff_t endoffset_fsb
;
4295 xfs_fsblock_t firstfsb
;
4296 xfs_bmap_free_t free_list
;
4298 xfs_bmbt_irec_t imap
;
4306 xfs_fileoff_t startoffset_fsb
;
4308 int need_iolock
= 1;
4313 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
4315 if ((error
= XFS_QM_DQATTACH(mp
, ip
, 0)))
4319 if (len
<= 0) /* if nothing being freed */
4321 rt
= (ip
->i_d
.di_flags
& XFS_DIFLAG_REALTIME
);
4322 startoffset_fsb
= XFS_B_TO_FSB(mp
, offset
);
4323 end_dmi_offset
= offset
+ len
;
4324 endoffset_fsb
= XFS_B_TO_FSBT(mp
, end_dmi_offset
);
4326 if (offset
< ip
->i_d
.di_size
&&
4327 (attr_flags
& ATTR_DMI
) == 0 &&
4328 DM_EVENT_ENABLED(XFS_MTOVFS(mp
), ip
, DM_EVENT_WRITE
)) {
4329 if (end_dmi_offset
> ip
->i_d
.di_size
)
4330 end_dmi_offset
= ip
->i_d
.di_size
;
4331 error
= XFS_SEND_DATA(mp
, DM_EVENT_WRITE
, vp
,
4332 offset
, end_dmi_offset
- offset
,
4333 AT_DELAY_FLAG(attr_flags
), NULL
);
4338 ASSERT(attr_flags
& ATTR_NOLOCK
? attr_flags
& ATTR_DMI
: 1);
4339 if (attr_flags
& ATTR_NOLOCK
)
4342 xfs_ilock(ip
, XFS_IOLOCK_EXCL
);
4344 rounding
= MAX((__uint8_t
)(1 << mp
->m_sb
.sb_blocklog
),
4346 ilen
= len
+ (offset
& (rounding
- 1));
4347 ioffset
= offset
& ~(rounding
- 1);
4348 if (ilen
& (rounding
- 1))
4349 ilen
= (ilen
+ rounding
) & ~(rounding
- 1);
4351 if (VN_CACHED(vp
) != 0) {
4352 xfs_inval_cached_trace(&ip
->i_iocore
, ioffset
, -1,
4353 ctooff(offtoct(ioffset
)), -1);
4354 VOP_FLUSHINVAL_PAGES(vp
, ctooff(offtoct(ioffset
)),
4355 -1, FI_REMAPF_LOCKED
);
4359 * Need to zero the stuff we're not freeing, on disk.
4360 * If its a realtime file & can't use unwritten extents then we
4361 * actually need to zero the extent edges. Otherwise xfs_bunmapi
4362 * will take care of it for us.
4364 if (rt
&& !XFS_SB_VERSION_HASEXTFLGBIT(&mp
->m_sb
)) {
4366 error
= xfs_bmapi(NULL
, ip
, startoffset_fsb
, 1, 0, NULL
, 0,
4367 &imap
, &nimap
, NULL
);
4369 goto out_unlock_iolock
;
4370 ASSERT(nimap
== 0 || nimap
== 1);
4371 if (nimap
&& imap
.br_startblock
!= HOLESTARTBLOCK
) {
4374 ASSERT(imap
.br_startblock
!= DELAYSTARTBLOCK
);
4375 block
= imap
.br_startblock
;
4376 mod
= do_div(block
, mp
->m_sb
.sb_rextsize
);
4378 startoffset_fsb
+= mp
->m_sb
.sb_rextsize
- mod
;
4381 error
= xfs_bmapi(NULL
, ip
, endoffset_fsb
- 1, 1, 0, NULL
, 0,
4382 &imap
, &nimap
, NULL
);
4384 goto out_unlock_iolock
;
4385 ASSERT(nimap
== 0 || nimap
== 1);
4386 if (nimap
&& imap
.br_startblock
!= HOLESTARTBLOCK
) {
4387 ASSERT(imap
.br_startblock
!= DELAYSTARTBLOCK
);
4389 if (mod
&& (mod
!= mp
->m_sb
.sb_rextsize
))
4390 endoffset_fsb
-= mod
;
4393 if ((done
= (endoffset_fsb
<= startoffset_fsb
)))
4395 * One contiguous piece to clear
4397 error
= xfs_zero_remaining_bytes(ip
, offset
, offset
+ len
- 1);
4400 * Some full blocks, possibly two pieces to clear
4402 if (offset
< XFS_FSB_TO_B(mp
, startoffset_fsb
))
4403 error
= xfs_zero_remaining_bytes(ip
, offset
,
4404 XFS_FSB_TO_B(mp
, startoffset_fsb
) - 1);
4406 XFS_FSB_TO_B(mp
, endoffset_fsb
) < offset
+ len
)
4407 error
= xfs_zero_remaining_bytes(ip
,
4408 XFS_FSB_TO_B(mp
, endoffset_fsb
),
4413 * free file space until done or until there is an error
4415 resblks
= XFS_DIOSTRAT_SPACE_RES(mp
, 0);
4416 while (!error
&& !done
) {
4419 * allocate and setup the transaction
4421 tp
= xfs_trans_alloc(mp
, XFS_TRANS_DIOSTRAT
);
4422 error
= xfs_trans_reserve(tp
,
4424 XFS_WRITE_LOG_RES(mp
),
4426 XFS_TRANS_PERM_LOG_RES
,
4427 XFS_WRITE_LOG_COUNT
);
4430 * check for running out of space
4434 * Free the transaction structure.
4436 ASSERT(error
== ENOSPC
|| XFS_FORCED_SHUTDOWN(mp
));
4437 xfs_trans_cancel(tp
, 0);
4440 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
4441 error
= XFS_TRANS_RESERVE_QUOTA(mp
, tp
,
4442 ip
->i_udquot
, ip
->i_gdquot
, resblks
, 0, rt
?
4443 XFS_QMOPT_RES_RTBLKS
: XFS_QMOPT_RES_REGBLKS
);
4447 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
4448 xfs_trans_ihold(tp
, ip
);
4451 * issue the bunmapi() call to free the blocks
4453 XFS_BMAP_INIT(&free_list
, &firstfsb
);
4454 error
= xfs_bunmapi(tp
, ip
, startoffset_fsb
,
4455 endoffset_fsb
- startoffset_fsb
,
4456 0, 2, &firstfsb
, &free_list
, &done
);
4462 * complete the transaction
4464 error
= xfs_bmap_finish(&tp
, &free_list
, firstfsb
, &committed
);
4469 error
= xfs_trans_commit(tp
, XFS_TRANS_RELEASE_LOG_RES
, NULL
);
4470 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
4475 xfs_iunlock(ip
, XFS_IOLOCK_EXCL
);
4479 xfs_bmap_cancel(&free_list
);
4481 xfs_trans_cancel(tp
, XFS_TRANS_RELEASE_LOG_RES
| XFS_TRANS_ABORT
);
4482 xfs_iunlock(ip
, need_iolock
? (XFS_ILOCK_EXCL
| XFS_IOLOCK_EXCL
) :
4488 * xfs_change_file_space()
4489 * This routine allocates or frees disk space for the given file.
4490 * The user specified parameters are checked for alignment and size
4499 xfs_change_file_space(
4513 xfs_off_t startoffset
;
4519 vp
= BHV_TO_VNODE(bdp
);
4520 vn_trace_entry(vp
, __FUNCTION__
, (inst_t
*)__return_address
);
4522 ip
= XFS_BHVTOI(bdp
);
4526 * must be a regular file and have write permission
4529 return XFS_ERROR(EINVAL
);
4531 xfs_ilock(ip
, XFS_ILOCK_SHARED
);
4533 if ((error
= xfs_iaccess(ip
, S_IWUSR
, credp
))) {
4534 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
4538 xfs_iunlock(ip
, XFS_ILOCK_SHARED
);
4540 switch (bf
->l_whence
) {
4541 case 0: /*SEEK_SET*/
4543 case 1: /*SEEK_CUR*/
4544 bf
->l_start
+= offset
;
4546 case 2: /*SEEK_END*/
4547 bf
->l_start
+= ip
->i_d
.di_size
;
4550 return XFS_ERROR(EINVAL
);
4553 llen
= bf
->l_len
> 0 ? bf
->l_len
- 1 : bf
->l_len
;
4555 if ( (bf
->l_start
< 0)
4556 || (bf
->l_start
> XFS_MAXIOFFSET(mp
))
4557 || (bf
->l_start
+ llen
< 0)
4558 || (bf
->l_start
+ llen
> XFS_MAXIOFFSET(mp
)))
4559 return XFS_ERROR(EINVAL
);
4563 startoffset
= bf
->l_start
;
4564 fsize
= ip
->i_d
.di_size
;
4567 * XFS_IOC_RESVSP and XFS_IOC_UNRESVSP will reserve or unreserve
4569 * These calls do NOT zero the data space allocated to the file,
4570 * nor do they change the file size.
4572 * XFS_IOC_ALLOCSP and XFS_IOC_FREESP will allocate and free file
4574 * These calls cause the new file data to be zeroed and the file
4575 * size to be changed.
4577 setprealloc
= clrprealloc
= 0;
4580 case XFS_IOC_RESVSP
:
4581 case XFS_IOC_RESVSP64
:
4582 error
= xfs_alloc_file_space(ip
, startoffset
, bf
->l_len
,
4589 case XFS_IOC_UNRESVSP
:
4590 case XFS_IOC_UNRESVSP64
:
4591 if ((error
= xfs_free_file_space(ip
, startoffset
, bf
->l_len
,
4596 case XFS_IOC_ALLOCSP
:
4597 case XFS_IOC_ALLOCSP64
:
4598 case XFS_IOC_FREESP
:
4599 case XFS_IOC_FREESP64
:
4600 if (startoffset
> fsize
) {
4601 error
= xfs_alloc_file_space(ip
, fsize
,
4602 startoffset
- fsize
, 0, attr_flags
);
4607 va
.va_mask
= XFS_AT_SIZE
;
4608 va
.va_size
= startoffset
;
4610 error
= xfs_setattr(bdp
, &va
, attr_flags
, credp
);
4620 return XFS_ERROR(EINVAL
);
4624 * update the inode timestamp, mode, and prealloc flag bits
4626 tp
= xfs_trans_alloc(mp
, XFS_TRANS_WRITEID
);
4628 if ((error
= xfs_trans_reserve(tp
, 0, XFS_WRITEID_LOG_RES(mp
),
4631 xfs_trans_cancel(tp
, 0);
4635 xfs_ilock(ip
, XFS_ILOCK_EXCL
);
4637 xfs_trans_ijoin(tp
, ip
, XFS_ILOCK_EXCL
);
4638 xfs_trans_ihold(tp
, ip
);
4640 if ((attr_flags
& ATTR_DMI
) == 0) {
4641 ip
->i_d
.di_mode
&= ~S_ISUID
;
4644 * Note that we don't have to worry about mandatory
4645 * file locking being disabled here because we only
4646 * clear the S_ISGID bit if the Group execute bit is
4647 * on, but if it was on then mandatory locking wouldn't
4648 * have been enabled.
4650 if (ip
->i_d
.di_mode
& S_IXGRP
)
4651 ip
->i_d
.di_mode
&= ~S_ISGID
;
4653 xfs_ichgtime(ip
, XFS_ICHGTIME_MOD
| XFS_ICHGTIME_CHG
);
4656 ip
->i_d
.di_flags
|= XFS_DIFLAG_PREALLOC
;
4657 else if (clrprealloc
)
4658 ip
->i_d
.di_flags
&= ~XFS_DIFLAG_PREALLOC
;
4660 xfs_trans_log_inode(tp
, ip
, XFS_ILOG_CORE
);
4661 xfs_trans_set_sync(tp
);
4663 error
= xfs_trans_commit(tp
, 0, NULL
);
4665 xfs_iunlock(ip
, XFS_ILOCK_EXCL
);
4670 vnodeops_t xfs_vnodeops
= {
4671 BHV_IDENTITY_INIT(VN_BHV_XFS
,VNODE_POSITION_XFS
),
4672 .vop_open
= xfs_open
,
4673 .vop_read
= xfs_read
,
4674 #ifdef HAVE_SENDFILE
4675 .vop_sendfile
= xfs_sendfile
,
4677 .vop_write
= xfs_write
,
4678 .vop_ioctl
= xfs_ioctl
,
4679 .vop_getattr
= xfs_getattr
,
4680 .vop_setattr
= xfs_setattr
,
4681 .vop_access
= xfs_access
,
4682 .vop_lookup
= xfs_lookup
,
4683 .vop_create
= xfs_create
,
4684 .vop_remove
= xfs_remove
,
4685 .vop_link
= xfs_link
,
4686 .vop_rename
= xfs_rename
,
4687 .vop_mkdir
= xfs_mkdir
,
4688 .vop_rmdir
= xfs_rmdir
,
4689 .vop_readdir
= xfs_readdir
,
4690 .vop_symlink
= xfs_symlink
,
4691 .vop_readlink
= xfs_readlink
,
4692 .vop_fsync
= xfs_fsync
,
4693 .vop_inactive
= xfs_inactive
,
4694 .vop_fid2
= xfs_fid2
,
4695 .vop_rwlock
= xfs_rwlock
,
4696 .vop_rwunlock
= xfs_rwunlock
,
4697 .vop_bmap
= xfs_bmap
,
4698 .vop_reclaim
= xfs_reclaim
,
4699 .vop_attr_get
= xfs_attr_get
,
4700 .vop_attr_set
= xfs_attr_set
,
4701 .vop_attr_remove
= xfs_attr_remove
,
4702 .vop_attr_list
= xfs_attr_list
,
4703 .vop_link_removed
= (vop_link_removed_t
)fs_noval
,
4704 .vop_vnode_change
= (vop_vnode_change_t
)fs_noval
,
4705 .vop_tosspages
= fs_tosspages
,
4706 .vop_flushinval_pages
= fs_flushinval_pages
,
4707 .vop_flush_pages
= fs_flush_pages
,
4708 .vop_release
= xfs_release
,
4709 .vop_iflush
= xfs_inode_flush
,