index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
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
2023-11-25
udf_rename(): only access the child content on cross-directory rename
Al Viro
2023-11-02
Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-18
udf: convert to new timestamp accessors
Jeff Layton
2023-10-03
udf: Avoid unneeded variable length array in struct fileIdentDesc
Jan Kara
2023-09-18
udf: Annotate struct udf_bitmap with __counted_by
Kees Cook
2023-08-30
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
2023-08-09
udf: Drop pointless aops assignment
Jan Kara
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-07-31
udf: Fix -Wstringop-overflow warnings
Gustavo A. R. Silva
2023-07-24
udf: convert to ctime accessor functions
Jeff Layton
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-21
udf: Fix uninitialized array access for some pathnames
Jan Kara
2023-06-02
Revert "udf: Protect rename against modification of moved directory"
Jan Kara
2023-05-30
fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Bagas Sanjaya
2023-05-30
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
[next]