Commit Graph

90 Commits (4136801aec27b56ae4d06b638b4e9956346b08c8)

Author SHA1 Message Date
Clemens Ladisch 4136801aec udf: fix novrs mount option 16 years ago
Coly Li 557f5a1468 udf: return f_fsid for statfs(2) 16 years ago
Jan Kara f90981fed9 udf: Add checks to not underflow sector_t 16 years ago
Marcin Slusarz 87bc730c07 udf: fix default mode and dmode options handling 16 years ago
roel kluin 30930554f2 udf: unsigned last[i] cannot be less than 0 16 years ago
Marcin Slusarz 7ac9bcd5da udf: implement mode and dmode mounting options 16 years ago
Marcin Slusarz ba9aadd80c udf: reduce stack usage of udf_load_pvoldesc 16 years ago
Pekka Enberg 97e961fdbf Fix the udf code not to pass structs on stack where possible. 16 years ago
Pekka Enberg 5ca4e4be84 Remove struct typedefs from fs/udf/ecma_167.h et al. 16 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Tomas Janousek e8183c2452 udf: Fix regression in UDF anchor block detection 17 years ago
Rasmus Rohde 221e583a73 udf: Make udf exportable 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 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 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 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 01b954a36a udf: convert udf_count_free_bitmap to use bitmap_weight 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
Miklos Szeredi 6da80894cc mount options: fix udf 17 years ago
Adrian Bunk a9ca663578 kill UDFFS_{DATE,VERSION} 17 years ago
Marcin Slusarz 28f7c4d413 udf: improve readability of udf_load_partition 17 years ago
Marcin Slusarz c0b344385f udf: remove UDF_I_* macros and open code them 17 years ago
Marcin Slusarz 5e0f001736 udf: convert byte order of constant instead of variable 17 years ago
Marcin Slusarz 3f2587bb22 udf: create common function for tag checksumming 17 years ago
Marcin Slusarz 4b11111aba udf: fix coding style 17 years ago
Marcin Slusarz bd45a420f9 udf: fix sparse warnings (shadowing & mismatch between declaration and definition) 17 years ago
Marcin Slusarz 883cb9d184 udf: move calculating of nr_groups into helper function 17 years ago