aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong1-1/+1
2007-10-17UDF: coding style fixupsCyrill Gorcunov2-36/+23
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16udf: convert to new aopsNick Piggin2-26/+22
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara1-6/+4
2007-08-31UDF: handle wrong superblock betterJan Kara1-4/+22
2007-07-31UDF: fix UID and GID mount option ignoranceCyrill Gorcunov3-4/+10
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov23-2702/+1910
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov23-3649/+3801
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-16UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov1-2/+2
2007-07-16UDF: check for allocated memory for inode dataCyrill Gorcunov1-12/+39
2007-07-16UDF: check for allocated memory for data of new inodesCyrill Gorcunov1-1/+8
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-06-16udf: fix possible leakage of blocksJan Kara3-17/+74
2007-06-01parse errors in ifdefsYoann Padioleau1-1/+1
2007-06-01Fix possible UDF data corruptionJan Kara1-4/+8
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara3-82/+180
2007-05-08udf: add assertionsJan Kara1-1/+3
2007-05-08udf: use get_bh()Jan Kara12-177/+174
2007-05-08UDF: introduce struct extent_positionJan Kara8-445/+434
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara6-35/+38
2007-05-08udf: decrement correct link count in udf_rmdirStephen Mollett1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-3/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven3-4/+4
2006-12-08[PATCH] struct path: convert udfJosef Sipek2-3/+3
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-05[PATCH] UDF: Fix mounting read-writePeter Osterlund1-1/+2
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2-4/+4
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-12/+6
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-6/+10
2006-09-29[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLYEric Sandeen1-0/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-3/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2-26/+40
2006-08-14[PATCH] initialize parts of udf inode earlier in createDan Bastone1-0/+7
2006-08-06[PATCH] udf: initialize parts of inode earlier in createEric Sandeen1-5/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig4-6/+6
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+4