Commit Graph

153 Commits (d9d332e0874f46b91d8ac4604b68ee42b8a7a2c6)

Author SHA1 Message Date
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Christoph Hellwig 5c89468c12 udf: add llseek method 17 years ago
Jan Kara 97e1cfb086 udf: Fix error paths in udf_new_inode() 17 years ago
Jan Kara db0badc58e udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2) 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
Paul Collins e4f3ec0634 udf: restore UDFFS_DEBUG to being undefined by default 17 years ago
Jan Kara 9afadc4b1f udf: Fix memory corruption when fs mounted with noadinicb option 17 years ago
Rasmus Rohde 221e583a73 udf: Make udf exportable 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
Adrian Bunk 22ba0317c8 udf: fs/udf/partition.c:udf_get_pblock() mustn't be inline 17 years ago
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