Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * inode.c |
| 3 | * |
| 4 | * PURPOSE |
| 5 | * Inode handling routines for the OSTA-UDF(tm) filesystem. |
| 6 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * COPYRIGHT |
| 8 | * This file is distributed under the terms of the GNU General Public |
| 9 | * License (GPL). Copies of the GPL can be obtained from: |
| 10 | * ftp://prep.ai.mit.edu/pub/gnu/GPL |
| 11 | * Each contributing author retains all rights to their own work. |
| 12 | * |
| 13 | * (C) 1998 Dave Boynton |
| 14 | * (C) 1998-2004 Ben Fennema |
| 15 | * (C) 1999-2000 Stelias Computing Inc |
| 16 | * |
| 17 | * HISTORY |
| 18 | * |
| 19 | * 10/04/98 dgb Added rudimentary directory functions |
| 20 | * 10/07/98 Fully working udf_block_map! It works! |
| 21 | * 11/25/98 bmap altered to better support extents |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 22 | * 12/06/98 blf partition support in udf_iget, udf_block_map |
| 23 | * and udf_read_inode |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | * 12/12/98 rewrote udf_block_map to handle next extents and descs across |
| 25 | * block boundaries (which is not actually allowed) |
| 26 | * 12/20/98 added support for strategy 4096 |
| 27 | * 03/07/99 rewrote udf_block_map (again) |
| 28 | * New funcs, inode_bmap, udf_next_aext |
| 29 | * 04/19/99 Support for writing device EA's for major/minor # |
| 30 | */ |
| 31 | |
| 32 | #include "udfdecl.h" |
| 33 | #include <linux/mm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | #include <linux/module.h> |
| 35 | #include <linux/pagemap.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | #include <linux/writeback.h> |
| 37 | #include <linux/slab.h> |
Bob Copeland | f845fce | 2008-04-17 09:47:48 +0200 | [diff] [blame] | 38 | #include <linux/crc-itu-t.h> |
Namjae Jeon | bc11232 | 2011-10-03 14:02:59 +0900 | [diff] [blame] | 39 | #include <linux/mpage.h> |
Christoph Hellwig | e2e40f2 | 2015-02-22 08:58:50 -0800 | [diff] [blame] | 40 | #include <linux/uio.h> |
Christoph Hellwig | 2f8b544 | 2016-11-01 07:40:13 -0600 | [diff] [blame] | 41 | #include <linux/bio.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | |
| 43 | #include "udf_i.h" |
| 44 | #include "udf_sb.h" |
| 45 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | #define EXTENT_MERGE_SIZE 5 |
| 47 | |
Steven J. Magnani | c3367a1 | 2019-08-27 07:13:59 -0500 | [diff] [blame] | 48 | #define FE_MAPPED_PERMS (FE_PERM_U_READ | FE_PERM_U_WRITE | FE_PERM_U_EXEC | \ |
| 49 | FE_PERM_G_READ | FE_PERM_G_WRITE | FE_PERM_G_EXEC | \ |
| 50 | FE_PERM_O_READ | FE_PERM_O_WRITE | FE_PERM_O_EXEC) |
| 51 | |
| 52 | #define FE_DELETE_PERMS (FE_PERM_U_DELETE | FE_PERM_G_DELETE | \ |
| 53 | FE_PERM_O_DELETE) |
| 54 | |
Al Viro | faa1729 | 2011-07-26 03:18:29 -0400 | [diff] [blame] | 55 | static umode_t udf_convert_permissions(struct fileEntry *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | static int udf_update_inode(struct inode *, int); |
Jan Kara | 49521de | 2010-10-20 17:42:44 +0200 | [diff] [blame] | 57 | static int udf_sync_inode(struct inode *inode); |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 58 | static int udf_alloc_i_data(struct inode *inode, size_t size); |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 59 | static sector_t inode_getblk(struct inode *, sector_t, int *, int *); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 60 | static int8_t udf_insert_aext(struct inode *, struct extent_position, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 61 | struct kernel_lb_addr, uint32_t); |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 62 | static void udf_split_extents(struct inode *, int *, int, udf_pblk_t, |
Fabian Frederick | 3cc6f84 | 2017-01-06 21:53:50 +0100 | [diff] [blame] | 63 | struct kernel_long_ad *, int *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | static void udf_prealloc_extents(struct inode *, int, int, |
Fabian Frederick | 3cc6f84 | 2017-01-06 21:53:50 +0100 | [diff] [blame] | 65 | struct kernel_long_ad *, int *); |
| 66 | static void udf_merge_extents(struct inode *, struct kernel_long_ad *, int *); |
| 67 | static void udf_update_extents(struct inode *, struct kernel_long_ad *, int, |
| 68 | int, struct extent_position *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | static int udf_get_block(struct inode *, sector_t, struct buffer_head *, int); |
| 70 | |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 71 | static void __udf_clear_extent_cache(struct inode *inode) |
| 72 | { |
| 73 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 74 | |
| 75 | if (iinfo->cached_extent.lstart != -1) { |
| 76 | brelse(iinfo->cached_extent.epos.bh); |
| 77 | iinfo->cached_extent.lstart = -1; |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | /* Invalidate extent cache */ |
| 82 | static void udf_clear_extent_cache(struct inode *inode) |
| 83 | { |
| 84 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 85 | |
| 86 | spin_lock(&iinfo->i_extent_cache_lock); |
| 87 | __udf_clear_extent_cache(inode); |
| 88 | spin_unlock(&iinfo->i_extent_cache_lock); |
| 89 | } |
| 90 | |
| 91 | /* Return contents of extent cache */ |
| 92 | static int udf_read_extent_cache(struct inode *inode, loff_t bcount, |
| 93 | loff_t *lbcount, struct extent_position *pos) |
| 94 | { |
| 95 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 96 | int ret = 0; |
| 97 | |
| 98 | spin_lock(&iinfo->i_extent_cache_lock); |
| 99 | if ((iinfo->cached_extent.lstart <= bcount) && |
| 100 | (iinfo->cached_extent.lstart != -1)) { |
| 101 | /* Cache hit */ |
| 102 | *lbcount = iinfo->cached_extent.lstart; |
| 103 | memcpy(pos, &iinfo->cached_extent.epos, |
| 104 | sizeof(struct extent_position)); |
| 105 | if (pos->bh) |
| 106 | get_bh(pos->bh); |
| 107 | ret = 1; |
| 108 | } |
| 109 | spin_unlock(&iinfo->i_extent_cache_lock); |
| 110 | return ret; |
| 111 | } |
| 112 | |
| 113 | /* Add extent to extent cache */ |
| 114 | static void udf_update_extent_cache(struct inode *inode, loff_t estart, |
Fabian Frederick | b31c9ed | 2017-01-06 21:53:56 +0100 | [diff] [blame] | 115 | struct extent_position *pos) |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 116 | { |
| 117 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 118 | |
| 119 | spin_lock(&iinfo->i_extent_cache_lock); |
| 120 | /* Invalidate previously cached extent */ |
| 121 | __udf_clear_extent_cache(inode); |
| 122 | if (pos->bh) |
| 123 | get_bh(pos->bh); |
Markus Elfring | 033c9da | 2017-08-15 16:45:44 +0200 | [diff] [blame] | 124 | memcpy(&iinfo->cached_extent.epos, pos, sizeof(*pos)); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 125 | iinfo->cached_extent.lstart = estart; |
Fabian Frederick | b31c9ed | 2017-01-06 21:53:56 +0100 | [diff] [blame] | 126 | switch (iinfo->i_alloc_type) { |
| 127 | case ICBTAG_FLAG_AD_SHORT: |
| 128 | iinfo->cached_extent.epos.offset -= sizeof(struct short_ad); |
| 129 | break; |
| 130 | case ICBTAG_FLAG_AD_LONG: |
| 131 | iinfo->cached_extent.epos.offset -= sizeof(struct long_ad); |
| 132 | break; |
| 133 | } |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 134 | spin_unlock(&iinfo->i_extent_cache_lock); |
| 135 | } |
Christoph Hellwig | b1e3212 | 2008-02-22 12:38:48 +0100 | [diff] [blame] | 136 | |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 137 | void udf_evict_inode(struct inode *inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | { |
Jan Kara | 2c948b3 | 2009-12-03 13:39:28 +0100 | [diff] [blame] | 139 | struct udf_inode_info *iinfo = UDF_I(inode); |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 140 | int want_delete = 0; |
Jan Kara | 2c948b3 | 2009-12-03 13:39:28 +0100 | [diff] [blame] | 141 | |
Jan Kara | 044e2e2 | 2020-09-25 12:14:03 +0200 | [diff] [blame] | 142 | if (!is_bad_inode(inode)) { |
| 143 | if (!inode->i_nlink) { |
| 144 | want_delete = 1; |
| 145 | udf_setsize(inode, 0); |
| 146 | udf_update_inode(inode, IS_SYNC(inode)); |
| 147 | } |
| 148 | if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB && |
| 149 | inode->i_size != iinfo->i_lenExtents) { |
| 150 | udf_warn(inode->i_sb, |
| 151 | "Inode %lu (mode %o) has inode size %llu different from extent length %llu. Filesystem need not be standards compliant.\n", |
| 152 | inode->i_ino, inode->i_mode, |
| 153 | (unsigned long long)inode->i_size, |
| 154 | (unsigned long long)iinfo->i_lenExtents); |
| 155 | } |
Johannes Weiner | 91b0abe | 2014-04-03 14:47:49 -0700 | [diff] [blame] | 156 | } |
| 157 | truncate_inode_pages_final(&inode->i_data); |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 158 | invalidate_inode_buffers(inode); |
Jan Kara | dbd5768 | 2012-05-03 14:48:02 +0200 | [diff] [blame] | 159 | clear_inode(inode); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 160 | kfree(iinfo->i_data); |
| 161 | iinfo->i_data = NULL; |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 162 | udf_clear_extent_cache(inode); |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 163 | if (want_delete) { |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 164 | udf_free_inode(inode); |
Al Viro | 3aac2b6 | 2010-06-07 00:43:39 -0400 | [diff] [blame] | 165 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | } |
| 167 | |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 168 | static void udf_write_failed(struct address_space *mapping, loff_t to) |
| 169 | { |
| 170 | struct inode *inode = mapping->host; |
| 171 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 172 | loff_t isize = inode->i_size; |
| 173 | |
| 174 | if (to > isize) { |
Kirill A. Shutemov | 7caef26 | 2013-09-12 15:13:56 -0700 | [diff] [blame] | 175 | truncate_pagecache(inode, isize); |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 176 | if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB) { |
| 177 | down_write(&iinfo->i_data_sem); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 178 | udf_clear_extent_cache(inode); |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 179 | udf_truncate_extents(inode); |
| 180 | up_write(&iinfo->i_data_sem); |
| 181 | } |
| 182 | } |
| 183 | } |
| 184 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | static int udf_writepage(struct page *page, struct writeback_control *wbc) |
| 186 | { |
| 187 | return block_write_full_page(page, udf_get_block, wbc); |
| 188 | } |
| 189 | |
Namjae Jeon | 378b8e1 | 2012-08-31 12:49:07 -0400 | [diff] [blame] | 190 | static int udf_writepages(struct address_space *mapping, |
| 191 | struct writeback_control *wbc) |
| 192 | { |
| 193 | return mpage_writepages(mapping, wbc, udf_get_block); |
| 194 | } |
| 195 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | static int udf_readpage(struct file *file, struct page *page) |
| 197 | { |
Namjae Jeon | bc11232 | 2011-10-03 14:02:59 +0900 | [diff] [blame] | 198 | return mpage_readpage(page, udf_get_block); |
| 199 | } |
| 200 | |
Matthew Wilcox (Oracle) | d438834 | 2020-06-01 21:47:02 -0700 | [diff] [blame] | 201 | static void udf_readahead(struct readahead_control *rac) |
Namjae Jeon | bc11232 | 2011-10-03 14:02:59 +0900 | [diff] [blame] | 202 | { |
Matthew Wilcox (Oracle) | d438834 | 2020-06-01 21:47:02 -0700 | [diff] [blame] | 203 | mpage_readahead(rac, udf_get_block); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | } |
| 205 | |
Nick Piggin | be021ee | 2007-10-16 01:25:20 -0700 | [diff] [blame] | 206 | static int udf_write_begin(struct file *file, struct address_space *mapping, |
| 207 | loff_t pos, unsigned len, unsigned flags, |
| 208 | struct page **pagep, void **fsdata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | { |
Christoph Hellwig | 155130a | 2010-06-04 11:29:58 +0200 | [diff] [blame] | 210 | int ret; |
| 211 | |
| 212 | ret = block_write_begin(mapping, pos, len, flags, pagep, udf_get_block); |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 213 | if (unlikely(ret)) |
| 214 | udf_write_failed(mapping, pos + len); |
| 215 | return ret; |
| 216 | } |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 217 | |
Christoph Hellwig | c8b8e32 | 2016-04-07 08:51:58 -0700 | [diff] [blame] | 218 | static ssize_t udf_direct_IO(struct kiocb *iocb, struct iov_iter *iter) |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 219 | { |
| 220 | struct file *file = iocb->ki_filp; |
| 221 | struct address_space *mapping = file->f_mapping; |
| 222 | struct inode *inode = mapping->host; |
Al Viro | a6cbcd4 | 2014-03-04 22:38:00 -0500 | [diff] [blame] | 223 | size_t count = iov_iter_count(iter); |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 224 | ssize_t ret; |
Christoph Hellwig | 155130a | 2010-06-04 11:29:58 +0200 | [diff] [blame] | 225 | |
Christoph Hellwig | c8b8e32 | 2016-04-07 08:51:58 -0700 | [diff] [blame] | 226 | ret = blockdev_direct_IO(iocb, inode, iter, udf_get_block); |
Omar Sandoval | 6f67376 | 2015-03-16 04:33:52 -0700 | [diff] [blame] | 227 | if (unlikely(ret < 0 && iov_iter_rw(iter) == WRITE)) |
Christoph Hellwig | c8b8e32 | 2016-04-07 08:51:58 -0700 | [diff] [blame] | 228 | udf_write_failed(mapping, iocb->ki_pos + count); |
Christoph Hellwig | 155130a | 2010-06-04 11:29:58 +0200 | [diff] [blame] | 229 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | } |
| 231 | |
| 232 | static sector_t udf_bmap(struct address_space *mapping, sector_t block) |
| 233 | { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 234 | return generic_block_bmap(mapping, block, udf_get_block); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | } |
| 236 | |
Christoph Hellwig | f5e54d6 | 2006-06-28 04:26:44 -0700 | [diff] [blame] | 237 | const struct address_space_operations udf_aops = { |
Christoph Hellwig | 0af5737 | 2021-06-28 19:36:12 -0700 | [diff] [blame] | 238 | .set_page_dirty = __set_page_dirty_buffers, |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 239 | .readpage = udf_readpage, |
Matthew Wilcox (Oracle) | d438834 | 2020-06-01 21:47:02 -0700 | [diff] [blame] | 240 | .readahead = udf_readahead, |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 241 | .writepage = udf_writepage, |
Namjae Jeon | 378b8e1 | 2012-08-31 12:49:07 -0400 | [diff] [blame] | 242 | .writepages = udf_writepages, |
Ian Abbott | 5eec54f | 2012-09-05 17:44:31 +0100 | [diff] [blame] | 243 | .write_begin = udf_write_begin, |
| 244 | .write_end = generic_write_end, |
| 245 | .direct_IO = udf_direct_IO, |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 246 | .bmap = udf_bmap, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | }; |
| 248 | |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 249 | /* |
| 250 | * Expand file stored in ICB to a normal one-block-file |
| 251 | * |
| 252 | * This function requires i_data_sem for writing and releases it. |
| 253 | * This function requires i_mutex held |
| 254 | */ |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 255 | int udf_expand_file_adinicb(struct inode *inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | { |
| 257 | struct page *page; |
| 258 | char *kaddr; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 259 | struct udf_inode_info *iinfo = UDF_I(inode); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 260 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | struct writeback_control udf_wbc = { |
| 262 | .sync_mode = WB_SYNC_NONE, |
| 263 | .nr_to_write = 1, |
| 264 | }; |
| 265 | |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 266 | WARN_ON_ONCE(!inode_is_locked(inode)); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 267 | if (!iinfo->i_lenAlloc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_USE_SHORT_AD)) |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 269 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_SHORT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | else |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 271 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_LONG; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 272 | /* from now on we have normal address_space methods */ |
| 273 | inode->i_data.a_ops = &udf_aops; |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 274 | up_write(&iinfo->i_data_sem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | mark_inode_dirty(inode); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 276 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | } |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 278 | /* |
| 279 | * Release i_data_sem so that we can lock a page - page lock ranks |
| 280 | * above i_data_sem. i_mutex still protects us against file changes. |
| 281 | */ |
| 282 | up_write(&iinfo->i_data_sem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 284 | page = find_or_create_page(inode->i_mapping, 0, GFP_NOFS); |
| 285 | if (!page) |
| 286 | return -ENOMEM; |
Matt Mackall | cd7619d | 2005-05-01 08:59:01 -0700 | [diff] [blame] | 287 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 288 | if (!PageUptodate(page)) { |
Fabian Frederick | 5c26eac | 2017-04-23 20:58:34 +0200 | [diff] [blame] | 289 | kaddr = kmap_atomic(page); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 290 | memset(kaddr + iinfo->i_lenAlloc, 0x00, |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 291 | PAGE_SIZE - iinfo->i_lenAlloc); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 292 | memcpy(kaddr, iinfo->i_data + iinfo->i_lenEAttr, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 293 | iinfo->i_lenAlloc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | flush_dcache_page(page); |
| 295 | SetPageUptodate(page); |
Fabian Frederick | 5c26eac | 2017-04-23 20:58:34 +0200 | [diff] [blame] | 296 | kunmap_atomic(kaddr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | } |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 298 | down_write(&iinfo->i_data_sem); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 299 | memset(iinfo->i_data + iinfo->i_lenEAttr, 0x00, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 300 | iinfo->i_lenAlloc); |
| 301 | iinfo->i_lenAlloc = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_USE_SHORT_AD)) |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 303 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_SHORT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | else |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 305 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_LONG; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 306 | /* from now on we have normal address_space methods */ |
| 307 | inode->i_data.a_ops = &udf_aops; |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 308 | up_write(&iinfo->i_data_sem); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 309 | err = inode->i_data.a_ops->writepage(page, &udf_wbc); |
| 310 | if (err) { |
| 311 | /* Restore everything back so that we don't lose data... */ |
| 312 | lock_page(page); |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 313 | down_write(&iinfo->i_data_sem); |
Fabian Frederick | 5c26eac | 2017-04-23 20:58:34 +0200 | [diff] [blame] | 314 | kaddr = kmap_atomic(page); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 315 | memcpy(iinfo->i_data + iinfo->i_lenEAttr, kaddr, inode->i_size); |
Fabian Frederick | 5c26eac | 2017-04-23 20:58:34 +0200 | [diff] [blame] | 316 | kunmap_atomic(kaddr); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 317 | unlock_page(page); |
| 318 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_IN_ICB; |
| 319 | inode->i_data.a_ops = &udf_adinicb_aops; |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 320 | up_write(&iinfo->i_data_sem); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 321 | } |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 322 | put_page(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | mark_inode_dirty(inode); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 324 | |
| 325 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | } |
| 327 | |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 328 | struct buffer_head *udf_expand_dir_adinicb(struct inode *inode, |
| 329 | udf_pblk_t *block, int *err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | { |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 331 | udf_pblk_t newblock; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 332 | struct buffer_head *dbh = NULL; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 333 | struct kernel_lb_addr eloc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | uint8_t alloctype; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 335 | struct extent_position epos; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | |
| 337 | struct udf_fileident_bh sfibh, dfibh; |
Jan Kara | af79329 | 2008-02-08 04:20:50 -0800 | [diff] [blame] | 338 | loff_t f_pos = udf_ext0_offset(inode); |
| 339 | int size = udf_ext0_offset(inode) + inode->i_size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | struct fileIdentDesc cfi, *sfi, *dfi; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 341 | struct udf_inode_info *iinfo = UDF_I(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | |
| 343 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_USE_SHORT_AD)) |
| 344 | alloctype = ICBTAG_FLAG_AD_SHORT; |
| 345 | else |
| 346 | alloctype = ICBTAG_FLAG_AD_LONG; |
| 347 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 348 | if (!inode->i_size) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 349 | iinfo->i_alloc_type = alloctype; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | mark_inode_dirty(inode); |
| 351 | return NULL; |
| 352 | } |
| 353 | |
| 354 | /* alloc block, and copy data to it */ |
| 355 | *block = udf_new_block(inode->i_sb, inode, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 356 | iinfo->i_location.partitionReferenceNum, |
| 357 | iinfo->i_location.logicalBlockNum, err); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | if (!(*block)) |
| 359 | return NULL; |
| 360 | newblock = udf_get_pblock(inode->i_sb, *block, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 361 | iinfo->i_location.partitionReferenceNum, |
Marcin Slusarz | c0b3443 | 2008-02-08 04:20:42 -0800 | [diff] [blame] | 362 | 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | if (!newblock) |
| 364 | return NULL; |
| 365 | dbh = udf_tgetblk(inode->i_sb, newblock); |
| 366 | if (!dbh) |
| 367 | return NULL; |
| 368 | lock_buffer(dbh); |
| 369 | memset(dbh->b_data, 0x00, inode->i_sb->s_blocksize); |
| 370 | set_buffer_uptodate(dbh); |
| 371 | unlock_buffer(dbh); |
| 372 | mark_buffer_dirty_inode(dbh, inode); |
| 373 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 374 | sfibh.soffset = sfibh.eoffset = |
Jan Kara | af79329 | 2008-02-08 04:20:50 -0800 | [diff] [blame] | 375 | f_pos & (inode->i_sb->s_blocksize - 1); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 376 | sfibh.sbh = sfibh.ebh = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | dfibh.soffset = dfibh.eoffset = 0; |
| 378 | dfibh.sbh = dfibh.ebh = dbh; |
Jan Kara | af79329 | 2008-02-08 04:20:50 -0800 | [diff] [blame] | 379 | while (f_pos < size) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 380 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_IN_ICB; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 381 | sfi = udf_fileident_read(inode, &f_pos, &sfibh, &cfi, NULL, |
| 382 | NULL, NULL, NULL); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 383 | if (!sfi) { |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 384 | brelse(dbh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | return NULL; |
| 386 | } |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 387 | iinfo->i_alloc_type = alloctype; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | sfi->descTag.tagLocation = cpu_to_le32(*block); |
| 389 | dfibh.soffset = dfibh.eoffset; |
| 390 | dfibh.eoffset += (sfibh.eoffset - sfibh.soffset); |
| 391 | dfi = (struct fileIdentDesc *)(dbh->b_data + dfibh.soffset); |
| 392 | if (udf_write_fi(inode, sfi, dfi, &dfibh, sfi->impUse, |
Jan Kara | 979a6e2 | 2021-05-03 11:54:24 +0200 | [diff] [blame] | 393 | udf_get_fi_ident(sfi))) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 394 | iinfo->i_alloc_type = ICBTAG_FLAG_AD_IN_ICB; |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 395 | brelse(dbh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | return NULL; |
| 397 | } |
| 398 | } |
| 399 | mark_buffer_dirty_inode(dbh, inode); |
| 400 | |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 401 | memset(iinfo->i_data + iinfo->i_lenEAttr, 0, iinfo->i_lenAlloc); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 402 | iinfo->i_lenAlloc = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | eloc.logicalBlockNum = *block; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 404 | eloc.partitionReferenceNum = |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 405 | iinfo->i_location.partitionReferenceNum; |
Jan Kara | 2c948b3 | 2009-12-03 13:39:28 +0100 | [diff] [blame] | 406 | iinfo->i_lenExtents = inode->i_size; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 407 | epos.bh = NULL; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 408 | epos.block = iinfo->i_location; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 409 | epos.offset = udf_file_entry_alloc_offset(inode); |
Jan Kara | 2c948b3 | 2009-12-03 13:39:28 +0100 | [diff] [blame] | 410 | udf_add_aext(inode, &epos, &eloc, inode->i_size, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | /* UniqueID stuff */ |
| 412 | |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 413 | brelse(epos.bh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 414 | mark_inode_dirty(inode); |
| 415 | return dbh; |
| 416 | } |
| 417 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 418 | static int udf_get_block(struct inode *inode, sector_t block, |
| 419 | struct buffer_head *bh_result, int create) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | { |
| 421 | int err, new; |
Marcin Slusarz | 1ed1617 | 2008-02-08 04:20:48 -0800 | [diff] [blame] | 422 | sector_t phys = 0; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 423 | struct udf_inode_info *iinfo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 424 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 425 | if (!create) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | phys = udf_block_map(inode, block); |
| 427 | if (phys) |
| 428 | map_bh(bh_result, inode->i_sb, phys); |
| 429 | return 0; |
| 430 | } |
| 431 | |
| 432 | err = -EIO; |
| 433 | new = 0; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 434 | iinfo = UDF_I(inode); |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 435 | |
| 436 | down_write(&iinfo->i_data_sem); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 437 | if (block == iinfo->i_next_alloc_block + 1) { |
| 438 | iinfo->i_next_alloc_block++; |
| 439 | iinfo->i_next_alloc_goal++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 440 | } |
| 441 | |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 442 | udf_clear_extent_cache(inode); |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 443 | phys = inode_getblk(inode, block, &err, &new); |
| 444 | if (!phys) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | goto abort; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | |
| 447 | if (new) |
| 448 | set_buffer_new(bh_result); |
| 449 | map_bh(bh_result, inode->i_sb, phys); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 450 | |
| 451 | abort: |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 452 | up_write(&iinfo->i_data_sem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 453 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | } |
| 455 | |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 456 | static struct buffer_head *udf_getblk(struct inode *inode, udf_pblk_t block, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 457 | int create, int *err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | { |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 459 | struct buffer_head *bh; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | struct buffer_head dummy; |
| 461 | |
| 462 | dummy.b_state = 0; |
| 463 | dummy.b_blocknr = -1000; |
| 464 | *err = udf_get_block(inode, block, &dummy, create); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 465 | if (!*err && buffer_mapped(&dummy)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | bh = sb_getblk(inode->i_sb, dummy.b_blocknr); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 467 | if (buffer_new(&dummy)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 468 | lock_buffer(bh); |
| 469 | memset(bh->b_data, 0x00, inode->i_sb->s_blocksize); |
| 470 | set_buffer_uptodate(bh); |
| 471 | unlock_buffer(bh); |
| 472 | mark_buffer_dirty_inode(bh, inode); |
| 473 | } |
| 474 | return bh; |
| 475 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 476 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | return NULL; |
| 478 | } |
| 479 | |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 480 | /* Extend the file with new blocks totaling 'new_block_bytes', |
| 481 | * return the number of extents added |
| 482 | */ |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 483 | static int udf_do_extend_file(struct inode *inode, |
| 484 | struct extent_position *last_pos, |
| 485 | struct kernel_long_ad *last_ext, |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 486 | loff_t new_block_bytes) |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 487 | { |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 488 | uint32_t add; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 489 | int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK); |
| 490 | struct super_block *sb = inode->i_sb; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 491 | struct kernel_lb_addr prealloc_loc = {}; |
Steve Magnani | 89a4d97 | 2017-10-12 08:48:42 -0500 | [diff] [blame] | 492 | uint32_t prealloc_len = 0; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 493 | struct udf_inode_info *iinfo; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 494 | int err; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 495 | |
| 496 | /* The previous extent is fake and we should not extend by anything |
| 497 | * - there's nothing to do... */ |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 498 | if (!new_block_bytes && fake) |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 499 | return 0; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 500 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 501 | iinfo = UDF_I(inode); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 502 | /* Round the last extent up to a multiple of block size */ |
| 503 | if (last_ext->extLength & (sb->s_blocksize - 1)) { |
| 504 | last_ext->extLength = |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 505 | (last_ext->extLength & UDF_EXTENT_FLAG_MASK) | |
| 506 | (((last_ext->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 507 | sb->s_blocksize - 1) & ~(sb->s_blocksize - 1)); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 508 | iinfo->i_lenExtents = |
| 509 | (iinfo->i_lenExtents + sb->s_blocksize - 1) & |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 510 | ~(sb->s_blocksize - 1); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 511 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 512 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 513 | /* Last extent are just preallocated blocks? */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 514 | if ((last_ext->extLength & UDF_EXTENT_FLAG_MASK) == |
| 515 | EXT_NOT_RECORDED_ALLOCATED) { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 516 | /* Save the extent so that we can reattach it to the end */ |
| 517 | prealloc_loc = last_ext->extLocation; |
| 518 | prealloc_len = last_ext->extLength; |
| 519 | /* Mark the extent as a hole */ |
| 520 | last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 521 | (last_ext->extLength & UDF_EXTENT_LENGTH_MASK); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 522 | last_ext->extLocation.logicalBlockNum = 0; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 523 | last_ext->extLocation.partitionReferenceNum = 0; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 524 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 525 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 526 | /* Can we merge with the previous extent? */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 527 | if ((last_ext->extLength & UDF_EXTENT_FLAG_MASK) == |
| 528 | EXT_NOT_RECORDED_NOT_ALLOCATED) { |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 529 | add = (1 << 30) - sb->s_blocksize - |
| 530 | (last_ext->extLength & UDF_EXTENT_LENGTH_MASK); |
| 531 | if (add > new_block_bytes) |
| 532 | add = new_block_bytes; |
| 533 | new_block_bytes -= add; |
| 534 | last_ext->extLength += add; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 535 | } |
| 536 | |
| 537 | if (fake) { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 538 | udf_add_aext(inode, last_pos, &last_ext->extLocation, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 539 | last_ext->extLength, 1); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 540 | count++; |
Jan Kara | 6c37157 | 2015-12-23 18:05:03 +0100 | [diff] [blame] | 541 | } else { |
| 542 | struct kernel_lb_addr tmploc; |
| 543 | uint32_t tmplen; |
| 544 | |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 545 | udf_write_aext(inode, last_pos, &last_ext->extLocation, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 546 | last_ext->extLength, 1); |
Steven J. Magnani | 63c9e47 | 2021-01-07 17:41:16 -0600 | [diff] [blame] | 547 | |
Jan Kara | 6c37157 | 2015-12-23 18:05:03 +0100 | [diff] [blame] | 548 | /* |
Steven J. Magnani | 63c9e47 | 2021-01-07 17:41:16 -0600 | [diff] [blame] | 549 | * We've rewritten the last extent. If we are going to add |
| 550 | * more extents, we may need to enter possible following |
| 551 | * empty indirect extent. |
Jan Kara | 6c37157 | 2015-12-23 18:05:03 +0100 | [diff] [blame] | 552 | */ |
Steven J. Magnani | 63c9e47 | 2021-01-07 17:41:16 -0600 | [diff] [blame] | 553 | if (new_block_bytes || prealloc_len) |
| 554 | udf_next_aext(inode, last_pos, &tmploc, &tmplen, 0); |
Jan Kara | 6c37157 | 2015-12-23 18:05:03 +0100 | [diff] [blame] | 555 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 556 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 557 | /* Managed to do everything necessary? */ |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 558 | if (!new_block_bytes) |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 559 | goto out; |
| 560 | |
| 561 | /* All further extents will be NOT_RECORDED_NOT_ALLOCATED */ |
| 562 | last_ext->extLocation.logicalBlockNum = 0; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 563 | last_ext->extLocation.partitionReferenceNum = 0; |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 564 | add = (1 << 30) - sb->s_blocksize; |
| 565 | last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | add; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 566 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 567 | /* Create enough extents to cover the whole hole */ |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 568 | while (new_block_bytes > add) { |
| 569 | new_block_bytes -= add; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 570 | err = udf_add_aext(inode, last_pos, &last_ext->extLocation, |
| 571 | last_ext->extLength, 1); |
| 572 | if (err) |
| 573 | return err; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 574 | count++; |
| 575 | } |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 576 | if (new_block_bytes) { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 577 | last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 578 | new_block_bytes; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 579 | err = udf_add_aext(inode, last_pos, &last_ext->extLocation, |
| 580 | last_ext->extLength, 1); |
| 581 | if (err) |
| 582 | return err; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 583 | count++; |
| 584 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 585 | |
| 586 | out: |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 587 | /* Do we have some preallocated blocks saved? */ |
| 588 | if (prealloc_len) { |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 589 | err = udf_add_aext(inode, last_pos, &prealloc_loc, |
| 590 | prealloc_len, 1); |
| 591 | if (err) |
| 592 | return err; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 593 | last_ext->extLocation = prealloc_loc; |
| 594 | last_ext->extLength = prealloc_len; |
| 595 | count++; |
| 596 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 597 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 598 | /* last_pos should point to the last written extent... */ |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 599 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 600 | last_pos->offset -= sizeof(struct short_ad); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 601 | else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 602 | last_pos->offset -= sizeof(struct long_ad); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 603 | else |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 604 | return -EIO; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 605 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 606 | return count; |
| 607 | } |
| 608 | |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 609 | /* Extend the final block of the file to final_block_len bytes */ |
| 610 | static void udf_do_extend_final_block(struct inode *inode, |
| 611 | struct extent_position *last_pos, |
| 612 | struct kernel_long_ad *last_ext, |
| 613 | uint32_t final_block_len) |
| 614 | { |
| 615 | struct super_block *sb = inode->i_sb; |
| 616 | uint32_t added_bytes; |
| 617 | |
| 618 | added_bytes = final_block_len - |
| 619 | (last_ext->extLength & (sb->s_blocksize - 1)); |
| 620 | last_ext->extLength += added_bytes; |
| 621 | UDF_I(inode)->i_lenExtents += added_bytes; |
| 622 | |
| 623 | udf_write_aext(inode, last_pos, &last_ext->extLocation, |
| 624 | last_ext->extLength, 1); |
| 625 | } |
| 626 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 627 | static int udf_extend_file(struct inode *inode, loff_t newsize) |
| 628 | { |
| 629 | |
| 630 | struct extent_position epos; |
| 631 | struct kernel_lb_addr eloc; |
| 632 | uint32_t elen; |
| 633 | int8_t etype; |
| 634 | struct super_block *sb = inode->i_sb; |
| 635 | sector_t first_block = newsize >> sb->s_blocksize_bits, offset; |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 636 | unsigned long partial_final_block; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 637 | int adsize; |
| 638 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 639 | struct kernel_long_ad extent; |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 640 | int err = 0; |
| 641 | int within_final_block; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 642 | |
| 643 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
| 644 | adsize = sizeof(struct short_ad); |
| 645 | else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
| 646 | adsize = sizeof(struct long_ad); |
| 647 | else |
| 648 | BUG(); |
| 649 | |
| 650 | etype = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset); |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 651 | within_final_block = (etype != -1); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 652 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 653 | if ((!epos.bh && epos.offset == udf_file_entry_alloc_offset(inode)) || |
| 654 | (epos.bh && epos.offset == sizeof(struct allocExtDesc))) { |
| 655 | /* File has no extents at all or has empty last |
| 656 | * indirect extent! Create a fake extent... */ |
| 657 | extent.extLocation.logicalBlockNum = 0; |
| 658 | extent.extLocation.partitionReferenceNum = 0; |
| 659 | extent.extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; |
| 660 | } else { |
| 661 | epos.offset -= adsize; |
| 662 | etype = udf_next_aext(inode, &epos, &extent.extLocation, |
| 663 | &extent.extLength, 0); |
| 664 | extent.extLength |= etype << 30; |
| 665 | } |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 666 | |
| 667 | partial_final_block = newsize & (sb->s_blocksize - 1); |
| 668 | |
| 669 | /* File has extent covering the new size (could happen when extending |
| 670 | * inside a block)? |
| 671 | */ |
| 672 | if (within_final_block) { |
| 673 | /* Extending file within the last file block */ |
| 674 | udf_do_extend_final_block(inode, &epos, &extent, |
| 675 | partial_final_block); |
| 676 | } else { |
| 677 | loff_t add = ((loff_t)offset << sb->s_blocksize_bits) | |
| 678 | partial_final_block; |
| 679 | err = udf_do_extend_file(inode, &epos, &extent, add); |
| 680 | } |
| 681 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 682 | if (err < 0) |
| 683 | goto out; |
| 684 | err = 0; |
| 685 | iinfo->i_lenExtents = newsize; |
| 686 | out: |
| 687 | brelse(epos.bh); |
| 688 | return err; |
| 689 | } |
| 690 | |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 691 | static sector_t inode_getblk(struct inode *inode, sector_t block, |
| 692 | int *err, int *new) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 694 | struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 695 | struct extent_position prev_epos, cur_epos, next_epos; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | int count = 0, startnum = 0, endnum = 0; |
Jan Kara | 85d7124 | 2007-06-01 00:46:29 -0700 | [diff] [blame] | 697 | uint32_t elen = 0, tmpelen; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 698 | struct kernel_lb_addr eloc, tmpeloc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 699 | int c = 1; |
Jan Kara | 60448b1 | 2007-05-08 00:35:13 -0700 | [diff] [blame] | 700 | loff_t lbcount = 0, b_off = 0; |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 701 | udf_pblk_t newblocknum, newblock; |
Jan Kara | 60448b1 | 2007-05-08 00:35:13 -0700 | [diff] [blame] | 702 | sector_t offset = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | int8_t etype; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 704 | struct udf_inode_info *iinfo = UDF_I(inode); |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 705 | udf_pblk_t goal = 0, pgoal = iinfo->i_location.logicalBlockNum; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 706 | int lastblock = 0; |
Namjae Jeon | fb719c5 | 2012-10-10 00:09:12 +0900 | [diff] [blame] | 707 | bool isBeyondEOF; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 709 | *err = 0; |
| 710 | *new = 0; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 711 | prev_epos.offset = udf_file_entry_alloc_offset(inode); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 712 | prev_epos.block = iinfo->i_location; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 713 | prev_epos.bh = NULL; |
| 714 | cur_epos = next_epos = prev_epos; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 715 | b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 716 | |
| 717 | /* find the extent which contains the block we are looking for. |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 718 | alternate between laarr[0] and laarr[1] for locations of the |
| 719 | current extent, and the previous extent */ |
| 720 | do { |
| 721 | if (prev_epos.bh != cur_epos.bh) { |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 722 | brelse(prev_epos.bh); |
| 723 | get_bh(cur_epos.bh); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 724 | prev_epos.bh = cur_epos.bh; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 725 | } |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 726 | if (cur_epos.bh != next_epos.bh) { |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 727 | brelse(cur_epos.bh); |
| 728 | get_bh(next_epos.bh); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 729 | cur_epos.bh = next_epos.bh; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | } |
| 731 | |
| 732 | lbcount += elen; |
| 733 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 734 | prev_epos.block = cur_epos.block; |
| 735 | cur_epos.block = next_epos.block; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 737 | prev_epos.offset = cur_epos.offset; |
| 738 | cur_epos.offset = next_epos.offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 740 | etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1); |
| 741 | if (etype == -1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 742 | break; |
| 743 | |
| 744 | c = !c; |
| 745 | |
| 746 | laarr[c].extLength = (etype << 30) | elen; |
| 747 | laarr[c].extLocation = eloc; |
| 748 | |
| 749 | if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) |
| 750 | pgoal = eloc.logicalBlockNum + |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 751 | ((elen + inode->i_sb->s_blocksize - 1) >> |
| 752 | inode->i_sb->s_blocksize_bits); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 754 | count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 755 | } while (lbcount + elen <= b_off); |
| 756 | |
| 757 | b_off -= lbcount; |
| 758 | offset = b_off >> inode->i_sb->s_blocksize_bits; |
Jan Kara | 85d7124 | 2007-06-01 00:46:29 -0700 | [diff] [blame] | 759 | /* |
| 760 | * Move prev_epos and cur_epos into indirect extent if we are at |
| 761 | * the pointer to it |
| 762 | */ |
| 763 | udf_next_aext(inode, &prev_epos, &tmpeloc, &tmpelen, 0); |
| 764 | udf_next_aext(inode, &cur_epos, &tmpeloc, &tmpelen, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 765 | |
| 766 | /* if the extent is allocated and recorded, return the block |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 767 | if the extent is not a multiple of the blocksize, round up */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 768 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 769 | if (etype == (EXT_RECORDED_ALLOCATED >> 30)) { |
| 770 | if (elen & (inode->i_sb->s_blocksize - 1)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 771 | elen = EXT_RECORDED_ALLOCATED | |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 772 | ((elen + inode->i_sb->s_blocksize - 1) & |
| 773 | ~(inode->i_sb->s_blocksize - 1)); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 774 | udf_write_aext(inode, &cur_epos, &eloc, elen, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 775 | } |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 776 | newblock = udf_get_lb_pblock(inode->i_sb, &eloc, offset); |
Fabian Frederick | 02d4ca4 | 2017-01-06 21:53:51 +0100 | [diff] [blame] | 777 | goto out_free; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 778 | } |
| 779 | |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 780 | /* Are we beyond EOF? */ |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 781 | if (etype == -1) { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 782 | int ret; |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 783 | loff_t hole_len; |
Fabian Frederick | 6981498 | 2015-02-04 18:26:27 +0100 | [diff] [blame] | 784 | isBeyondEOF = true; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 785 | if (count) { |
| 786 | if (c) |
| 787 | laarr[0] = laarr[1]; |
| 788 | startnum = 1; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 789 | } else { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 790 | /* Create a fake extent when there's not one */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 791 | memset(&laarr[0].extLocation, 0x00, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 792 | sizeof(struct kernel_lb_addr)); |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 793 | laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 794 | /* Will udf_do_extend_file() create real extent from |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 795 | a fake one? */ |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 796 | startnum = (offset > 0); |
| 797 | } |
| 798 | /* Create extents for the hole between EOF and offset */ |
Steven J. Magnani | fa33cdb | 2019-06-30 21:39:35 -0500 | [diff] [blame] | 799 | hole_len = (loff_t)offset << inode->i_blkbits; |
| 800 | ret = udf_do_extend_file(inode, &prev_epos, laarr, hole_len); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 801 | if (ret < 0) { |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 802 | *err = ret; |
Fabian Frederick | 02d4ca4 | 2017-01-06 21:53:51 +0100 | [diff] [blame] | 803 | newblock = 0; |
| 804 | goto out_free; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 805 | } |
| 806 | c = 0; |
| 807 | offset = 0; |
| 808 | count += ret; |
| 809 | /* We are not covered by a preallocated extent? */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 810 | if ((laarr[0].extLength & UDF_EXTENT_FLAG_MASK) != |
| 811 | EXT_NOT_RECORDED_ALLOCATED) { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 812 | /* Is there any real extent? - otherwise we overwrite |
| 813 | * the fake one... */ |
| 814 | if (count) |
| 815 | c = !c; |
| 816 | laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 817 | inode->i_sb->s_blocksize; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 818 | memset(&laarr[c].extLocation, 0x00, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 819 | sizeof(struct kernel_lb_addr)); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 820 | count++; |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 821 | } |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 822 | endnum = c + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 823 | lastblock = 1; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 824 | } else { |
Fabian Frederick | 6981498 | 2015-02-04 18:26:27 +0100 | [diff] [blame] | 825 | isBeyondEOF = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | endnum = startnum = ((count > 2) ? 2 : count); |
| 827 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 828 | /* if the current extent is in position 0, |
| 829 | swap it with the previous */ |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 830 | if (!c && count != 1) { |
Jan Kara | 31170b6 | 2007-05-08 00:35:21 -0700 | [diff] [blame] | 831 | laarr[2] = laarr[0]; |
| 832 | laarr[0] = laarr[1]; |
| 833 | laarr[1] = laarr[2]; |
| 834 | c = 1; |
| 835 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 836 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 837 | /* if the current block is located in an extent, |
| 838 | read the next extent */ |
| 839 | etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0); |
| 840 | if (etype != -1) { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 841 | laarr[c + 1].extLength = (etype << 30) | elen; |
| 842 | laarr[c + 1].extLocation = eloc; |
| 843 | count++; |
| 844 | startnum++; |
| 845 | endnum++; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 846 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | lastblock = 1; |
| 848 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | |
| 850 | /* if the current extent is not recorded but allocated, get the |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 851 | * block in the extent corresponding to the requested block */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 852 | if ((laarr[c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | newblocknum = laarr[c].extLocation.logicalBlockNum + offset; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 854 | else { /* otherwise, allocate a new block */ |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 855 | if (iinfo->i_next_alloc_block == block) |
| 856 | goal = iinfo->i_next_alloc_goal; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 857 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 858 | if (!goal) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 859 | if (!(goal = pgoal)) /* XXX: what was intended here? */ |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 860 | goal = iinfo->i_location.logicalBlockNum + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 861 | } |
| 862 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 863 | newblocknum = udf_new_block(inode->i_sb, inode, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 864 | iinfo->i_location.partitionReferenceNum, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 865 | goal, err); |
| 866 | if (!newblocknum) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 867 | *err = -ENOSPC; |
Fabian Frederick | 02d4ca4 | 2017-01-06 21:53:51 +0100 | [diff] [blame] | 868 | newblock = 0; |
| 869 | goto out_free; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 870 | } |
Namjae Jeon | fb719c5 | 2012-10-10 00:09:12 +0900 | [diff] [blame] | 871 | if (isBeyondEOF) |
| 872 | iinfo->i_lenExtents += inode->i_sb->s_blocksize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 873 | } |
| 874 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 875 | /* if the extent the requsted block is located in contains multiple |
| 876 | * blocks, split the extent into at most three extents. blocks prior |
| 877 | * to requested block, requested block, and blocks after requested |
| 878 | * block */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | udf_split_extents(inode, &c, offset, newblocknum, laarr, &endnum); |
| 880 | |
Jan Kara | 81056dd | 2009-07-16 18:02:25 +0200 | [diff] [blame] | 881 | /* We preallocate blocks only for regular files. It also makes sense |
| 882 | * for directories but there's a problem when to drop the |
| 883 | * preallocation. We might use some delayed work for that but I feel |
| 884 | * it's overengineering for a filesystem like UDF. */ |
| 885 | if (S_ISREG(inode->i_mode)) |
| 886 | udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 887 | |
| 888 | /* merge any continuous blocks in laarr */ |
| 889 | udf_merge_extents(inode, laarr, &endnum); |
| 890 | |
| 891 | /* write back the new extents, inserting new extents if the new number |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 892 | * of extents is greater than the old number, and deleting extents if |
| 893 | * the new number of extents is less than the old number */ |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 894 | udf_update_extents(inode, laarr, startnum, endnum, &prev_epos); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 896 | newblock = udf_get_pblock(inode->i_sb, newblocknum, |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 897 | iinfo->i_location.partitionReferenceNum, 0); |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 898 | if (!newblock) { |
| 899 | *err = -EIO; |
Fabian Frederick | 02d4ca4 | 2017-01-06 21:53:51 +0100 | [diff] [blame] | 900 | goto out_free; |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 901 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 902 | *new = 1; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 903 | iinfo->i_next_alloc_block = block; |
| 904 | iinfo->i_next_alloc_goal = newblocknum; |
Deepa Dinamani | c2050a4 | 2016-09-14 07:48:06 -0700 | [diff] [blame] | 905 | inode->i_ctime = current_time(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 906 | |
| 907 | if (IS_SYNC(inode)) |
| 908 | udf_sync_inode(inode); |
| 909 | else |
| 910 | mark_inode_dirty(inode); |
Fabian Frederick | 02d4ca4 | 2017-01-06 21:53:51 +0100 | [diff] [blame] | 911 | out_free: |
| 912 | brelse(prev_epos.bh); |
| 913 | brelse(cur_epos.bh); |
| 914 | brelse(next_epos.bh); |
Jan Kara | 7b0b093 | 2011-12-10 01:43:33 +0100 | [diff] [blame] | 915 | return newblock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 916 | } |
| 917 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 918 | static void udf_split_extents(struct inode *inode, int *c, int offset, |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 919 | udf_pblk_t newblocknum, |
| 920 | struct kernel_long_ad *laarr, int *endnum) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 921 | { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 922 | unsigned long blocksize = inode->i_sb->s_blocksize; |
| 923 | unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits; |
| 924 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 925 | if ((laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30) || |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 926 | (laarr[*c].extLength >> 30) == |
| 927 | (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 928 | int curr = *c; |
| 929 | int blen = ((laarr[curr].extLength & UDF_EXTENT_LENGTH_MASK) + |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 930 | blocksize - 1) >> blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 931 | int8_t etype = (laarr[curr].extLength >> 30); |
| 932 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 933 | if (blen == 1) |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 934 | ; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 935 | else if (!offset || blen == offset + 1) { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 936 | laarr[curr + 2] = laarr[curr + 1]; |
| 937 | laarr[curr + 1] = laarr[curr]; |
| 938 | } else { |
| 939 | laarr[curr + 3] = laarr[curr + 1]; |
| 940 | laarr[curr + 2] = laarr[curr + 1] = laarr[curr]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | } |
| 942 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 943 | if (offset) { |
| 944 | if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 945 | udf_free_blocks(inode->i_sb, inode, |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 946 | &laarr[curr].extLocation, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 947 | 0, offset); |
| 948 | laarr[curr].extLength = |
| 949 | EXT_NOT_RECORDED_NOT_ALLOCATED | |
| 950 | (offset << blocksize_bits); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | laarr[curr].extLocation.logicalBlockNum = 0; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 952 | laarr[curr].extLocation. |
| 953 | partitionReferenceNum = 0; |
| 954 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | laarr[curr].extLength = (etype << 30) | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 956 | (offset << blocksize_bits); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 957 | curr++; |
| 958 | (*c)++; |
| 959 | (*endnum)++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 960 | } |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 961 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 962 | laarr[curr].extLocation.logicalBlockNum = newblocknum; |
| 963 | if (etype == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) |
| 964 | laarr[curr].extLocation.partitionReferenceNum = |
Marcin Slusarz | c0b3443 | 2008-02-08 04:20:42 -0800 | [diff] [blame] | 965 | UDF_I(inode)->i_location.partitionReferenceNum; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | laarr[curr].extLength = EXT_RECORDED_ALLOCATED | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 967 | blocksize; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 968 | curr++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 969 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 970 | if (blen != offset + 1) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 971 | if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 972 | laarr[curr].extLocation.logicalBlockNum += |
| 973 | offset + 1; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 974 | laarr[curr].extLength = (etype << 30) | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 975 | ((blen - (offset + 1)) << blocksize_bits); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 976 | curr++; |
| 977 | (*endnum)++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 978 | } |
| 979 | } |
| 980 | } |
| 981 | |
| 982 | static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, |
Fabian Frederick | 3cc6f84 | 2017-01-06 21:53:50 +0100 | [diff] [blame] | 983 | struct kernel_long_ad *laarr, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 984 | int *endnum) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | { |
| 986 | int start, length = 0, currlength = 0, i; |
| 987 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 988 | if (*endnum >= (c + 1)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 989 | if (!lastblock) |
| 990 | return; |
| 991 | else |
| 992 | start = c; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 993 | } else { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 994 | if ((laarr[c + 1].extLength >> 30) == |
| 995 | (EXT_NOT_RECORDED_ALLOCATED >> 30)) { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 996 | start = c + 1; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 997 | length = currlength = |
| 998 | (((laarr[c + 1].extLength & |
| 999 | UDF_EXTENT_LENGTH_MASK) + |
| 1000 | inode->i_sb->s_blocksize - 1) >> |
| 1001 | inode->i_sb->s_blocksize_bits); |
| 1002 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | start = c; |
| 1004 | } |
| 1005 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1006 | for (i = start + 1; i <= *endnum; i++) { |
| 1007 | if (i == *endnum) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | if (lastblock) |
| 1009 | length += UDF_DEFAULT_PREALLOC_BLOCKS; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1010 | } else if ((laarr[i].extLength >> 30) == |
| 1011 | (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) { |
| 1012 | length += (((laarr[i].extLength & |
| 1013 | UDF_EXTENT_LENGTH_MASK) + |
| 1014 | inode->i_sb->s_blocksize - 1) >> |
| 1015 | inode->i_sb->s_blocksize_bits); |
| 1016 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1017 | break; |
| 1018 | } |
| 1019 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1020 | if (length) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | int next = laarr[start].extLocation.logicalBlockNum + |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1022 | (((laarr[start].extLength & UDF_EXTENT_LENGTH_MASK) + |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1023 | inode->i_sb->s_blocksize - 1) >> |
| 1024 | inode->i_sb->s_blocksize_bits); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1025 | int numalloc = udf_prealloc_blocks(inode->i_sb, inode, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1026 | laarr[start].extLocation.partitionReferenceNum, |
| 1027 | next, (UDF_DEFAULT_PREALLOC_BLOCKS > length ? |
| 1028 | length : UDF_DEFAULT_PREALLOC_BLOCKS) - |
| 1029 | currlength); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1030 | if (numalloc) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1031 | if (start == (c + 1)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1032 | laarr[start].extLength += |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1033 | (numalloc << |
| 1034 | inode->i_sb->s_blocksize_bits); |
| 1035 | else { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1036 | memmove(&laarr[c + 2], &laarr[c + 1], |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1037 | sizeof(struct long_ad) * (*endnum - (c + 1))); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1038 | (*endnum)++; |
| 1039 | laarr[c + 1].extLocation.logicalBlockNum = next; |
| 1040 | laarr[c + 1].extLocation.partitionReferenceNum = |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1041 | laarr[c].extLocation. |
| 1042 | partitionReferenceNum; |
| 1043 | laarr[c + 1].extLength = |
| 1044 | EXT_NOT_RECORDED_ALLOCATED | |
| 1045 | (numalloc << |
| 1046 | inode->i_sb->s_blocksize_bits); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1047 | start = c + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1048 | } |
| 1049 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1050 | for (i = start + 1; numalloc && i < *endnum; i++) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1051 | int elen = ((laarr[i].extLength & |
| 1052 | UDF_EXTENT_LENGTH_MASK) + |
| 1053 | inode->i_sb->s_blocksize - 1) >> |
| 1054 | inode->i_sb->s_blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1056 | if (elen > numalloc) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 | laarr[i].extLength -= |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1058 | (numalloc << |
| 1059 | inode->i_sb->s_blocksize_bits); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1060 | numalloc = 0; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1061 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1062 | numalloc -= elen; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1063 | if (*endnum > (i + 1)) |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1064 | memmove(&laarr[i], |
| 1065 | &laarr[i + 1], |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1066 | sizeof(struct long_ad) * |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1067 | (*endnum - (i + 1))); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1068 | i--; |
| 1069 | (*endnum)--; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1070 | } |
| 1071 | } |
Marcin Slusarz | c0b3443 | 2008-02-08 04:20:42 -0800 | [diff] [blame] | 1072 | UDF_I(inode)->i_lenExtents += |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1073 | numalloc << inode->i_sb->s_blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1074 | } |
| 1075 | } |
| 1076 | } |
| 1077 | |
Fabian Frederick | 3cc6f84 | 2017-01-06 21:53:50 +0100 | [diff] [blame] | 1078 | static void udf_merge_extents(struct inode *inode, struct kernel_long_ad *laarr, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1079 | int *endnum) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1080 | { |
| 1081 | int i; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1082 | unsigned long blocksize = inode->i_sb->s_blocksize; |
| 1083 | unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1085 | for (i = 0; i < (*endnum - 1); i++) { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1086 | struct kernel_long_ad *li /*l[i]*/ = &laarr[i]; |
| 1087 | struct kernel_long_ad *lip1 /*l[i plus 1]*/ = &laarr[i + 1]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1088 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1089 | if (((li->extLength >> 30) == (lip1->extLength >> 30)) && |
| 1090 | (((li->extLength >> 30) == |
| 1091 | (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) || |
| 1092 | ((lip1->extLocation.logicalBlockNum - |
| 1093 | li->extLocation.logicalBlockNum) == |
| 1094 | (((li->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 1095 | blocksize - 1) >> blocksize_bits)))) { |
| 1096 | |
| 1097 | if (((li->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 1098 | (lip1->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 1099 | blocksize - 1) & ~UDF_EXTENT_LENGTH_MASK) { |
| 1100 | lip1->extLength = (lip1->extLength - |
| 1101 | (li->extLength & |
| 1102 | UDF_EXTENT_LENGTH_MASK) + |
| 1103 | UDF_EXTENT_LENGTH_MASK) & |
| 1104 | ~(blocksize - 1); |
| 1105 | li->extLength = (li->extLength & |
| 1106 | UDF_EXTENT_FLAG_MASK) + |
| 1107 | (UDF_EXTENT_LENGTH_MASK + 1) - |
| 1108 | blocksize; |
| 1109 | lip1->extLocation.logicalBlockNum = |
| 1110 | li->extLocation.logicalBlockNum + |
| 1111 | ((li->extLength & |
| 1112 | UDF_EXTENT_LENGTH_MASK) >> |
| 1113 | blocksize_bits); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1114 | } else { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1115 | li->extLength = lip1->extLength + |
| 1116 | (((li->extLength & |
| 1117 | UDF_EXTENT_LENGTH_MASK) + |
| 1118 | blocksize - 1) & ~(blocksize - 1)); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1119 | if (*endnum > (i + 2)) |
| 1120 | memmove(&laarr[i + 1], &laarr[i + 2], |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1121 | sizeof(struct long_ad) * |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1122 | (*endnum - (i + 2))); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1123 | i--; |
| 1124 | (*endnum)--; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1125 | } |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1126 | } else if (((li->extLength >> 30) == |
| 1127 | (EXT_NOT_RECORDED_ALLOCATED >> 30)) && |
| 1128 | ((lip1->extLength >> 30) == |
| 1129 | (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30))) { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 1130 | udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1131 | ((li->extLength & |
| 1132 | UDF_EXTENT_LENGTH_MASK) + |
| 1133 | blocksize - 1) >> blocksize_bits); |
| 1134 | li->extLocation.logicalBlockNum = 0; |
| 1135 | li->extLocation.partitionReferenceNum = 0; |
| 1136 | |
| 1137 | if (((li->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 1138 | (lip1->extLength & UDF_EXTENT_LENGTH_MASK) + |
| 1139 | blocksize - 1) & ~UDF_EXTENT_LENGTH_MASK) { |
| 1140 | lip1->extLength = (lip1->extLength - |
| 1141 | (li->extLength & |
| 1142 | UDF_EXTENT_LENGTH_MASK) + |
| 1143 | UDF_EXTENT_LENGTH_MASK) & |
| 1144 | ~(blocksize - 1); |
| 1145 | li->extLength = (li->extLength & |
| 1146 | UDF_EXTENT_FLAG_MASK) + |
| 1147 | (UDF_EXTENT_LENGTH_MASK + 1) - |
| 1148 | blocksize; |
| 1149 | } else { |
| 1150 | li->extLength = lip1->extLength + |
| 1151 | (((li->extLength & |
| 1152 | UDF_EXTENT_LENGTH_MASK) + |
| 1153 | blocksize - 1) & ~(blocksize - 1)); |
| 1154 | if (*endnum > (i + 2)) |
| 1155 | memmove(&laarr[i + 1], &laarr[i + 2], |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1156 | sizeof(struct long_ad) * |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1157 | (*endnum - (i + 2))); |
| 1158 | i--; |
| 1159 | (*endnum)--; |
| 1160 | } |
| 1161 | } else if ((li->extLength >> 30) == |
| 1162 | (EXT_NOT_RECORDED_ALLOCATED >> 30)) { |
| 1163 | udf_free_blocks(inode->i_sb, inode, |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 1164 | &li->extLocation, 0, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1165 | ((li->extLength & |
| 1166 | UDF_EXTENT_LENGTH_MASK) + |
| 1167 | blocksize - 1) >> blocksize_bits); |
| 1168 | li->extLocation.logicalBlockNum = 0; |
| 1169 | li->extLocation.partitionReferenceNum = 0; |
| 1170 | li->extLength = (li->extLength & |
| 1171 | UDF_EXTENT_LENGTH_MASK) | |
| 1172 | EXT_NOT_RECORDED_NOT_ALLOCATED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1173 | } |
| 1174 | } |
| 1175 | } |
| 1176 | |
Fabian Frederick | 3cc6f84 | 2017-01-06 21:53:50 +0100 | [diff] [blame] | 1177 | static void udf_update_extents(struct inode *inode, struct kernel_long_ad *laarr, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1178 | int startnum, int endnum, |
| 1179 | struct extent_position *epos) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1180 | { |
| 1181 | int start = 0, i; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1182 | struct kernel_lb_addr tmploc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | uint32_t tmplen; |
| 1184 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1185 | if (startnum > endnum) { |
| 1186 | for (i = 0; i < (startnum - endnum); i++) |
Jan Kara | 6c1e4d0 | 2018-06-13 18:04:24 +0200 | [diff] [blame] | 1187 | udf_delete_aext(inode, *epos); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1188 | } else if (startnum < endnum) { |
| 1189 | for (i = 0; i < (endnum - startnum); i++) { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 1190 | udf_insert_aext(inode, *epos, laarr[i].extLocation, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1191 | laarr[i].extLength); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 1192 | udf_next_aext(inode, epos, &laarr[i].extLocation, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1193 | &laarr[i].extLength, 1); |
| 1194 | start++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1195 | } |
| 1196 | } |
| 1197 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1198 | for (i = start; i < endnum; i++) { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 1199 | udf_next_aext(inode, epos, &tmploc, &tmplen, 0); |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 1200 | udf_write_aext(inode, epos, &laarr[i].extLocation, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1201 | laarr[i].extLength, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1202 | } |
| 1203 | } |
| 1204 | |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 1205 | struct buffer_head *udf_bread(struct inode *inode, udf_pblk_t block, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1206 | int create, int *err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1207 | { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1208 | struct buffer_head *bh = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1209 | |
| 1210 | bh = udf_getblk(inode, block, create, err); |
| 1211 | if (!bh) |
| 1212 | return NULL; |
| 1213 | |
| 1214 | if (buffer_uptodate(bh)) |
| 1215 | return bh; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1216 | |
Mike Christie | dfec8a1 | 2016-06-05 14:31:44 -0500 | [diff] [blame] | 1217 | ll_rw_block(REQ_OP_READ, 0, 1, &bh); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1218 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1219 | wait_on_buffer(bh); |
| 1220 | if (buffer_uptodate(bh)) |
| 1221 | return bh; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1223 | brelse(bh); |
| 1224 | *err = -EIO; |
| 1225 | return NULL; |
| 1226 | } |
| 1227 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1228 | int udf_setsize(struct inode *inode, loff_t newsize) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1229 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | int err; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1231 | struct udf_inode_info *iinfo; |
Steve Magnani | 89a4d97 | 2017-10-12 08:48:42 -0500 | [diff] [blame] | 1232 | unsigned int bsize = i_blocksize(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1233 | |
| 1234 | if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) || |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1235 | S_ISLNK(inode->i_mode))) |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1236 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1237 | if (IS_APPEND(inode) || IS_IMMUTABLE(inode)) |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1238 | return -EPERM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1239 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1240 | iinfo = UDF_I(inode); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1241 | if (newsize > inode->i_size) { |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 1242 | down_write(&iinfo->i_data_sem); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1243 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) { |
| 1244 | if (bsize < |
| 1245 | (udf_file_entry_alloc_offset(inode) + newsize)) { |
| 1246 | err = udf_expand_file_adinicb(inode); |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 1247 | if (err) |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1248 | return err; |
Jan Kara | d2eb8c3 | 2011-12-10 02:30:48 +0100 | [diff] [blame] | 1249 | down_write(&iinfo->i_data_sem); |
Ian Abbott | bb2b6d1 | 2012-07-23 16:39:29 +0000 | [diff] [blame] | 1250 | } else { |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1251 | iinfo->i_lenAlloc = newsize; |
Ian Abbott | bb2b6d1 | 2012-07-23 16:39:29 +0000 | [diff] [blame] | 1252 | goto set_size; |
| 1253 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1254 | } |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1255 | err = udf_extend_file(inode, newsize); |
| 1256 | if (err) { |
| 1257 | up_write(&iinfo->i_data_sem); |
| 1258 | return err; |
| 1259 | } |
Ian Abbott | bb2b6d1 | 2012-07-23 16:39:29 +0000 | [diff] [blame] | 1260 | set_size: |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 1261 | up_write(&iinfo->i_data_sem); |
Jan Kara | f2e9535 | 2017-06-13 16:20:25 +0200 | [diff] [blame] | 1262 | truncate_setsize(inode, newsize); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1263 | } else { |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1264 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) { |
| 1265 | down_write(&iinfo->i_data_sem); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 1266 | udf_clear_extent_cache(inode); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1267 | memset(iinfo->i_data + iinfo->i_lenEAttr + newsize, |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1268 | 0x00, bsize - newsize - |
| 1269 | udf_file_entry_alloc_offset(inode)); |
| 1270 | iinfo->i_lenAlloc = newsize; |
| 1271 | truncate_setsize(inode, newsize); |
| 1272 | up_write(&iinfo->i_data_sem); |
| 1273 | goto update_time; |
| 1274 | } |
| 1275 | err = block_truncate_page(inode->i_mapping, newsize, |
| 1276 | udf_get_block); |
| 1277 | if (err) |
| 1278 | return err; |
Jan Kara | f2e9535 | 2017-06-13 16:20:25 +0200 | [diff] [blame] | 1279 | truncate_setsize(inode, newsize); |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 1280 | down_write(&iinfo->i_data_sem); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 1281 | udf_clear_extent_cache(inode); |
Jan Kara | 2b42be5 | 2019-03-11 15:27:02 +0100 | [diff] [blame] | 1282 | err = udf_truncate_extents(inode); |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 1283 | up_write(&iinfo->i_data_sem); |
Jan Kara | 2b42be5 | 2019-03-11 15:27:02 +0100 | [diff] [blame] | 1284 | if (err) |
| 1285 | return err; |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1286 | } |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1287 | update_time: |
Deepa Dinamani | c2050a4 | 2016-09-14 07:48:06 -0700 | [diff] [blame] | 1288 | inode->i_mtime = inode->i_ctime = current_time(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1289 | if (IS_SYNC(inode)) |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1290 | udf_sync_inode(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1291 | else |
| 1292 | mark_inode_dirty(inode); |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 1293 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1294 | } |
| 1295 | |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1296 | /* |
| 1297 | * Maximum length of linked list formed by ICB hierarchy. The chosen number is |
| 1298 | * arbitrary - just that we hopefully don't limit any real use of rewritten |
| 1299 | * inode on write-once media but avoid looping for too long on corrupted media. |
| 1300 | */ |
| 1301 | #define UDF_MAX_ICB_NESTING 1024 |
| 1302 | |
Jan Kara | 6174c2e | 2014-10-09 12:52:16 +0200 | [diff] [blame] | 1303 | static int udf_read_inode(struct inode *inode, bool hidden_inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1304 | { |
| 1305 | struct buffer_head *bh = NULL; |
| 1306 | struct fileEntry *fe; |
Jan Kara | bb7720a0 | 2014-09-04 13:32:50 +0200 | [diff] [blame] | 1307 | struct extendedFileEntry *efe; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | uint16_t ident; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1309 | struct udf_inode_info *iinfo = UDF_I(inode); |
Jan Kara | bb7720a0 | 2014-09-04 13:32:50 +0200 | [diff] [blame] | 1310 | struct udf_sb_info *sbi = UDF_SB(inode->i_sb); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1311 | struct kernel_lb_addr *iloc = &iinfo->i_location; |
Jan Kara | bb7720a0 | 2014-09-04 13:32:50 +0200 | [diff] [blame] | 1312 | unsigned int link_count; |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1313 | unsigned int indirections = 0; |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1314 | int bs = inode->i_sb->s_blocksize; |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1315 | int ret = -EIO; |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1316 | uint32_t uid, gid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1318 | reread: |
Fabian Frederick | 1d82a56 | 2017-01-06 21:54:43 +0100 | [diff] [blame] | 1319 | if (iloc->partitionReferenceNum >= sbi->s_partitions) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1320 | udf_debug("partition reference: %u > logical volume partitions: %u\n", |
Fabian Frederick | 1d82a56 | 2017-01-06 21:54:43 +0100 | [diff] [blame] | 1321 | iloc->partitionReferenceNum, sbi->s_partitions); |
| 1322 | return -EIO; |
| 1323 | } |
| 1324 | |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1325 | if (iloc->logicalBlockNum >= |
| 1326 | sbi->s_partmaps[iloc->partitionReferenceNum].s_partition_len) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1327 | udf_debug("block=%u, partition=%u out of range\n", |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1328 | iloc->logicalBlockNum, iloc->partitionReferenceNum); |
| 1329 | return -EIO; |
| 1330 | } |
| 1331 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1332 | /* |
| 1333 | * Set defaults, but the inode is still incomplete! |
| 1334 | * Note: get_new_inode() sets the following on a new inode: |
| 1335 | * i_sb = sb |
| 1336 | * i_no = ino |
| 1337 | * i_flags = sb->s_flags |
| 1338 | * i_state = 0 |
| 1339 | * clean_inode(): zero fills and sets |
| 1340 | * i_count = 1 |
| 1341 | * i_nlink = 1 |
| 1342 | * i_op = NULL; |
| 1343 | */ |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1344 | bh = udf_read_ptagged(inode->i_sb, iloc, 0, &ident); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1345 | if (!bh) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1346 | udf_err(inode->i_sb, "(ino %lu) failed !bh\n", inode->i_ino); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1347 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1348 | } |
| 1349 | |
| 1350 | if (ident != TAG_IDENT_FE && ident != TAG_IDENT_EFE && |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1351 | ident != TAG_IDENT_USE) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1352 | udf_err(inode->i_sb, "(ino %lu) failed ident=%u\n", |
Joe Perches | 78ace70 | 2011-10-10 01:08:05 -0700 | [diff] [blame] | 1353 | inode->i_ino, ident); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1354 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1355 | } |
| 1356 | |
| 1357 | fe = (struct fileEntry *)bh->b_data; |
Jan Kara | bb7720a0 | 2014-09-04 13:32:50 +0200 | [diff] [blame] | 1358 | efe = (struct extendedFileEntry *)bh->b_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1359 | |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1360 | if (fe->icbTag.strategyType == cpu_to_le16(4096)) { |
marcin.slusarz@gmail.com | 1ab9278 | 2008-01-30 22:03:58 +0100 | [diff] [blame] | 1361 | struct buffer_head *ibh; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1363 | ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); |
marcin.slusarz@gmail.com | 1ab9278 | 2008-01-30 22:03:58 +0100 | [diff] [blame] | 1364 | if (ident == TAG_IDENT_IE && ibh) { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1365 | struct kernel_lb_addr loc; |
marcin.slusarz@gmail.com | 1ab9278 | 2008-01-30 22:03:58 +0100 | [diff] [blame] | 1366 | struct indirectEntry *ie; |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1367 | |
marcin.slusarz@gmail.com | 1ab9278 | 2008-01-30 22:03:58 +0100 | [diff] [blame] | 1368 | ie = (struct indirectEntry *)ibh->b_data; |
| 1369 | loc = lelb_to_cpu(ie->indirectICB.extLocation); |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1370 | |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1371 | if (ie->indirectICB.extLength) { |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1372 | brelse(ibh); |
| 1373 | memcpy(&iinfo->i_location, &loc, |
| 1374 | sizeof(struct kernel_lb_addr)); |
| 1375 | if (++indirections > UDF_MAX_ICB_NESTING) { |
| 1376 | udf_err(inode->i_sb, |
| 1377 | "too many ICBs in ICB hierarchy" |
| 1378 | " (max %d supported)\n", |
| 1379 | UDF_MAX_ICB_NESTING); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1380 | goto out; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1381 | } |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1382 | brelse(bh); |
Jan Kara | c03aa9f | 2014-09-04 14:06:55 +0200 | [diff] [blame] | 1383 | goto reread; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1384 | } |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1385 | } |
marcin.slusarz@gmail.com | 1ab9278 | 2008-01-30 22:03:58 +0100 | [diff] [blame] | 1386 | brelse(ibh); |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1387 | } else if (fe->icbTag.strategyType != cpu_to_le16(4)) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1388 | udf_err(inode->i_sb, "unsupported strategy type: %u\n", |
Joe Perches | 78ace70 | 2011-10-10 01:08:05 -0700 | [diff] [blame] | 1389 | le16_to_cpu(fe->icbTag.strategyType)); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1390 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1391 | } |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1392 | if (fe->icbTag.strategyType == cpu_to_le16(4)) |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1393 | iinfo->i_strat4096 = 0; |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1394 | else /* if (fe->icbTag.strategyType == cpu_to_le16(4096)) */ |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1395 | iinfo->i_strat4096 = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1396 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1397 | iinfo->i_alloc_type = le16_to_cpu(fe->icbTag.flags) & |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1398 | ICBTAG_FLAG_AD_MASK; |
Jan Kara | d288d95 | 2018-12-12 14:29:20 +0100 | [diff] [blame] | 1399 | if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_SHORT && |
| 1400 | iinfo->i_alloc_type != ICBTAG_FLAG_AD_LONG && |
| 1401 | iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB) { |
| 1402 | ret = -EIO; |
| 1403 | goto out; |
| 1404 | } |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1405 | iinfo->i_unique = 0; |
| 1406 | iinfo->i_lenEAttr = 0; |
| 1407 | iinfo->i_lenExtents = 0; |
| 1408 | iinfo->i_lenAlloc = 0; |
| 1409 | iinfo->i_next_alloc_block = 0; |
| 1410 | iinfo->i_next_alloc_goal = 0; |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1411 | if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_EFE)) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1412 | iinfo->i_efe = 1; |
| 1413 | iinfo->i_use = 0; |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1414 | ret = udf_alloc_i_data(inode, bs - |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1415 | sizeof(struct extendedFileEntry)); |
| 1416 | if (ret) |
| 1417 | goto out; |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1418 | memcpy(iinfo->i_data, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1419 | bh->b_data + sizeof(struct extendedFileEntry), |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1420 | bs - sizeof(struct extendedFileEntry)); |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1421 | } else if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_FE)) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1422 | iinfo->i_efe = 0; |
| 1423 | iinfo->i_use = 0; |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1424 | ret = udf_alloc_i_data(inode, bs - sizeof(struct fileEntry)); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1425 | if (ret) |
| 1426 | goto out; |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1427 | memcpy(iinfo->i_data, |
Marcin Slusarz | c0b3443 | 2008-02-08 04:20:42 -0800 | [diff] [blame] | 1428 | bh->b_data + sizeof(struct fileEntry), |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1429 | bs - sizeof(struct fileEntry)); |
Marcin Slusarz | 5e0f001 | 2008-02-08 04:20:41 -0800 | [diff] [blame] | 1430 | } else if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_USE)) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1431 | iinfo->i_efe = 0; |
| 1432 | iinfo->i_use = 1; |
| 1433 | iinfo->i_lenAlloc = le32_to_cpu( |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1434 | ((struct unallocSpaceEntry *)bh->b_data)-> |
| 1435 | lengthAllocDescs); |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1436 | ret = udf_alloc_i_data(inode, bs - |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1437 | sizeof(struct unallocSpaceEntry)); |
| 1438 | if (ret) |
| 1439 | goto out; |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1440 | memcpy(iinfo->i_data, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1441 | bh->b_data + sizeof(struct unallocSpaceEntry), |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1442 | bs - sizeof(struct unallocSpaceEntry)); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1443 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1444 | } |
| 1445 | |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1446 | ret = -EIO; |
Jan Kara | c03cad2 | 2010-10-20 22:17:28 +0200 | [diff] [blame] | 1447 | read_lock(&sbi->s_cred_lock); |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1448 | uid = le32_to_cpu(fe->uid); |
| 1449 | if (uid == UDF_INVALID_ID || |
Cyrill Gorcunov | ca76d2d | 2007-07-31 00:39:40 -0700 | [diff] [blame] | 1450 | UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_UID_SET)) |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1451 | inode->i_uid = sbi->s_uid; |
| 1452 | else |
| 1453 | i_uid_write(inode, uid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1454 | |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1455 | gid = le32_to_cpu(fe->gid); |
| 1456 | if (gid == UDF_INVALID_ID || |
Cyrill Gorcunov | ca76d2d | 2007-07-31 00:39:40 -0700 | [diff] [blame] | 1457 | UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_GID_SET)) |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1458 | inode->i_gid = sbi->s_gid; |
| 1459 | else |
| 1460 | i_gid_write(inode, gid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1461 | |
Marcin Slusarz | 7ac9bcd5 | 2008-11-16 20:52:19 +0100 | [diff] [blame] | 1462 | if (fe->icbTag.fileType != ICBTAG_FILE_TYPE_DIRECTORY && |
Marcin Slusarz | 87bc730 | 2008-12-02 13:40:11 +0100 | [diff] [blame] | 1463 | sbi->s_fmode != UDF_INVALID_MODE) |
Marcin Slusarz | 7ac9bcd5 | 2008-11-16 20:52:19 +0100 | [diff] [blame] | 1464 | inode->i_mode = sbi->s_fmode; |
| 1465 | else if (fe->icbTag.fileType == ICBTAG_FILE_TYPE_DIRECTORY && |
Marcin Slusarz | 87bc730 | 2008-12-02 13:40:11 +0100 | [diff] [blame] | 1466 | sbi->s_dmode != UDF_INVALID_MODE) |
Marcin Slusarz | 7ac9bcd5 | 2008-11-16 20:52:19 +0100 | [diff] [blame] | 1467 | inode->i_mode = sbi->s_dmode; |
| 1468 | else |
| 1469 | inode->i_mode = udf_convert_permissions(fe); |
| 1470 | inode->i_mode &= ~sbi->s_umask; |
Steven J. Magnani | c3367a1 | 2019-08-27 07:13:59 -0500 | [diff] [blame] | 1471 | iinfo->i_extraPerms = le32_to_cpu(fe->permissions) & ~FE_MAPPED_PERMS; |
| 1472 | |
Jan Kara | c03cad2 | 2010-10-20 22:17:28 +0200 | [diff] [blame] | 1473 | read_unlock(&sbi->s_cred_lock); |
| 1474 | |
Miklos Szeredi | bfe8684 | 2011-10-28 14:13:29 +0200 | [diff] [blame] | 1475 | link_count = le16_to_cpu(fe->fileLinkCount); |
Jan Kara | 4071b91 | 2014-09-04 16:19:47 +0200 | [diff] [blame] | 1476 | if (!link_count) { |
Jan Kara | 6174c2e | 2014-10-09 12:52:16 +0200 | [diff] [blame] | 1477 | if (!hidden_inode) { |
| 1478 | ret = -ESTALE; |
| 1479 | goto out; |
| 1480 | } |
| 1481 | link_count = 1; |
Jan Kara | 4071b91 | 2014-09-04 16:19:47 +0200 | [diff] [blame] | 1482 | } |
Miklos Szeredi | bfe8684 | 2011-10-28 14:13:29 +0200 | [diff] [blame] | 1483 | set_nlink(inode, link_count); |
Jan Kara | c03cad2 | 2010-10-20 22:17:28 +0200 | [diff] [blame] | 1484 | |
| 1485 | inode->i_size = le64_to_cpu(fe->informationLength); |
| 1486 | iinfo->i_lenExtents = inode->i_size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1487 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1488 | if (iinfo->i_efe == 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1489 | inode->i_blocks = le64_to_cpu(fe->logicalBlocksRecorded) << |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1490 | (inode->i_sb->s_blocksize_bits - 9); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1491 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1492 | udf_disk_stamp_to_time(&inode->i_atime, fe->accessTime); |
| 1493 | udf_disk_stamp_to_time(&inode->i_mtime, fe->modificationTime); |
| 1494 | udf_disk_stamp_to_time(&inode->i_ctime, fe->attrTime); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1495 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1496 | iinfo->i_unique = le64_to_cpu(fe->uniqueID); |
| 1497 | iinfo->i_lenEAttr = le32_to_cpu(fe->lengthExtendedAttr); |
| 1498 | iinfo->i_lenAlloc = le32_to_cpu(fe->lengthAllocDescs); |
Steve Nickel | d5e2cf0 | 2012-02-14 00:28:42 -0500 | [diff] [blame] | 1499 | iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); |
Steven J. Magnani | ab9a3a7 | 2019-08-14 07:50:02 -0500 | [diff] [blame] | 1500 | iinfo->i_streamdir = 0; |
| 1501 | iinfo->i_lenStreams = 0; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1502 | } else { |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1503 | inode->i_blocks = le64_to_cpu(efe->logicalBlocksRecorded) << |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1504 | (inode->i_sb->s_blocksize_bits - 9); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1506 | udf_disk_stamp_to_time(&inode->i_atime, efe->accessTime); |
| 1507 | udf_disk_stamp_to_time(&inode->i_mtime, efe->modificationTime); |
Deepa Dinamani | 0220edd | 2018-05-10 08:26:17 -0700 | [diff] [blame] | 1508 | udf_disk_stamp_to_time(&iinfo->i_crtime, efe->createTime); |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1509 | udf_disk_stamp_to_time(&inode->i_ctime, efe->attrTime); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1510 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1511 | iinfo->i_unique = le64_to_cpu(efe->uniqueID); |
| 1512 | iinfo->i_lenEAttr = le32_to_cpu(efe->lengthExtendedAttr); |
| 1513 | iinfo->i_lenAlloc = le32_to_cpu(efe->lengthAllocDescs); |
Steve Nickel | d5e2cf0 | 2012-02-14 00:28:42 -0500 | [diff] [blame] | 1514 | iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); |
Steven J. Magnani | ab9a3a7 | 2019-08-14 07:50:02 -0500 | [diff] [blame] | 1515 | |
| 1516 | /* Named streams */ |
| 1517 | iinfo->i_streamdir = (efe->streamDirectoryICB.extLength != 0); |
| 1518 | iinfo->i_locStreamdir = |
| 1519 | lelb_to_cpu(efe->streamDirectoryICB.extLocation); |
| 1520 | iinfo->i_lenStreams = le64_to_cpu(efe->objectSize); |
| 1521 | if (iinfo->i_lenStreams >= inode->i_size) |
| 1522 | iinfo->i_lenStreams -= inode->i_size; |
| 1523 | else |
| 1524 | iinfo->i_lenStreams = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1525 | } |
Jan Kara | 470cca5 | 2014-09-04 16:26:19 +0200 | [diff] [blame] | 1526 | inode->i_generation = iinfo->i_unique; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1527 | |
Jan Kara | 23b133bd | 2015-01-07 13:49:08 +0100 | [diff] [blame] | 1528 | /* |
| 1529 | * Sanity check length of allocation descriptors and extended attrs to |
| 1530 | * avoid integer overflows |
| 1531 | */ |
| 1532 | if (iinfo->i_lenEAttr > bs || iinfo->i_lenAlloc > bs) |
| 1533 | goto out; |
| 1534 | /* Now do exact checks */ |
| 1535 | if (udf_file_entry_alloc_offset(inode) + iinfo->i_lenAlloc > bs) |
| 1536 | goto out; |
Jan Kara | e159332 | 2014-12-19 12:03:53 +0100 | [diff] [blame] | 1537 | /* Sanity checks for files in ICB so that we don't get confused later */ |
| 1538 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) { |
| 1539 | /* |
| 1540 | * For file in ICB data is stored in allocation descriptor |
| 1541 | * so sizes should match |
| 1542 | */ |
| 1543 | if (iinfo->i_lenAlloc != inode->i_size) |
| 1544 | goto out; |
| 1545 | /* File in ICB has to fit in there... */ |
Jan Kara | 7914495 | 2015-01-07 13:46:16 +0100 | [diff] [blame] | 1546 | if (inode->i_size > bs - udf_file_entry_alloc_offset(inode)) |
Jan Kara | e159332 | 2014-12-19 12:03:53 +0100 | [diff] [blame] | 1547 | goto out; |
| 1548 | } |
| 1549 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1550 | switch (fe->icbTag.fileType) { |
| 1551 | case ICBTAG_FILE_TYPE_DIRECTORY: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1552 | inode->i_op = &udf_dir_inode_operations; |
| 1553 | inode->i_fop = &udf_dir_operations; |
| 1554 | inode->i_mode |= S_IFDIR; |
| 1555 | inc_nlink(inode); |
| 1556 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1557 | case ICBTAG_FILE_TYPE_REALTIME: |
| 1558 | case ICBTAG_FILE_TYPE_REGULAR: |
| 1559 | case ICBTAG_FILE_TYPE_UNDEF: |
Jan Kara | 742e179 | 2008-04-08 01:17:52 +0200 | [diff] [blame] | 1560 | case ICBTAG_FILE_TYPE_VAT20: |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1561 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1562 | inode->i_data.a_ops = &udf_adinicb_aops; |
| 1563 | else |
| 1564 | inode->i_data.a_ops = &udf_aops; |
| 1565 | inode->i_op = &udf_file_inode_operations; |
| 1566 | inode->i_fop = &udf_file_operations; |
| 1567 | inode->i_mode |= S_IFREG; |
| 1568 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1569 | case ICBTAG_FILE_TYPE_BLOCK: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1570 | inode->i_mode |= S_IFBLK; |
| 1571 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1572 | case ICBTAG_FILE_TYPE_CHAR: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1573 | inode->i_mode |= S_IFCHR; |
| 1574 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1575 | case ICBTAG_FILE_TYPE_FIFO: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1576 | init_special_inode(inode, inode->i_mode | S_IFIFO, 0); |
| 1577 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1578 | case ICBTAG_FILE_TYPE_SOCKET: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1579 | init_special_inode(inode, inode->i_mode | S_IFSOCK, 0); |
| 1580 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1581 | case ICBTAG_FILE_TYPE_SYMLINK: |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1582 | inode->i_data.a_ops = &udf_symlink_aops; |
Jan Kara | ad4d053 | 2017-01-02 14:30:31 +0100 | [diff] [blame] | 1583 | inode->i_op = &udf_symlink_inode_operations; |
Al Viro | 21fc61c | 2015-11-17 01:07:57 -0500 | [diff] [blame] | 1584 | inode_nohighmem(inode); |
Fabian Frederick | 6ff6b2b | 2017-04-23 20:58:15 +0200 | [diff] [blame] | 1585 | inode->i_mode = S_IFLNK | 0777; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1586 | break; |
Jan Kara | bfb257a | 2008-04-08 20:37:21 +0200 | [diff] [blame] | 1587 | case ICBTAG_FILE_TYPE_MAIN: |
| 1588 | udf_debug("METADATA FILE-----\n"); |
| 1589 | break; |
| 1590 | case ICBTAG_FILE_TYPE_MIRROR: |
| 1591 | udf_debug("METADATA MIRROR FILE-----\n"); |
| 1592 | break; |
| 1593 | case ICBTAG_FILE_TYPE_BITMAP: |
| 1594 | udf_debug("METADATA BITMAP FILE-----\n"); |
| 1595 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1596 | default: |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 1597 | udf_err(inode->i_sb, "(ino %lu) failed unknown file type=%u\n", |
Joe Perches | 78ace70 | 2011-10-10 01:08:05 -0700 | [diff] [blame] | 1598 | inode->i_ino, fe->icbTag.fileType); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1599 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1600 | } |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1601 | if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1602 | struct deviceSpec *dsea = |
| 1603 | (struct deviceSpec *)udf_get_extendedattr(inode, 12, 1); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1604 | if (dsea) { |
| 1605 | init_special_inode(inode, inode->i_mode, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1606 | MKDEV(le32_to_cpu(dsea->majorDeviceIdent), |
| 1607 | le32_to_cpu(dsea->minorDeviceIdent))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1608 | /* Developer ID ??? */ |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1609 | } else |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1610 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | } |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1612 | ret = 0; |
| 1613 | out: |
Jan Kara | bb7720a0 | 2014-09-04 13:32:50 +0200 | [diff] [blame] | 1614 | brelse(bh); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1615 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1616 | } |
| 1617 | |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1618 | static int udf_alloc_i_data(struct inode *inode, size_t size) |
| 1619 | { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1620 | struct udf_inode_info *iinfo = UDF_I(inode); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1621 | iinfo->i_data = kmalloc(size, GFP_KERNEL); |
| 1622 | if (!iinfo->i_data) |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1623 | return -ENOMEM; |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 1624 | return 0; |
| 1625 | } |
| 1626 | |
Al Viro | faa1729 | 2011-07-26 03:18:29 -0400 | [diff] [blame] | 1627 | static umode_t udf_convert_permissions(struct fileEntry *fe) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1628 | { |
Al Viro | faa1729 | 2011-07-26 03:18:29 -0400 | [diff] [blame] | 1629 | umode_t mode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | uint32_t permissions; |
| 1631 | uint32_t flags; |
| 1632 | |
| 1633 | permissions = le32_to_cpu(fe->permissions); |
| 1634 | flags = le16_to_cpu(fe->icbTag.flags); |
| 1635 | |
Fabian Frederick | 6ff6b2b | 2017-04-23 20:58:15 +0200 | [diff] [blame] | 1636 | mode = ((permissions) & 0007) | |
| 1637 | ((permissions >> 2) & 0070) | |
| 1638 | ((permissions >> 4) & 0700) | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1639 | ((flags & ICBTAG_FLAG_SETUID) ? S_ISUID : 0) | |
| 1640 | ((flags & ICBTAG_FLAG_SETGID) ? S_ISGID : 0) | |
| 1641 | ((flags & ICBTAG_FLAG_STICKY) ? S_ISVTX : 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1642 | |
| 1643 | return mode; |
| 1644 | } |
| 1645 | |
Steven J. Magnani | c3367a1 | 2019-08-27 07:13:59 -0500 | [diff] [blame] | 1646 | void udf_update_extra_perms(struct inode *inode, umode_t mode) |
| 1647 | { |
| 1648 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 1649 | |
| 1650 | /* |
| 1651 | * UDF 2.01 sec. 3.3.3.3 Note 2: |
| 1652 | * In Unix, delete permission tracks write |
| 1653 | */ |
| 1654 | iinfo->i_extraPerms &= ~FE_DELETE_PERMS; |
| 1655 | if (mode & 0200) |
| 1656 | iinfo->i_extraPerms |= FE_PERM_U_DELETE; |
| 1657 | if (mode & 0020) |
| 1658 | iinfo->i_extraPerms |= FE_PERM_G_DELETE; |
| 1659 | if (mode & 0002) |
| 1660 | iinfo->i_extraPerms |= FE_PERM_O_DELETE; |
| 1661 | } |
| 1662 | |
Christoph Hellwig | a9185b4 | 2010-03-05 09:21:37 +0100 | [diff] [blame] | 1663 | int udf_write_inode(struct inode *inode, struct writeback_control *wbc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1664 | { |
Jan Kara | 49521de | 2010-10-20 17:42:44 +0200 | [diff] [blame] | 1665 | return udf_update_inode(inode, wbc->sync_mode == WB_SYNC_ALL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1666 | } |
| 1667 | |
Jan Kara | 49521de | 2010-10-20 17:42:44 +0200 | [diff] [blame] | 1668 | static int udf_sync_inode(struct inode *inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1669 | { |
| 1670 | return udf_update_inode(inode, 1); |
| 1671 | } |
| 1672 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1673 | static void udf_adjust_time(struct udf_inode_info *iinfo, struct timespec64 time) |
Fabian Frederick | 7ed0fbd | 2017-01-06 21:53:54 +0100 | [diff] [blame] | 1674 | { |
| 1675 | if (iinfo->i_crtime.tv_sec > time.tv_sec || |
| 1676 | (iinfo->i_crtime.tv_sec == time.tv_sec && |
| 1677 | iinfo->i_crtime.tv_nsec > time.tv_nsec)) |
| 1678 | iinfo->i_crtime = time; |
| 1679 | } |
| 1680 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1681 | static int udf_update_inode(struct inode *inode, int do_sync) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1682 | { |
| 1683 | struct buffer_head *bh = NULL; |
| 1684 | struct fileEntry *fe; |
| 1685 | struct extendedFileEntry *efe; |
Steve Nickel | b2527bf | 2012-02-16 12:53:53 -0500 | [diff] [blame] | 1686 | uint64_t lb_recorded; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1687 | uint32_t udfperms; |
| 1688 | uint16_t icbflags; |
| 1689 | uint16_t crclen; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1690 | int err = 0; |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 1691 | struct udf_sb_info *sbi = UDF_SB(inode->i_sb); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1692 | unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1693 | struct udf_inode_info *iinfo = UDF_I(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1694 | |
Jan Kara | 5833ded | 2010-01-08 16:52:59 +0100 | [diff] [blame] | 1695 | bh = udf_tgetblk(inode->i_sb, |
| 1696 | udf_get_lb_pblock(inode->i_sb, &iinfo->i_location, 0)); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1697 | if (!bh) { |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1698 | udf_debug("getblk failure\n"); |
Changwoo Min | 0fd2ba3 | 2015-03-22 19:17:49 -0400 | [diff] [blame] | 1699 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1700 | } |
| 1701 | |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1702 | lock_buffer(bh); |
| 1703 | memset(bh->b_data, 0, inode->i_sb->s_blocksize); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1704 | fe = (struct fileEntry *)bh->b_data; |
| 1705 | efe = (struct extendedFileEntry *)bh->b_data; |
| 1706 | |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1707 | if (iinfo->i_use) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1708 | struct unallocSpaceEntry *use = |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1709 | (struct unallocSpaceEntry *)bh->b_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1710 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1711 | use->lengthAllocDescs = cpu_to_le32(iinfo->i_lenAlloc); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1712 | memcpy(bh->b_data + sizeof(struct unallocSpaceEntry), |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1713 | iinfo->i_data, inode->i_sb->s_blocksize - |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1714 | sizeof(struct unallocSpaceEntry)); |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1715 | use->descTag.tagIdent = cpu_to_le16(TAG_IDENT_USE); |
Steven J. Magnani | 70f19f5 | 2015-07-07 13:06:05 -0500 | [diff] [blame] | 1716 | crclen = sizeof(struct unallocSpaceEntry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1717 | |
Steven J. Magnani | 70f19f5 | 2015-07-07 13:06:05 -0500 | [diff] [blame] | 1718 | goto finish; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1719 | } |
| 1720 | |
Phillip Susi | 4d6660e | 2006-03-07 21:55:24 -0800 | [diff] [blame] | 1721 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_UID_FORGET)) |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1722 | fe->uid = cpu_to_le32(UDF_INVALID_ID); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1723 | else |
Eric W. Biederman | c2ba138 | 2012-02-10 12:20:35 -0800 | [diff] [blame] | 1724 | fe->uid = cpu_to_le32(i_uid_read(inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1725 | |
Phillip Susi | 4d6660e | 2006-03-07 21:55:24 -0800 | [diff] [blame] | 1726 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_GID_FORGET)) |
Jan Kara | 0c9850f | 2018-02-22 10:28:52 +0100 | [diff] [blame] | 1727 | fe->gid = cpu_to_le32(UDF_INVALID_ID); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1728 | else |
Eric W. Biederman | c2ba138 | 2012-02-10 12:20:35 -0800 | [diff] [blame] | 1729 | fe->gid = cpu_to_le32(i_gid_read(inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1730 | |
Fabian Frederick | 6ff6b2b | 2017-04-23 20:58:15 +0200 | [diff] [blame] | 1731 | udfperms = ((inode->i_mode & 0007)) | |
| 1732 | ((inode->i_mode & 0070) << 2) | |
| 1733 | ((inode->i_mode & 0700) << 4); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1734 | |
Steven J. Magnani | c3367a1 | 2019-08-27 07:13:59 -0500 | [diff] [blame] | 1735 | udfperms |= iinfo->i_extraPerms; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1736 | fe->permissions = cpu_to_le32(udfperms); |
| 1737 | |
Jan Kara | 8a70ee3 | 2014-09-04 11:47:51 +0200 | [diff] [blame] | 1738 | if (S_ISDIR(inode->i_mode) && inode->i_nlink > 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1739 | fe->fileLinkCount = cpu_to_le16(inode->i_nlink - 1); |
| 1740 | else |
| 1741 | fe->fileLinkCount = cpu_to_le16(inode->i_nlink); |
| 1742 | |
| 1743 | fe->informationLength = cpu_to_le64(inode->i_size); |
| 1744 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1745 | if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1746 | struct regid *eid; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1747 | struct deviceSpec *dsea = |
| 1748 | (struct deviceSpec *)udf_get_extendedattr(inode, 12, 1); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1749 | if (!dsea) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1750 | dsea = (struct deviceSpec *) |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1751 | udf_add_extendedattr(inode, |
| 1752 | sizeof(struct deviceSpec) + |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1753 | sizeof(struct regid), 12, 0x3); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1754 | dsea->attrType = cpu_to_le32(12); |
| 1755 | dsea->attrSubtype = 1; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1756 | dsea->attrLength = cpu_to_le32( |
| 1757 | sizeof(struct deviceSpec) + |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1758 | sizeof(struct regid)); |
| 1759 | dsea->impUseLength = cpu_to_le32(sizeof(struct regid)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1760 | } |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1761 | eid = (struct regid *)dsea->impUse; |
Markus Elfring | 033c9da | 2017-08-15 16:45:44 +0200 | [diff] [blame] | 1762 | memset(eid, 0, sizeof(*eid)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1763 | strcpy(eid->ident, UDF_ID_DEVELOPER); |
| 1764 | eid->identSuffix[0] = UDF_OS_CLASS_UNIX; |
| 1765 | eid->identSuffix[1] = UDF_OS_ID_LINUX; |
| 1766 | dsea->majorDeviceIdent = cpu_to_le32(imajor(inode)); |
| 1767 | dsea->minorDeviceIdent = cpu_to_le32(iminor(inode)); |
| 1768 | } |
| 1769 | |
Steve Nickel | b2527bf | 2012-02-16 12:53:53 -0500 | [diff] [blame] | 1770 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) |
| 1771 | lb_recorded = 0; /* No extents => no blocks! */ |
| 1772 | else |
| 1773 | lb_recorded = |
| 1774 | (inode->i_blocks + (1 << (blocksize_bits - 9)) - 1) >> |
| 1775 | (blocksize_bits - 9); |
| 1776 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1777 | if (iinfo->i_efe == 0) { |
Marcin Slusarz | c0b3443 | 2008-02-08 04:20:42 -0800 | [diff] [blame] | 1778 | memcpy(bh->b_data + sizeof(struct fileEntry), |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1779 | iinfo->i_data, |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1780 | inode->i_sb->s_blocksize - sizeof(struct fileEntry)); |
Steve Nickel | b2527bf | 2012-02-16 12:53:53 -0500 | [diff] [blame] | 1781 | fe->logicalBlocksRecorded = cpu_to_le64(lb_recorded); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1782 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1783 | udf_time_to_disk_stamp(&fe->accessTime, inode->i_atime); |
| 1784 | udf_time_to_disk_stamp(&fe->modificationTime, inode->i_mtime); |
| 1785 | udf_time_to_disk_stamp(&fe->attrTime, inode->i_ctime); |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1786 | memset(&(fe->impIdent), 0, sizeof(struct regid)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1787 | strcpy(fe->impIdent.ident, UDF_ID_DEVELOPER); |
| 1788 | fe->impIdent.identSuffix[0] = UDF_OS_CLASS_UNIX; |
| 1789 | fe->impIdent.identSuffix[1] = UDF_OS_ID_LINUX; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1790 | fe->uniqueID = cpu_to_le64(iinfo->i_unique); |
| 1791 | fe->lengthExtendedAttr = cpu_to_le32(iinfo->i_lenEAttr); |
| 1792 | fe->lengthAllocDescs = cpu_to_le32(iinfo->i_lenAlloc); |
Steve Nickel | d5e2cf0 | 2012-02-14 00:28:42 -0500 | [diff] [blame] | 1793 | fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1794 | fe->descTag.tagIdent = cpu_to_le16(TAG_IDENT_FE); |
| 1795 | crclen = sizeof(struct fileEntry); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1796 | } else { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1797 | memcpy(bh->b_data + sizeof(struct extendedFileEntry), |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 1798 | iinfo->i_data, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1799 | inode->i_sb->s_blocksize - |
| 1800 | sizeof(struct extendedFileEntry)); |
Steven J. Magnani | ab9a3a7 | 2019-08-14 07:50:02 -0500 | [diff] [blame] | 1801 | efe->objectSize = |
| 1802 | cpu_to_le64(inode->i_size + iinfo->i_lenStreams); |
Steve Nickel | b2527bf | 2012-02-16 12:53:53 -0500 | [diff] [blame] | 1803 | efe->logicalBlocksRecorded = cpu_to_le64(lb_recorded); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1804 | |
Steven J. Magnani | ab9a3a7 | 2019-08-14 07:50:02 -0500 | [diff] [blame] | 1805 | if (iinfo->i_streamdir) { |
| 1806 | struct long_ad *icb_lad = &efe->streamDirectoryICB; |
| 1807 | |
| 1808 | icb_lad->extLocation = |
| 1809 | cpu_to_lelb(iinfo->i_locStreamdir); |
| 1810 | icb_lad->extLength = |
| 1811 | cpu_to_le32(inode->i_sb->s_blocksize); |
| 1812 | } |
| 1813 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1814 | udf_adjust_time(iinfo, inode->i_atime); |
| 1815 | udf_adjust_time(iinfo, inode->i_mtime); |
| 1816 | udf_adjust_time(iinfo, inode->i_ctime); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1818 | udf_time_to_disk_stamp(&efe->accessTime, inode->i_atime); |
| 1819 | udf_time_to_disk_stamp(&efe->modificationTime, inode->i_mtime); |
Marcin Slusarz | 5677480 | 2008-02-10 11:25:31 +0100 | [diff] [blame] | 1820 | udf_time_to_disk_stamp(&efe->createTime, iinfo->i_crtime); |
Arnd Bergmann | c3b9cec | 2018-06-20 10:15:13 +0200 | [diff] [blame] | 1821 | udf_time_to_disk_stamp(&efe->attrTime, inode->i_ctime); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1822 | |
Markus Elfring | 033c9da | 2017-08-15 16:45:44 +0200 | [diff] [blame] | 1823 | memset(&(efe->impIdent), 0, sizeof(efe->impIdent)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1824 | strcpy(efe->impIdent.ident, UDF_ID_DEVELOPER); |
| 1825 | efe->impIdent.identSuffix[0] = UDF_OS_CLASS_UNIX; |
| 1826 | efe->impIdent.identSuffix[1] = UDF_OS_ID_LINUX; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1827 | efe->uniqueID = cpu_to_le64(iinfo->i_unique); |
| 1828 | efe->lengthExtendedAttr = cpu_to_le32(iinfo->i_lenEAttr); |
| 1829 | efe->lengthAllocDescs = cpu_to_le32(iinfo->i_lenAlloc); |
Steve Nickel | d5e2cf0 | 2012-02-14 00:28:42 -0500 | [diff] [blame] | 1830 | efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1831 | efe->descTag.tagIdent = cpu_to_le16(TAG_IDENT_EFE); |
| 1832 | crclen = sizeof(struct extendedFileEntry); |
| 1833 | } |
Steven J. Magnani | 70f19f5 | 2015-07-07 13:06:05 -0500 | [diff] [blame] | 1834 | |
| 1835 | finish: |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1836 | if (iinfo->i_strat4096) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1837 | fe->icbTag.strategyType = cpu_to_le16(4096); |
| 1838 | fe->icbTag.strategyParameter = cpu_to_le16(1); |
| 1839 | fe->icbTag.numEntries = cpu_to_le16(2); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1840 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1841 | fe->icbTag.strategyType = cpu_to_le16(4); |
| 1842 | fe->icbTag.numEntries = cpu_to_le16(1); |
| 1843 | } |
| 1844 | |
Steven J. Magnani | 70f19f5 | 2015-07-07 13:06:05 -0500 | [diff] [blame] | 1845 | if (iinfo->i_use) |
| 1846 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_USE; |
| 1847 | else if (S_ISDIR(inode->i_mode)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1848 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_DIRECTORY; |
| 1849 | else if (S_ISREG(inode->i_mode)) |
| 1850 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_REGULAR; |
| 1851 | else if (S_ISLNK(inode->i_mode)) |
| 1852 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_SYMLINK; |
| 1853 | else if (S_ISBLK(inode->i_mode)) |
| 1854 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_BLOCK; |
| 1855 | else if (S_ISCHR(inode->i_mode)) |
| 1856 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_CHAR; |
| 1857 | else if (S_ISFIFO(inode->i_mode)) |
| 1858 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_FIFO; |
| 1859 | else if (S_ISSOCK(inode->i_mode)) |
| 1860 | fe->icbTag.fileType = ICBTAG_FILE_TYPE_SOCKET; |
| 1861 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1862 | icbflags = iinfo->i_alloc_type | |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1863 | ((inode->i_mode & S_ISUID) ? ICBTAG_FLAG_SETUID : 0) | |
| 1864 | ((inode->i_mode & S_ISGID) ? ICBTAG_FLAG_SETGID : 0) | |
| 1865 | ((inode->i_mode & S_ISVTX) ? ICBTAG_FLAG_STICKY : 0) | |
| 1866 | (le16_to_cpu(fe->icbTag.flags) & |
| 1867 | ~(ICBTAG_FLAG_AD_MASK | ICBTAG_FLAG_SETUID | |
| 1868 | ICBTAG_FLAG_SETGID | ICBTAG_FLAG_STICKY)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1869 | |
| 1870 | fe->icbTag.flags = cpu_to_le16(icbflags); |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 1871 | if (sbi->s_udfrev >= 0x0200) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1872 | fe->descTag.descVersion = cpu_to_le16(3); |
| 1873 | else |
| 1874 | fe->descTag.descVersion = cpu_to_le16(2); |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 1875 | fe->descTag.tagSerialNum = cpu_to_le16(sbi->s_serial_number); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 1876 | fe->descTag.tagLocation = cpu_to_le32( |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 1877 | iinfo->i_location.logicalBlockNum); |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1878 | crclen += iinfo->i_lenEAttr + iinfo->i_lenAlloc - sizeof(struct tag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1879 | fe->descTag.descCRCLength = cpu_to_le16(crclen); |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 1880 | fe->descTag.descCRC = cpu_to_le16(crc_itu_t(0, (char *)fe + sizeof(struct tag), |
Bob Copeland | f845fce | 2008-04-17 09:47:48 +0200 | [diff] [blame] | 1881 | crclen)); |
Marcin Slusarz | 3f2587b | 2008-02-08 04:20:39 -0800 | [diff] [blame] | 1882 | fe->descTag.tagChecksum = udf_tag_checksum(&fe->descTag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1883 | |
Jan Kara | 5833ded | 2010-01-08 16:52:59 +0100 | [diff] [blame] | 1884 | set_buffer_uptodate(bh); |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1885 | unlock_buffer(bh); |
| 1886 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1887 | /* write the data blocks */ |
| 1888 | mark_buffer_dirty(bh); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 1889 | if (do_sync) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1890 | sync_dirty_buffer(bh); |
Jan Kara | aae917c | 2010-01-08 16:46:29 +0100 | [diff] [blame] | 1891 | if (buffer_write_io_error(bh)) { |
Joe Perches | 78ace70 | 2011-10-10 01:08:05 -0700 | [diff] [blame] | 1892 | udf_warn(inode->i_sb, "IO error syncing udf inode [%08lx]\n", |
| 1893 | inode->i_ino); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1894 | err = -EIO; |
| 1895 | } |
| 1896 | } |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 1897 | brelse(bh); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 1898 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1899 | return err; |
| 1900 | } |
| 1901 | |
Jan Kara | 6174c2e | 2014-10-09 12:52:16 +0200 | [diff] [blame] | 1902 | struct inode *__udf_iget(struct super_block *sb, struct kernel_lb_addr *ino, |
| 1903 | bool hidden_inode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1904 | { |
| 1905 | unsigned long block = udf_get_lb_pblock(sb, ino, 0); |
| 1906 | struct inode *inode = iget_locked(sb, block); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1907 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1908 | |
| 1909 | if (!inode) |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1910 | return ERR_PTR(-ENOMEM); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1911 | |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1912 | if (!(inode->i_state & I_NEW)) |
| 1913 | return inode; |
| 1914 | |
| 1915 | memcpy(&UDF_I(inode)->i_location, ino, sizeof(struct kernel_lb_addr)); |
Jan Kara | 6174c2e | 2014-10-09 12:52:16 +0200 | [diff] [blame] | 1916 | err = udf_read_inode(inode, hidden_inode); |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1917 | if (err < 0) { |
| 1918 | iget_failed(inode); |
| 1919 | return ERR_PTR(err); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1920 | } |
Jan Kara | 6d3d5e8 | 2014-09-04 16:15:51 +0200 | [diff] [blame] | 1921 | unlock_new_inode(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1922 | |
| 1923 | return inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1924 | } |
| 1925 | |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 1926 | int udf_setup_indirect_aext(struct inode *inode, udf_pblk_t block, |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1927 | struct extent_position *epos) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1928 | { |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1929 | struct super_block *sb = inode->i_sb; |
| 1930 | struct buffer_head *bh; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1931 | struct allocExtDesc *aed; |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1932 | struct extent_position nepos; |
| 1933 | struct kernel_lb_addr neloc; |
| 1934 | int ver, adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1935 | |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1936 | if (UDF_I(inode)->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
| 1937 | adsize = sizeof(struct short_ad); |
| 1938 | else if (UDF_I(inode)->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
| 1939 | adsize = sizeof(struct long_ad); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1940 | else |
Arnd Bergmann | 4f1b151 | 2016-01-01 15:21:54 +0100 | [diff] [blame] | 1941 | return -EIO; |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1942 | |
| 1943 | neloc.logicalBlockNum = block; |
| 1944 | neloc.partitionReferenceNum = epos->block.partitionReferenceNum; |
| 1945 | |
| 1946 | bh = udf_tgetblk(sb, udf_get_lb_pblock(sb, &neloc, 0)); |
| 1947 | if (!bh) |
| 1948 | return -EIO; |
| 1949 | lock_buffer(bh); |
| 1950 | memset(bh->b_data, 0x00, sb->s_blocksize); |
| 1951 | set_buffer_uptodate(bh); |
| 1952 | unlock_buffer(bh); |
| 1953 | mark_buffer_dirty_inode(bh, inode); |
| 1954 | |
| 1955 | aed = (struct allocExtDesc *)(bh->b_data); |
| 1956 | if (!UDF_QUERY_FLAG(sb, UDF_FLAG_STRICT)) { |
| 1957 | aed->previousAllocExtLocation = |
| 1958 | cpu_to_le32(epos->block.logicalBlockNum); |
| 1959 | } |
| 1960 | aed->lengthAllocDescs = cpu_to_le32(0); |
| 1961 | if (UDF_SB(sb)->s_udfrev >= 0x0200) |
| 1962 | ver = 3; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1963 | else |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1964 | ver = 2; |
| 1965 | udf_new_tag(bh->b_data, TAG_IDENT_AED, ver, 1, block, |
| 1966 | sizeof(struct tag)); |
| 1967 | |
| 1968 | nepos.block = neloc; |
| 1969 | nepos.offset = sizeof(struct allocExtDesc); |
| 1970 | nepos.bh = bh; |
| 1971 | |
| 1972 | /* |
| 1973 | * Do we have to copy current last extent to make space for indirect |
| 1974 | * one? |
| 1975 | */ |
| 1976 | if (epos->offset + adsize > sb->s_blocksize) { |
| 1977 | struct kernel_lb_addr cp_loc; |
| 1978 | uint32_t cp_len; |
| 1979 | int cp_type; |
| 1980 | |
| 1981 | epos->offset -= adsize; |
| 1982 | cp_type = udf_current_aext(inode, epos, &cp_loc, &cp_len, 0); |
| 1983 | cp_len |= ((uint32_t)cp_type) << 30; |
| 1984 | |
| 1985 | __udf_add_aext(inode, &nepos, &cp_loc, cp_len, 1); |
| 1986 | udf_write_aext(inode, epos, &nepos.block, |
Pali Rohár | 800552c | 2020-01-07 22:29:02 +0100 | [diff] [blame] | 1987 | sb->s_blocksize | EXT_NEXT_EXTENT_ALLOCDESCS, 0); |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1988 | } else { |
| 1989 | __udf_add_aext(inode, epos, &nepos.block, |
Pali Rohár | 800552c | 2020-01-07 22:29:02 +0100 | [diff] [blame] | 1990 | sb->s_blocksize | EXT_NEXT_EXTENT_ALLOCDESCS, 0); |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 1991 | } |
| 1992 | |
| 1993 | brelse(epos->bh); |
| 1994 | *epos = nepos; |
| 1995 | |
| 1996 | return 0; |
| 1997 | } |
| 1998 | |
| 1999 | /* |
| 2000 | * Append extent at the given position - should be the first free one in inode |
| 2001 | * / indirect extent. This function assumes there is enough space in the inode |
| 2002 | * or indirect extent. Use udf_add_aext() if you didn't check for this before. |
| 2003 | */ |
| 2004 | int __udf_add_aext(struct inode *inode, struct extent_position *epos, |
| 2005 | struct kernel_lb_addr *eloc, uint32_t elen, int inc) |
| 2006 | { |
| 2007 | struct udf_inode_info *iinfo = UDF_I(inode); |
| 2008 | struct allocExtDesc *aed; |
| 2009 | int adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2011 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2012 | adsize = sizeof(struct short_ad); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2013 | else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2014 | adsize = sizeof(struct long_ad); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | else |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 2016 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2017 | |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 2018 | if (!epos->bh) { |
| 2019 | WARN_ON(iinfo->i_lenAlloc != |
| 2020 | epos->offset - udf_file_entry_alloc_offset(inode)); |
| 2021 | } else { |
| 2022 | aed = (struct allocExtDesc *)epos->bh->b_data; |
| 2023 | WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != |
| 2024 | epos->offset - sizeof(struct allocExtDesc)); |
| 2025 | WARN_ON(epos->offset + adsize > inode->i_sb->s_blocksize); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2026 | } |
| 2027 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 2028 | udf_write_aext(inode, epos, eloc, elen, inc); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2029 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2030 | if (!epos->bh) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2031 | iinfo->i_lenAlloc += adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2032 | mark_inode_dirty(inode); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2033 | } else { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2034 | aed = (struct allocExtDesc *)epos->bh->b_data; |
marcin.slusarz@gmail.com | c2104fd | 2008-01-30 22:03:57 +0100 | [diff] [blame] | 2035 | le32_add_cpu(&aed->lengthAllocDescs, adsize); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2036 | if (!UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_STRICT) || |
| 2037 | UDF_SB(inode->i_sb)->s_udfrev >= 0x0201) |
| 2038 | udf_update_tag(epos->bh->b_data, |
| 2039 | epos->offset + (inc ? 0 : adsize)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2040 | else |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2041 | udf_update_tag(epos->bh->b_data, |
| 2042 | sizeof(struct allocExtDesc)); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2043 | mark_buffer_dirty_inode(epos->bh, inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2044 | } |
| 2045 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 2046 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2047 | } |
| 2048 | |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 2049 | /* |
| 2050 | * Append extent at given position - should be the first free one in inode |
| 2051 | * / indirect extent. Takes care of allocating and linking indirect blocks. |
| 2052 | */ |
| 2053 | int udf_add_aext(struct inode *inode, struct extent_position *epos, |
| 2054 | struct kernel_lb_addr *eloc, uint32_t elen, int inc) |
| 2055 | { |
| 2056 | int adsize; |
| 2057 | struct super_block *sb = inode->i_sb; |
| 2058 | |
| 2059 | if (UDF_I(inode)->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
| 2060 | adsize = sizeof(struct short_ad); |
| 2061 | else if (UDF_I(inode)->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
| 2062 | adsize = sizeof(struct long_ad); |
| 2063 | else |
| 2064 | return -EIO; |
| 2065 | |
| 2066 | if (epos->offset + (2 * adsize) > sb->s_blocksize) { |
| 2067 | int err; |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 2068 | udf_pblk_t new_block; |
Jan Kara | fcea62b | 2015-12-23 14:21:13 +0100 | [diff] [blame] | 2069 | |
| 2070 | new_block = udf_new_block(sb, NULL, |
| 2071 | epos->block.partitionReferenceNum, |
| 2072 | epos->block.logicalBlockNum, &err); |
| 2073 | if (!new_block) |
| 2074 | return -ENOSPC; |
| 2075 | |
| 2076 | err = udf_setup_indirect_aext(inode, new_block, epos); |
| 2077 | if (err) |
| 2078 | return err; |
| 2079 | } |
| 2080 | |
| 2081 | return __udf_add_aext(inode, epos, eloc, elen, inc); |
| 2082 | } |
| 2083 | |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 2084 | void udf_write_aext(struct inode *inode, struct extent_position *epos, |
| 2085 | struct kernel_lb_addr *eloc, uint32_t elen, int inc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | { |
| 2087 | int adsize; |
| 2088 | uint8_t *ptr; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2089 | struct short_ad *sad; |
| 2090 | struct long_ad *lad; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2091 | struct udf_inode_info *iinfo = UDF_I(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2093 | if (!epos->bh) |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 2094 | ptr = iinfo->i_data + epos->offset - |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2095 | udf_file_entry_alloc_offset(inode) + |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2096 | iinfo->i_lenEAttr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2097 | else |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2098 | ptr = epos->bh->b_data + epos->offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2099 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2100 | switch (iinfo->i_alloc_type) { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2101 | case ICBTAG_FLAG_AD_SHORT: |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2102 | sad = (struct short_ad *)ptr; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2103 | sad->extLength = cpu_to_le32(elen); |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2104 | sad->extPosition = cpu_to_le32(eloc->logicalBlockNum); |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2105 | adsize = sizeof(struct short_ad); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2106 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2107 | case ICBTAG_FLAG_AD_LONG: |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2108 | lad = (struct long_ad *)ptr; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2109 | lad->extLength = cpu_to_le32(elen); |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2110 | lad->extLocation = cpu_to_lelb(*eloc); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2111 | memset(lad->impUse, 0x00, sizeof(lad->impUse)); |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2112 | adsize = sizeof(struct long_ad); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2113 | break; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2114 | default: |
Jan Kara | 7e49b6f | 2010-10-22 00:30:26 +0200 | [diff] [blame] | 2115 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2116 | } |
| 2117 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2118 | if (epos->bh) { |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2119 | if (!UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_STRICT) || |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 2120 | UDF_SB(inode->i_sb)->s_udfrev >= 0x0201) { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2121 | struct allocExtDesc *aed = |
| 2122 | (struct allocExtDesc *)epos->bh->b_data; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2123 | udf_update_tag(epos->bh->b_data, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2124 | le32_to_cpu(aed->lengthAllocDescs) + |
| 2125 | sizeof(struct allocExtDesc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2126 | } |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2127 | mark_buffer_dirty_inode(epos->bh, inode); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2128 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2129 | mark_inode_dirty(inode); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2130 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2131 | |
| 2132 | if (inc) |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2133 | epos->offset += adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2134 | } |
| 2135 | |
Vegard Nossum | b0918d9 | 2015-12-11 15:54:16 +0100 | [diff] [blame] | 2136 | /* |
| 2137 | * Only 1 indirect extent in a row really makes sense but allow upto 16 in case |
| 2138 | * someone does some weird stuff. |
| 2139 | */ |
| 2140 | #define UDF_MAX_INDIR_EXTS 16 |
| 2141 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2142 | int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2143 | struct kernel_lb_addr *eloc, uint32_t *elen, int inc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2144 | { |
| 2145 | int8_t etype; |
Vegard Nossum | b0918d9 | 2015-12-11 15:54:16 +0100 | [diff] [blame] | 2146 | unsigned int indirections = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2147 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2148 | while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == |
Pali Rohár | 800552c | 2020-01-07 22:29:02 +0100 | [diff] [blame] | 2149 | (EXT_NEXT_EXTENT_ALLOCDESCS >> 30)) { |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 2150 | udf_pblk_t block; |
Vegard Nossum | b0918d9 | 2015-12-11 15:54:16 +0100 | [diff] [blame] | 2151 | |
| 2152 | if (++indirections > UDF_MAX_INDIR_EXTS) { |
| 2153 | udf_err(inode->i_sb, |
| 2154 | "too many indirect extents in inode %lu\n", |
| 2155 | inode->i_ino); |
| 2156 | return -1; |
| 2157 | } |
| 2158 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2159 | epos->block = *eloc; |
| 2160 | epos->offset = sizeof(struct allocExtDesc); |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2161 | brelse(epos->bh); |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2162 | block = udf_get_lb_pblock(inode->i_sb, &epos->block, 0); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2163 | epos->bh = udf_tread(inode->i_sb, block); |
| 2164 | if (!epos->bh) { |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 2165 | udf_debug("reading block %u failed!\n", block); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2166 | return -1; |
| 2167 | } |
| 2168 | } |
| 2169 | |
| 2170 | return etype; |
| 2171 | } |
| 2172 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2173 | int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2174 | struct kernel_lb_addr *eloc, uint32_t *elen, int inc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2175 | { |
| 2176 | int alen; |
| 2177 | int8_t etype; |
| 2178 | uint8_t *ptr; |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2179 | struct short_ad *sad; |
| 2180 | struct long_ad *lad; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2181 | struct udf_inode_info *iinfo = UDF_I(inode); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2182 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2183 | if (!epos->bh) { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2184 | if (!epos->offset) |
| 2185 | epos->offset = udf_file_entry_alloc_offset(inode); |
Jan Kara | 382a228 | 2020-09-25 12:29:54 +0200 | [diff] [blame] | 2186 | ptr = iinfo->i_data + epos->offset - |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2187 | udf_file_entry_alloc_offset(inode) + |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2188 | iinfo->i_lenEAttr; |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2189 | alen = udf_file_entry_alloc_offset(inode) + |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2190 | iinfo->i_lenAlloc; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2191 | } else { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2192 | if (!epos->offset) |
| 2193 | epos->offset = sizeof(struct allocExtDesc); |
| 2194 | ptr = epos->bh->b_data + epos->offset; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2195 | alen = sizeof(struct allocExtDesc) + |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2196 | le32_to_cpu(((struct allocExtDesc *)epos->bh->b_data)-> |
| 2197 | lengthAllocDescs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2198 | } |
| 2199 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2200 | switch (iinfo->i_alloc_type) { |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2201 | case ICBTAG_FLAG_AD_SHORT: |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2202 | sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); |
| 2203 | if (!sad) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2204 | return -1; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2205 | etype = le32_to_cpu(sad->extLength) >> 30; |
| 2206 | eloc->logicalBlockNum = le32_to_cpu(sad->extPosition); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2207 | eloc->partitionReferenceNum = |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2208 | iinfo->i_location.partitionReferenceNum; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2209 | *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK; |
| 2210 | break; |
| 2211 | case ICBTAG_FLAG_AD_LONG: |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2212 | lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); |
| 2213 | if (!lad) |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2214 | return -1; |
| 2215 | etype = le32_to_cpu(lad->extLength) >> 30; |
| 2216 | *eloc = lelb_to_cpu(lad->extLocation); |
| 2217 | *elen = le32_to_cpu(lad->extLength) & UDF_EXTENT_LENGTH_MASK; |
| 2218 | break; |
| 2219 | default: |
Steve Magnani | fcbf763 | 2017-10-12 08:48:41 -0500 | [diff] [blame] | 2220 | udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2221 | return -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2222 | } |
| 2223 | |
| 2224 | return etype; |
| 2225 | } |
| 2226 | |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2227 | static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2228 | struct kernel_lb_addr neloc, uint32_t nelen) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2230 | struct kernel_lb_addr oeloc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2231 | uint32_t oelen; |
| 2232 | int8_t etype; |
| 2233 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2234 | if (epos.bh) |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2235 | get_bh(epos.bh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2236 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2237 | while ((etype = udf_next_aext(inode, &epos, &oeloc, &oelen, 0)) != -1) { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2238 | udf_write_aext(inode, &epos, &neloc, nelen, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2239 | neloc = oeloc; |
| 2240 | nelen = (etype << 30) | oelen; |
| 2241 | } |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2242 | udf_add_aext(inode, &epos, &neloc, nelen, 1); |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2243 | brelse(epos.bh); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2244 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2245 | return (nelen >> 30); |
| 2246 | } |
| 2247 | |
Jan Kara | 6c1e4d0 | 2018-06-13 18:04:24 +0200 | [diff] [blame] | 2248 | int8_t udf_delete_aext(struct inode *inode, struct extent_position epos) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2249 | { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2250 | struct extent_position oepos; |
| 2251 | int adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2252 | int8_t etype; |
| 2253 | struct allocExtDesc *aed; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2254 | struct udf_inode_info *iinfo; |
Jan Kara | 6c1e4d0 | 2018-06-13 18:04:24 +0200 | [diff] [blame] | 2255 | struct kernel_lb_addr eloc; |
| 2256 | uint32_t elen; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2258 | if (epos.bh) { |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2259 | get_bh(epos.bh); |
| 2260 | get_bh(epos.bh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2261 | } |
| 2262 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2263 | iinfo = UDF_I(inode); |
| 2264 | if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2265 | adsize = sizeof(struct short_ad); |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2266 | else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2267 | adsize = sizeof(struct long_ad); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2268 | else |
| 2269 | adsize = 0; |
| 2270 | |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2271 | oepos = epos; |
| 2272 | if (udf_next_aext(inode, &epos, &eloc, &elen, 1) == -1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2273 | return -1; |
| 2274 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2275 | while ((etype = udf_next_aext(inode, &epos, &eloc, &elen, 1)) != -1) { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2276 | udf_write_aext(inode, &oepos, &eloc, (etype << 30) | elen, 1); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2277 | if (oepos.bh != epos.bh) { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2278 | oepos.block = epos.block; |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2279 | brelse(oepos.bh); |
| 2280 | get_bh(epos.bh); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2281 | oepos.bh = epos.bh; |
| 2282 | oepos.offset = epos.offset - adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2283 | } |
| 2284 | } |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2285 | memset(&eloc, 0x00, sizeof(struct kernel_lb_addr)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2286 | elen = 0; |
| 2287 | |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2288 | if (epos.bh != oepos.bh) { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2289 | udf_free_blocks(inode->i_sb, inode, &epos.block, 0, 1); |
| 2290 | udf_write_aext(inode, &oepos, &eloc, elen, 1); |
| 2291 | udf_write_aext(inode, &oepos, &eloc, elen, 1); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2292 | if (!oepos.bh) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2293 | iinfo->i_lenAlloc -= (adsize * 2); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2294 | mark_inode_dirty(inode); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2295 | } else { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2296 | aed = (struct allocExtDesc *)oepos.bh->b_data; |
marcin.slusarz@gmail.com | c2104fd | 2008-01-30 22:03:57 +0100 | [diff] [blame] | 2297 | le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2298 | if (!UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_STRICT) || |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 2299 | UDF_SB(inode->i_sb)->s_udfrev >= 0x0201) |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2300 | udf_update_tag(oepos.bh->b_data, |
| 2301 | oepos.offset - (2 * adsize)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2302 | else |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2303 | udf_update_tag(oepos.bh->b_data, |
| 2304 | sizeof(struct allocExtDesc)); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2305 | mark_buffer_dirty_inode(oepos.bh, inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2306 | } |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2307 | } else { |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2308 | udf_write_aext(inode, &oepos, &eloc, elen, 1); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2309 | if (!oepos.bh) { |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2310 | iinfo->i_lenAlloc -= adsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2311 | mark_inode_dirty(inode); |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2312 | } else { |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2313 | aed = (struct allocExtDesc *)oepos.bh->b_data; |
marcin.slusarz@gmail.com | c2104fd | 2008-01-30 22:03:57 +0100 | [diff] [blame] | 2314 | le32_add_cpu(&aed->lengthAllocDescs, -adsize); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2315 | if (!UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_STRICT) || |
Marcin Slusarz | 6c79e98 | 2008-02-08 04:20:30 -0800 | [diff] [blame] | 2316 | UDF_SB(inode->i_sb)->s_udfrev >= 0x0201) |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2317 | udf_update_tag(oepos.bh->b_data, |
| 2318 | epos.offset - adsize); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2319 | else |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2320 | udf_update_tag(oepos.bh->b_data, |
| 2321 | sizeof(struct allocExtDesc)); |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2322 | mark_buffer_dirty_inode(oepos.bh, inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2323 | } |
| 2324 | } |
Cyrill Gorcunov | 647bd61 | 2007-07-15 23:39:47 -0700 | [diff] [blame] | 2325 | |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2326 | brelse(epos.bh); |
| 2327 | brelse(oepos.bh); |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2328 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2329 | return (elen >> 30); |
| 2330 | } |
| 2331 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2332 | int8_t inode_bmap(struct inode *inode, sector_t block, |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2333 | struct extent_position *pos, struct kernel_lb_addr *eloc, |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2334 | uint32_t *elen, sector_t *offset) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2335 | { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2336 | unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits; |
Fabian Frederick | bbc9abd | 2017-01-06 21:53:52 +0100 | [diff] [blame] | 2337 | loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2338 | int8_t etype; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2339 | struct udf_inode_info *iinfo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2340 | |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2341 | iinfo = UDF_I(inode); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 2342 | if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { |
| 2343 | pos->offset = 0; |
| 2344 | pos->block = iinfo->i_location; |
| 2345 | pos->bh = NULL; |
| 2346 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2347 | *elen = 0; |
Cyrill Gorcunov | cb00ea3 | 2007-07-19 01:47:43 -0700 | [diff] [blame] | 2348 | do { |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2349 | etype = udf_next_aext(inode, pos, eloc, elen, 1); |
| 2350 | if (etype == -1) { |
| 2351 | *offset = (bcount - lbcount) >> blocksize_bits; |
Marcin Slusarz | 48d6d8f | 2008-02-08 04:20:44 -0800 | [diff] [blame] | 2352 | iinfo->i_lenExtents = lbcount; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2353 | return -1; |
| 2354 | } |
| 2355 | lbcount += *elen; |
| 2356 | } while (lbcount <= bcount); |
Namjae Jeon | 9960005 | 2013-01-19 11:17:14 +0900 | [diff] [blame] | 2357 | /* update extent cache */ |
Fabian Frederick | b31c9ed | 2017-01-06 21:53:56 +0100 | [diff] [blame] | 2358 | udf_update_extent_cache(inode, lbcount - *elen, pos); |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2359 | *offset = (bcount + *elen - lbcount) >> blocksize_bits; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2360 | |
| 2361 | return etype; |
| 2362 | } |
| 2363 | |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 2364 | udf_pblk_t udf_block_map(struct inode *inode, sector_t block) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2365 | { |
Pekka Enberg | 5ca4e4b | 2008-10-15 12:28:03 +0200 | [diff] [blame] | 2366 | struct kernel_lb_addr eloc; |
Jan Kara | ff116fc | 2007-05-08 00:35:14 -0700 | [diff] [blame] | 2367 | uint32_t elen; |
Jan Kara | 60448b1 | 2007-05-08 00:35:13 -0700 | [diff] [blame] | 2368 | sector_t offset; |
Cyrill Gorcunov | 28de794 | 2007-07-21 04:37:18 -0700 | [diff] [blame] | 2369 | struct extent_position epos = {}; |
Steve Magnani | b490bdd | 2017-10-12 08:48:40 -0500 | [diff] [blame] | 2370 | udf_pblk_t ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2371 | |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 2372 | down_read(&UDF_I(inode)->i_data_sem); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2373 | |
Marcin Slusarz | 4b11111 | 2008-02-08 04:20:36 -0800 | [diff] [blame] | 2374 | if (inode_bmap(inode, block, &epos, &eloc, &elen, &offset) == |
| 2375 | (EXT_RECORDED_ALLOCATED >> 30)) |
Pekka Enberg | 97e961f | 2008-10-15 12:29:03 +0200 | [diff] [blame] | 2376 | ret = udf_get_lb_pblock(inode->i_sb, &eloc, offset); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2377 | else |
| 2378 | ret = 0; |
| 2379 | |
Alessio Igor Bogani | 4d0fb62 | 2010-11-16 18:40:47 +0100 | [diff] [blame] | 2380 | up_read(&UDF_I(inode)->i_data_sem); |
Jan Kara | 3bf25cb | 2007-05-08 00:35:16 -0700 | [diff] [blame] | 2381 | brelse(epos.bh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2382 | |
| 2383 | if (UDF_QUERY_FLAG(inode->i_sb, UDF_FLAG_VARCONV)) |
| 2384 | return udf_fixed_to_variable(ret); |
| 2385 | else |
| 2386 | return ret; |
| 2387 | } |