sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / fs / udf / super.c
2009-07-30 Jan Karaudf: Fix loading of VAT inode when drive wrongly report...
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-04-02 Jan Karaudf: Don't write integrity descriptor too often
2009-04-02 Jan Karaudf: Try anchor in block 256 first
2009-04-02 Jan Karaudf: Some type fixes and cleanups
2009-04-02 Clemens Ladischudf: use hardware sector size
2009-04-02 Clemens Ladischudf: fix novrs mount option
2009-04-02 Coly Liudf: return f_fsid for statfs(2)
2009-04-02 Jan Karaudf: Add checks to not underflow sector_t
2009-04-02 Marcin Slusarzudf: fix default mode and dmode options handling
2009-04-02 roel kluinudf: unsigned last[i] cannot be less than 0
2009-04-02 Marcin Slusarzudf: implement mode and dmode mounting options
2009-04-02 Marcin Slusarzudf: reduce stack usage of udf_load_pvoldesc
2009-04-02 Pekka EnbergFix the udf code not to pass structs on stack where...
2009-04-02 Pekka EnbergRemove struct typedefs from fs/udf/ecma_167.h et al.
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-06-24 Tomas Janousekudf: Fix regression in UDF anchor block detection
2008-05-08 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-05-07 Rasmus Rohdeudf: Make udf exportable
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-17 Bob Copelandudf: use crc_itu_t from lib instead of udf_crc
2008-04-17 Sebastian Manciuleaudf: Fix compilation warnings when UDF debug is on
2008-04-17 Sebastian Manciuleaudf: Fix bug in VAT mapping code
2008-04-17 Jan Karaudf: Add read-only support for 2.50 UDF media
2008-04-17 Sebastian Manciuleaudf: Fix handling of multisession media
2008-04-17 Jan Karaudf: Mount filesystem read-only if it has pseudooverwri...
2008-04-17 Jan Karaudf: Handle VAT packed inside inode properly
2008-04-17 Jan Karaudf: Fix detection of VAT version
2008-04-17 Jan Karaudf: Silence warning about accesses beyond end of device
2008-04-17 Jan Karaudf: Improve anchor block detection
2008-04-17 Jan Karaudf: Cleanup anchor block detection.
2008-04-17 Jan Karaudf: Move processing of virtual partitions
2008-04-17 Jan Karaudf: Move filling of partition descriptor info into...
2008-04-17 Jan Karaudf: Improve error recovery on mount
2008-04-17 Jan Karaudf: Cleanup volume descriptor sequence processing
2008-04-17 Pavel Emelyanovudf: fix anchor point detection
2008-04-17 Jan Karaudf: Mark udf_process_sequence() as noinline
2008-04-17 Marcin Slusarzudf: super.c reorganization
2008-04-17 Marcin Slusarzudf: remove unneeded kernel_timestamp type
2008-04-17 Marcin Slusarzudf: convert udf_stamp_to_time and udf_time_to_stamp...
2008-04-17 marcin.slusarz@gma... udf: convert udf_stamp_to_time to return struct timespec
2008-04-17 Marcin Slusarzudf: convert udf_count_free_bitmap to use bitmap_weight
2008-04-17 Adrian Bunkmake udf_error() static
2008-04-17 Julia Lawallfs/udf: Use DIV_ROUND_UP
2008-04-17 Christoph Hellwigudf: move headers out include/linux/
2008-04-17 Christoph Hellwigudf: kill useless file header comments for vfs method...
2008-04-17 Christoph Hellwigudf: kill udf_set_blocksize
2008-02-08 Miklos Szeredimount options: fix udf
2008-02-08 Adrian Bunkkill UDFFS_{DATE,VERSION}
2008-02-08 Marcin Slusarzudf: improve readability of udf_load_partition
2008-02-08 Marcin Slusarzudf: remove UDF_I_* macros and open code them
2008-02-08 Marcin Slusarzudf: convert byte order of constant instead of variable
2008-02-08 Marcin Slusarzudf: create common function for tag checksumming
2008-02-08 Marcin Slusarzudf: fix coding style
2008-02-08 Marcin Slusarzudf: fix sparse warnings (shadowing & mismatch between...
2008-02-08 Marcin Slusarzudf: move calculating of nr_groups into helper function
2008-02-08 Marcin Slusarzudf: convert macros related to bitmaps to functions
2008-02-08 Marcin Slusarzudf: check if udf_load_logicalvol failed
2008-02-08 Marcin Slusarzudf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_allo...
2008-02-08 Marcin Slusarzudf: remove some ugly macros
2008-02-08 Marcin Slusarzudf: fix coding style of super.c
2007-10-17 Cyrill GorcunovUDF: coding style fixups
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-08-31 Jan KaraUDF: handle wrong superblock better
2007-07-31 Cyrill GorcunovUDF: fix UID and GID mount option ignorance
2007-07-22 Cyrill GorcunovUDF: coding style conversion - lindent fixups
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Cyrill GorcunovUDF: coding style conversion - lindent
2007-07-17 Jeff Garzikarch/i386/* fs/* ipc/*: mark variables with uninitializ...
2007-06-01 Yoann Padioleauparse errors in ifdefs
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Dmitriy Monakhovudf: possible null pointer dereference while load_partition
2007-05-08 Jan Karaudf: support files larger than 1G
2007-05-08 Jan Karaudf: use get_bh()
2007-05-08 Jan KaraUDF: introduce struct extent_position
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2006-12-07 Alexey Dobriyan[PATCH] fs/*: trivial vsnprintf() conversion
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-05 Peter Osterlund[PATCH] UDF: Fix mounting read-write
2006-09-29 Eric Sandeen[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-08-22 Jan KaraFix possible UDF deadlock and memory corruption (CVE...
2006-08-14 Dan Bastone[PATCH] initialize parts of udf inode earlier in create
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache format
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-24 Tobias Klauser[PATCH] fs: Use ARRAY_SIZE macro
2006-03-23 Ingo Molnar[PATCH] sem2mutex: UDF
2006-03-08 Phillip Susi[PATCH] udf: fix uid/gid options and add uid/gid=ignore...
2006-01-03 Adrian Bunkremove pointers to the defunct UDF mailing list
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2