nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / udf /
2009-12-14 Jan Karaudf: Avoid IO in udf_clear_inode
2009-12-14 Jan Karaudf: Try harder when looking for VAT inode
2009-12-14 Jan Karaudf: Fix compilation with UDFFS_DEBUG enabled
2009-09-14 Jan Karaudf: Fix possible corruption when close races with...
2009-09-14 Jan Karaudf: Perform preallocation only for regular files
2009-09-14 Jan Karaudf: Remove wrong assignment in udf_symlink
2009-09-14 Jan Karaudf: Remove dead code
2009-07-30 Jan Karaudf: Fix loading of VAT inode when drive wrongly report...
2009-06-24 Roel Kluinudf: remove redundant tests on unsigned
2009-06-18 Jan Karaudf: Use device size when drive reported bogus number...
2009-06-12 Al Viroswitch udf to simple_fsync()
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 Jan Karaudf: Fix oops when invalid character in filename occurs
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 Jan Karaudf: fix sparse warnings:
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_get_filename
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.
2009-03-26 Jan Karaudf: Use lowercase names of quota functions
2009-01-22 Alexey Dobriyanfs/Kconfig: move iso9660, udf out
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-27 Jan Karaudf: Fix BUG_ON() in destroy_inode()
2008-11-13 David HowellsCRED: Wrap task credential accesses in the UDF filesystem
2008-10-23 Al Viro[PATCH] get rid of on-stack dentry in udf
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-08 Christoph Hellwigudf: add llseek method
2008-08-19 Jan Karaudf: Fix error paths in udf_new_inode()
2008-08-19 Jan Karaudf: Fix lock inversion between iprune_mutex and alloc_...
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-06-16 Paul Collinsudf: restore UDFFS_DEBUG to being undefined by default
2008-05-08 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-05-07 Jan Karaudf: Fix memory corruption when fs mounted with noadini...
2008-05-07 Rasmus Rohdeudf: Make udf exportable
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-28 Adrian Bunkudf: fs/udf/partition.c:udf_get_pblock() mustn't be...
2008-04-28 Harvey Harrisonudf: fix sparse warning in namei.c
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: Allow loading of VAT inode
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: Remove declarations of arrays of size UDF_NAME_LEN...
2008-04-17 Jan Karaudf: Remove checking of existence of filename in udf_ad...
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.slusarz@gma... udf: create function for conversion from timestamp...
2008-04-17 marcin.slusarz@gma... udf: udf_get_block, inode_bmap - remove unneeded checks
2008-04-17 Marcin Slusarzudf: convert udf_count_free_bitmap to use bitmap_weight
2008-04-17 marcin.slusarz@gma... udf: replace udf_*_offset macros with functions
2008-04-17 marcin.slusarz@gma... udf: simplify __udf_read_inode
2008-04-17 marcin.slusarz@gma... udf: replace all adds to little endians variables with...
2008-04-17 marcin.slusarz@gma... udf: truncate: create function for updating of Allocati...
2008-04-17 marcin.slusarz@gma... udf: simple cleanup of truncate.c
2008-04-17 marcin.slusarz@gma... udf: constify crc
2008-04-17 marcin.slusarz@gma... udf: udf_CS0toNLS cleanup
2008-04-17 Marcin Slusarzudf: fix udf_build_ustr
2008-04-17 marcin.slusarz@gma... udf: udf_CS0toUTF8 cleanup
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-14 Marcin Slusarzudf: fix udf_add_free_space
2008-02-14 Jan Karaudf: fix directory offset handling
2008-02-08 Miklos Szeredimount options: fix udf
2008-02-08 Jan Karaudf: fix adding entry to a directory
2008-02-08 Jan Karaudf: cleanup directory offset handling
2008-02-08 Mike Galbraithudf: avoid unnecessary synchronous writes
2008-02-08 Marcin Slusarzudf: fix signedness issue
2008-02-08 Marcin Slusarzudf: fix 3 signedness & 1 unitialized variable warnings
2008-02-08 Marcin Slusarzudf: remove wrong prototype of udf_readdir
next