aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong2007-10-171-1/+1
* UDF: coding style fixupsCyrill Gorcunov2007-10-172-36/+23
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* udf: convert to new aopsNick Piggin2007-10-162-26/+22
* Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara2007-08-311-6/+4
* UDF: handle wrong superblock betterJan Kara2007-08-311-4/+22
* UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-07-313-4/+10
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-2123-2702/+1910
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-1923-3649/+3801
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov2007-07-161-2/+2
* UDF: check for allocated memory for inode dataCyrill Gorcunov2007-07-161-12/+39
* UDF: check for allocated memory for data of new inodesCyrill Gorcunov2007-07-161-1/+8
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* udf: fix possible leakage of blocksJan Kara2007-06-163-17/+74
* parse errors in ifdefsYoann Padioleau2007-06-011-1/+1
* Fix possible UDF data corruptionJan Kara2007-06-011-4/+8
* Detach sched.h from mm.hAlexey Dobriyan2007-05-212-0/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* udf: possible null pointer dereference while load_partitionDmitriy Monakhov2007-05-081-0/+2
* udf: support files larger than 1GJan Kara2007-05-083-82/+180
* udf: add assertionsJan Kara2007-05-081-1/+3
* udf: use get_bh()Jan Kara2007-05-0812-177/+174
* UDF: introduce struct extent_positionJan Kara2007-05-088-445/+434
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-086-35/+38
* udf: decrement correct link count in udf_rmdirStephen Mollett2007-05-081-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-3/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-123-4/+4
* [PATCH] struct path: convert udfJosef Sipek2006-12-082-3/+3
* [PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan2006-12-071-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] UDF: Fix mounting read-writePeter Osterlund2006-10-051-1/+2
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-012-4/+4
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-12/+6
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-6/+10
* [PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLYEric Sandeen2006-09-291-0/+4
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-272-3/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-4/+2
* Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2006-08-222-26/+40
* [PATCH] initialize parts of udf inode earlier in createDan Bastone2006-08-141-0/+7
* [PATCH] udf: initialize parts of inode earlier in createEric Sandeen2006-08-061-5/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-284-6/+6
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+4