Commit Graph

141 Commits (e8628dd06d66f2e3965ec9742029b401d63434f1)

Author SHA1 Message Date
Harvey Harrison 78e917d59c udf: fix sparse warning in namei.c 17 years ago
Bob Copeland f845fced91 udf: use crc_itu_t from lib instead of udf_crc 17 years ago
Sebastian Manciulea 706047a797 udf: Fix compilation warnings when UDF debug is on 17 years ago
Sebastian Manciulea 47c9358a01 udf: Fix bug in VAT mapping code 17 years ago
Jan Kara bfb257a598 udf: Add read-only support for 2.50 UDF media 17 years ago
Sebastian Manciulea f4bcbbd92e udf: Fix handling of multisession media 17 years ago
Jan Kara 96200be307 udf: Mount filesystem read-only if it has pseudooverwrite partition 17 years ago
Jan Kara fa5e081563 udf: Handle VAT packed inside inode properly 17 years ago
Jan Kara 742e1795e2 udf: Allow loading of VAT inode 17 years ago
Jan Kara c82a127505 udf: Fix detection of VAT version 17 years ago
Jan Kara 4f7874c868 udf: Silence warning about accesses beyond end of device 17 years ago
Jan Kara 5fb28aa25a udf: Improve anchor block detection 17 years ago
Jan Kara 423cf6dc04 udf: Cleanup anchor block detection. 17 years ago
Jan Kara 38b74a53e5 udf: Move processing of virtual partitions 17 years ago
Jan Kara 3fb38dfa0e udf: Move filling of partition descriptor info into a separate function 17 years ago
Jan Kara 2e0838fd0c udf: Improve error recovery on mount 17 years ago
Jan Kara c0eb31ed13 udf: Cleanup volume descriptor sequence processing 17 years ago
Pavel Emelyanov d0db181c07 udf: fix anchor point detection 17 years ago
Jan Kara b80697c14d udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) 17 years ago
Jan Kara 9bf2c6b834 udf: Remove checking of existence of filename in udf_add_entry() 17 years ago
Jan Kara 200a3592cd udf: Mark udf_process_sequence() as noinline 17 years ago
Marcin Slusarz 165923fa45 udf: super.c reorganization 17 years ago
Marcin Slusarz af15a298a4 udf: remove unneeded kernel_timestamp type 17 years ago
Marcin Slusarz 56774805d5 udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps 17 years ago
marcin.slusarz@gmail.com cbf5676a0e udf: convert udf_stamp_to_time to return struct timespec 17 years ago
marcin.slusarz@gmail.com c87e8e90d0 udf: create function for conversion from timestamp to timespec 17 years ago
marcin.slusarz@gmail.com f18f17b033 udf: udf_get_block, inode_bmap - remove unneeded checks 17 years ago
Marcin Slusarz 01b954a36a udf: convert udf_count_free_bitmap to use bitmap_weight 17 years ago
marcin.slusarz@gmail.com d652eefb70 udf: replace udf_*_offset macros with functions 17 years ago
marcin.slusarz@gmail.com 1ab9278570 udf: simplify __udf_read_inode 17 years ago
marcin.slusarz@gmail.com c2104fda5e udf: replace all adds to little endians variables with le*_add_cpu 17 years ago
marcin.slusarz@gmail.com 456390de46 udf: truncate: create function for updating of Allocation Ext Descriptor 17 years ago
marcin.slusarz@gmail.com 9de90b76eb udf: simple cleanup of truncate.c 17 years ago
marcin.slusarz@gmail.com c8ed837d37 udf: constify crc 17 years ago
marcin.slusarz@gmail.com 34f953ddfd udf: udf_CS0toNLS cleanup 17 years ago
Marcin Slusarz 6305a0a9d5 udf: fix udf_build_ustr 17 years ago
marcin.slusarz@gmail.com 79cfe0ff5f udf: udf_CS0toUTF8 cleanup 17 years ago
Adrian Bunk b8145a7697 make udf_error() static 17 years ago
Julia Lawall 8dee00bb75 fs/udf: Use DIV_ROUND_UP 17 years ago
Christoph Hellwig 15aebd2866 udf: move headers out include/linux/ 17 years ago
Christoph Hellwig b1e321266d udf: kill useless file header comments for vfs method implementations 17 years ago
Christoph Hellwig f1f73ba8e9 udf: kill udf_set_blocksize 17 years ago
Marcin Slusarz cba44359d1 udf: fix udf_add_free_space 17 years ago
Jan Kara e28d80f182 udf: fix directory offset handling 17 years ago
Miklos Szeredi 6da80894cc mount options: fix udf 17 years ago
Jan Kara 05343c4f2e udf: fix adding entry to a directory 17 years ago
Jan Kara af793295bf udf: cleanup directory offset handling 17 years ago
Mike Galbraith 32a8f24dd7 udf: avoid unnecessary synchronous writes 17 years ago
Marcin Slusarz 7f3fbd0897 udf: fix signedness issue 17 years ago
Marcin Slusarz 1ed161718a udf: fix 3 signedness & 1 unitialized variable warnings 17 years ago