| Commit message (Expand) | Author | Age | Files | Lines |
* | udf: Try harder when looking for VAT inode | Jan Kara | 2009-12-14 | 1 | -8/+24 |
* | udf: Fix loading of VAT inode when drive wrongly reports number of recorded b... | Jan Kara | 2009-07-30 | 1 | -0/+12 |
* | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 2009-06-11 | 1 | -1/+5 |
* | push BKL down into ->put_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+5 |
* | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 1 | -1/+1 |
* | udf: Don't write integrity descriptor too often | Jan Kara | 2009-04-02 | 1 | -19/+25 |
* | udf: Try anchor in block 256 first | Jan Kara | 2009-04-02 | 1 | -247/+185 |
* | udf: Some type fixes and cleanups | Jan Kara | 2009-04-02 | 1 | -6/+4 |
* | udf: use hardware sector size | Clemens Ladisch | 2009-04-02 | 1 | -21/+49 |
* | udf: fix novrs mount option | Clemens Ladisch | 2009-04-02 | 1 | -0/+1 |
* | udf: return f_fsid for statfs(2) | Coly Li | 2009-04-02 | 1 | -1/+3 |
* | udf: Add checks to not underflow sector_t | Jan Kara | 2009-04-02 | 1 | -8/+13 |
* | udf: fix default mode and dmode options handling | Marcin Slusarz | 2009-04-02 | 1 | -4/+4 |
* | udf: unsigned last[i] cannot be less than 0 | roel kluin | 2009-04-02 | 1 | -2/+0 |
* | udf: implement mode and dmode mounting options | Marcin Slusarz | 2009-04-02 | 1 | -1/+30 |
* | udf: reduce stack usage of udf_load_pvoldesc | Marcin Slusarz | 2009-04-02 | 1 | -11/+25 |
* | Fix the udf code not to pass structs on stack where possible. | Pekka Enberg | 2009-04-02 | 1 | -11/+11 |
* | Remove struct typedefs from fs/udf/ecma_167.h et al. | Pekka Enberg | 2009-04-02 | 1 | -24/+24 |
* | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | udf: Fix regression in UDF anchor block detection | Tomas Janousek | 2008-06-24 | 1 | -34/+23 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2008-05-08 | 1 | -0/+1 |
|\ |
|
| * | udf: Make udf exportable | Rasmus Rohde | 2008-05-07 | 1 | -0/+1 |
* | | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
|/ |
|
* | udf: use crc_itu_t from lib instead of udf_crc | Bob Copeland | 2008-04-17 | 1 | -5/+5 |
* | udf: Fix compilation warnings when UDF debug is on | Sebastian Manciulea | 2008-04-17 | 1 | -3/+4 |
* | udf: Fix bug in VAT mapping code | Sebastian Manciulea | 2008-04-17 | 1 | -4/+2 |
* | udf: Add read-only support for 2.50 UDF media | Jan Kara | 2008-04-17 | 1 | -13/+177 |
* | udf: Fix handling of multisession media | Sebastian Manciulea | 2008-04-17 | 1 | -1/+1 |
* | udf: Mount filesystem read-only if it has pseudooverwrite partition | Jan Kara | 2008-04-17 | 1 | -0/+8 |
* | udf: Handle VAT packed inside inode properly | Jan Kara | 2008-04-17 | 1 | -9/+15 |
* | udf: Fix detection of VAT version | Jan Kara | 2008-04-17 | 1 | -2/+2 |
* | udf: Silence warning about accesses beyond end of device | Jan Kara | 2008-04-17 | 1 | -1/+5 |
* | udf: Improve anchor block detection | Jan Kara | 2008-04-17 | 1 | -4/+9 |
* | udf: Cleanup anchor block detection. | Jan Kara | 2008-04-17 | 1 | -141/+98 |
* | udf: Move processing of virtual partitions | Jan Kara | 2008-04-17 | 1 | -80/+85 |
* | udf: Move filling of partition descriptor info into a separate function | Jan Kara | 2008-04-17 | 1 | -56/+62 |
* | udf: Improve error recovery on mount | Jan Kara | 2008-04-17 | 1 | -44/+42 |
* | udf: Cleanup volume descriptor sequence processing | Jan Kara | 2008-04-17 | 1 | -54/+81 |
* | udf: fix anchor point detection | Pavel Emelyanov | 2008-04-17 | 1 | -9/+6 |
* | udf: Mark udf_process_sequence() as noinline | Jan Kara | 2008-04-17 | 1 | -1/+1 |
* | udf: super.c reorganization | Marcin Slusarz | 2008-04-17 | 1 | -282/+270 |
* | udf: remove unneeded kernel_timestamp type | Marcin Slusarz | 2008-04-17 | 1 | -4/+5 |
* | udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps | Marcin Slusarz | 2008-04-17 | 1 | -12/+10 |
* | udf: convert udf_stamp_to_time to return struct timespec | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -7/+2 |
* | udf: convert udf_count_free_bitmap to use bitmap_weight | Marcin Slusarz | 2008-04-17 | 1 | -12/+5 |
* | make udf_error() static | Adrian Bunk | 2008-04-17 | 1 | -2/+4 |
* | fs/udf: Use DIV_ROUND_UP | Julia Lawall | 2008-04-17 | 1 | -4/+3 |
* | udf: move headers out include/linux/ | Christoph Hellwig | 2008-04-17 | 1 | -1/+0 |
* | udf: kill useless file header comments for vfs method implementations | Christoph Hellwig | 2008-04-17 | 1 | -42/+0 |