index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
udf: Keep i_lenExtents consistent with the total length of extents
Jan Kara
1
-0
/
+3
2023-01-09
udf: Move setting of i_lenExtents into udf_do_extend_file()
Jan Kara
1
-1
/
+4
2023-01-09
udf: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
2023-01-09
udf: Do not bother merging very long extents
Jan Kara
1
-17
/
+2
2023-01-09
udf: Truncate added extents on failed expansion
Jan Kara
1
-4
/
+11
2023-01-09
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
1
-82
/
+0
2023-01-09
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2022-12-09
udf: Fix extending file within last block
Jan Kara
1
-15
/
+17
2022-12-09
udf: Discard preallocation before extending file with a hole
Jan Kara
1
-28
/
+18
2022-11-21
udf: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-09-11
udf: replace ll_rw_block()
Zhang Yi
1
-7
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-01-24
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
1
-0
/
+1
2022-01-24
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
1
-5
/
+3
2021-08-11
udf: Get rid of 0-length arrays in struct fileIdentDesc
Jan Kara
1
-2
/
+1
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-0
/
+1
2021-01-25
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
1
-19
/
+17
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
1
-11
/
+14
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-01-08
udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS
Pali Rohár
1
-3
/
+3
2019-08-27
udf: augment UDF permissions on new inodes
Steven J. Magnani
1
-4
/
+27
2019-08-26
udf: reduce leakage of blocks related to named streams
Steven J. Magnani
1
-1
/
+23
2019-07-10
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Steven J. Magnani
1
-33
/
+60
2019-03-18
udf: Propagate errors from udf_truncate_extents()
Jan Kara
1
-1
/
+3
2018-12-12
udf: Fix BUG on corrupted inode
Jan Kara
1
-0
/
+6
2018-06-27
udf: convert inode stamps to timespec64
Arnd Bergmann
1
-29
/
+16
2018-06-20
udf: Drop unused arguments of udf_delete_aext()
Jan Kara
1
-4
/
+4
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-15
/
+28
2018-05-25
udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
1
-21
/
+7
2018-02-27
udf: Clean up handling of invalid uid/gid
Jan Kara
1
-8
/
+13
2018-02-27
udf: Ignore [ug]id=ignore mount options
Jan Kara
1
-2
/
+0
2017-10-17
udf: Fix some sign-conversion warnings
Steve Magnani
1
-2
/
+2
2017-10-17
udf: Fix signed/unsigned format specifiers
Steve Magnani
1
-8
/
+8
2017-10-17
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
1
-15
/
+15
2017-08-16
fs-udf: Delete an error message for a failed memory allocation in two functions
Markus Elfring
1
-6
/
+1
2017-08-16
fs-udf: Improve six size determinations
Markus Elfring
1
-3
/
+3
2017-06-14
udf: Fix deadlock between writeback and udf_setsize()
Jan Kara
1
-2
/
+2
2017-04-24
udf: use kmap_atomic for memcpy copying
Fabian Frederick
1
-4
/
+4
2017-04-24
udf: use octal for permissions
Fabian Frederick
1
-7
/
+7
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-1
/
+1
2017-01-10
udf: check partition reference in udf_read_inode()
Fabian Frederick
1
-0
/
+6
2017-01-10
udf: merge module informations in super.c
Fabian Frederick
1
-4
/
+0
[prev]
[next]