index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
43 hours
Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-07-11
udf: Verify partition map count
Jan Kara
2025-07-11
udf: stop using write_cache_pages
Christoph Hellwig
2025-05-07
udf: Make sure i_lenExtents is uptodate on inode eviction
Jan Kara
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-31
Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
2025-03-13
udf: Fix inode_getblk() return value
Jan Kara
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2024-11-26
udf: Verify inode link counts before performing rename
Jan Kara
2024-11-26
udf: Skip parent dir link count update if corrupted
Jan Kara
2024-10-02
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
2024-10-02
udf: refactor inode_bmap() to handle error
Zhao Mengmeng
2024-10-02
udf: refactor udf_next_aext() to handle error
Zhao Mengmeng
2024-10-02
udf: refactor udf_current_aext() to handle error
Zhao Mengmeng
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-12
udf: store cookie in private data
Christian Brauner
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-06-26
udf: prevent integer overflow in udf_bitmap_free_blocks()
Roman Smirnov
2024-06-26
udf: Avoid excessive partition lengths
Jan Kara
2024-06-26
udf: Drop load_block_bitmap() wrapper
Jan Kara
2024-06-26
udf: Avoid using corrupted block bitmap buffer
Jan Kara
2024-06-20
udf: Fix bogus checksum computation in udf_rename()
Jan Kara
2024-06-05
udf: Fix lock ordering in udf_evict_inode()
Jan Kara
2024-06-05
udf: Drop pointless IS_IMMUTABLE and IS_APPEND check
Jan Kara
2024-04-23
udf: Use a folio in udf_write_end()
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_symlink_getattr() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_expand_file_adinicb() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_write_begin() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
udf: Convert udf_symlink_filler() to use a folio
Matthew Wilcox (Oracle)
2024-04-10
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
2024-04-02
udf: replace deprecated strncpy/strcpy with strscpy
Justin Stitt
2024-03-25
udf: Remove second semicolon
Colin Ian King
2024-03-05
udf: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-21
udf: convert to new mount API
Eric Sandeen
2024-02-21
udf: convert novrs to an option flag
Eric Sandeen
2024-02-05
udf: Avoid invalid LVID used on mount
Jan Kara
2024-01-23
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
Jan Kara
2024-01-23
udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
Jan Kara
2024-01-23
udf: Avoid GFP_NOFS allocation in udf_symlink()
Jan Kara
2024-01-23
udf: Remove GFP_NOFS from dir iteration code
Jan Kara
2024-01-11
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-12-21
udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...
Al Viro
2023-12-21
udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...
Al Viro
2023-12-21
udf: d_splice_alias() will do the right thing on ERR_PTR() inode
Al Viro
[next]