index
:
pub/scm/linux/kernel/git/cris/linux.git
master
Cristian Marussi kernel tree
Cristian Marussi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-63
/
+99
2026-07-30
udf: Fix data loss when converting inline inodes to out of line
Jan Kara
1
-2
/
+13
2026-07-30
udf: Move udf_map_block() up
Jan Kara
1
-59
/
+59
2026-07-27
udf: Fix i_lenExtents truncation on 32-bit kernels
Zhan Xusheng
1
-1
/
+1
2026-07-27
udf: Fold udf_update_inode() into udf_write_inode()
Jan Kara
1
-7
/
+1
2026-07-27
udf: Use sync_inode_metadata() in udf_evict_inode()
Jan Kara
1
-3
/
+1
2026-07-27
udf: Drop udf_sync_inode()
Jan Kara
1
-10
/
+1
2026-07-27
udf: Use sync_inode_metadata() to writeout IS_SYNC inode
Jan Kara
1
-4
/
+1
2026-07-27
udf: Fix data integrity writeout issues
Jan Kara
1
-11
/
+29
2026-07-27
udf: Fix bh leak for unallocated space entries
Jan Kara
1
-0
/
+1
2026-07-27
udf: bound lengthAllocDescs from unallocated space entry
Jay Vadayath
1
-0
/
+4
2026-07-08
udf: avoid recursive s_alloc_mutex deadlock when freeing AED blocks
Deepanshu Kartikey
1
-3
/
+16
2026-07-08
udf: validate extent partition references in udf_current_aext()
Kyle Zeng
1
-0
/
+7
2026-04-15
Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+5
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+9
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+6
2026-03-27
udf: Fix race between file type conversion and writeback
Jan Kara
1
-18
/
+15
2026-03-26
udf: Track metadata bhs in fs-private inode part
Jan Kara
1
-8
/
+8
2026-03-26
udf: Sync and invalidate metadata buffers from udf_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-6
/
+6
2026-02-27
fs: udf: avoid assignment in condition when selecting allocation goal
Adarsh Das
1
-6
/
+5
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-22
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
1
-0
/
+3
2025-07-28
Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+16
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-4
/
+7
2025-07-11
udf: stop using write_cache_pages
Christoph Hellwig
1
-12
/
+16
2025-03-13
udf: Fix inode_getblk() return value
Jan Kara
1
-0
/
+1
2024-10-02
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
1
-3
/
+6
2024-10-02
udf: refactor inode_bmap() to handle error
Zhao Mengmeng
1
-15
/
+25
2024-10-02
udf: refactor udf_next_aext() to handle error
Zhao Mengmeng
1
-42
/
+83
2024-10-02
udf: refactor udf_current_aext() to handle error
Zhao Mengmeng
1
-14
/
+26
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+2
2024-06-05
udf: Fix lock ordering in udf_evict_inode()
Jan Kara
1
-7
/
+4
2024-06-05
udf: Drop pointless IS_IMMUTABLE and IS_APPEND check
Jan Kara
1
-2
/
+0
2024-04-23
udf: Use a folio in udf_write_end()
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-23
udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
Matthew Wilcox (Oracle)
1
-12
/
+7
2024-04-23
udf: Convert udf_expand_file_adinicb() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2024-04-23
udf: Convert udf_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-01-23
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
Jan Kara
1
-1
/
+1
2023-10-18
udf: convert to new timestamp accessors
Jeff Layton
1
-16
/
+22
2023-08-30
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-2
/
+0
2023-08-09
udf: Drop pointless aops assignment
Jan Kara
1
-2
/
+0
2023-07-24
udf: convert to ctime accessor functions
Jeff Layton
1
-7
/
+10
2023-05-30
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
1
-5
/
+1
2023-03-08
udf: Use folios in udf_adinicb_writepage()
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-03-06
udf: Warn if block mapping is done for in-ICB files
Jan Kara
1
-0
/
+3
2023-03-06
udf: Fix reading of in-ICB files
Jan Kara
1
-0
/
+9
2023-03-06
udf: Fix lost writes in udf_adinicb_writepage()
Jan Kara
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
[next]