index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
2023-01-26
udf: Protect truncate and file type conversion with invalidate_lock
Jan Kara
2023-01-26
udf: Simplify error handling in udf_file_write_iter()
Jan Kara
2023-01-26
udf: Push i_data_sem locking into udf_extend_file()
Jan Kara
2023-01-26
udf: Push i_data_sem locking into udf_expand_file_adinicb()
Jan Kara
2023-01-26
udf: Protect rename against modification of moved directory
Jan Kara
2023-01-26
udf: Fold udf_getblk() into udf_bread()
Jan Kara
2023-01-26
udf: Use udf_map_block() in udf_getblk()
Jan Kara
2023-01-26
udf: Add flag to disable block preallocation
Jan Kara
2023-01-26
udf: Pass mapping request into inode_getblk()
Jan Kara
2023-01-26
udf: Fold udf_block_map() into udf_map_block()
Jan Kara
2023-01-26
udf: Convert udf_symlink_filler() to use udf_bread()
Jan Kara
2023-01-26
udf: Do not call udf_block_map() on ICB files
Jan Kara
2023-01-26
udf: Use udf_bread() in udf_load_vat()
Jan Kara
2023-01-26
udf: Use udf_bread() in udf_get_pblock_virt15()
Jan Kara
2023-01-26
udf: Factor out block mapping into udf_map_block()
Jan Kara
2023-01-26
udf: Move incrementing of goal block directly into inode_getblk()
Jan Kara
2023-01-26
udf: Drop VARCONV support
Jan Kara
2023-01-26
udf: Unify types in anchor block detection
Jan Kara
2023-01-26
udf: Fix directory iteration for longer tail extents
Jan Kara
2023-01-26
udf: Propagate errors from udf_advance_blk()
Jan Kara
2023-01-26
udf: Zero udf name padding
Jan Kara
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-09
udf: remove redundant variable netype
Colin Ian King
2023-01-09
udf: Detect system inodes linked into directory hierarchy
Jan Kara
2023-01-09
udf: Preserve link count of system files
Jan Kara
2023-01-09
udf: Do not update file length for failed writes to inline files
Jan Kara
2023-01-09
udf: Fix spelling mistake "lenght" -> "length"
Colin Ian King
2023-01-09
udf: Keep i_lenExtents consistent with the total length of extents
Jan Kara
2023-01-09
udf: Move setting of i_lenExtents into udf_do_extend_file()
Jan Kara
2023-01-09
udf: Allocate name buffer in directory iterator on heap
Jan Kara
2023-01-09
udf: Handle error when adding extent to a file
Jan Kara
2023-01-09
udf: Handle error when adding extent to symlink
Jan Kara
2023-01-09
udf: Handle error when expanding directory
Jan Kara
2023-01-09
udf: Do not bother merging very long extents
Jan Kara
2023-01-09
udf: Truncate added extents on failed expansion
Jan Kara
2023-01-09
udf: Remove old directory iteration code
Jan Kara
2023-01-09
udf: Convert udf_rename() to new directory iteration code
Jan Kara
2023-01-09
udf: Convert udf_link() to new directory iteration code
Jan Kara
2023-01-09
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
2023-01-09
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
2023-01-09
udf: Implement adding of dir entries using new iteration code
Jan Kara
2023-01-09
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
[prev]
[next]