aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/balloc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-02udf: Don't write integrity descriptor too oftenGravatar Jan Kara 1-25/+12
2009-04-02udf: fix sparse warnings:Gravatar Jan Kara 1-14/+8
2009-04-02Fix the udf code not to pass structs on stack where possible.Gravatar Pekka Enberg 1-28/+31
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Gravatar Pekka Enberg 1-19/+19
2009-03-26udf: Use lowercase names of quota functionsGravatar Jan Kara 1-7/+7
2008-04-17udf: replace all adds to little endians variables with le*_add_cpuGravatar marcin.slusarz@gmail.com 1-9/+4
2008-02-13udf: fix udf_add_free_spaceGravatar Marcin Slusarz 1-1/+1
2008-02-08udf: cache struct udf_inode_infoGravatar Marcin Slusarz 1-15/+20
2008-02-08udf: remove UDF_I_* macros and open code themGravatar Marcin Slusarz 1-14/+16
2008-02-08udf: replace loops coded with goto to real loopsGravatar Marcin Slusarz 1-59/+59
2008-02-08udf: create common function for changing free space counterGravatar Marcin Slusarz 1-29/+20
2008-02-08udf: fix coding styleGravatar Marcin Slusarz 1-92/+139
2008-02-08udf: move calculating of nr_groups into helper functionGravatar Marcin Slusarz 1-3/+1
2008-02-08udf: remove some ugly macrosGravatar Marcin Slusarz 1-62/+74
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()Gravatar WANG Cong 1-1/+1
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Gravatar Jan Kara 1-6/+4
2007-07-21UDF: coding style conversion - lindent fixupsGravatar Cyrill Gorcunov 1-259/+161
2007-07-19UDF: coding style conversion - lindentGravatar Cyrill Gorcunov 1-346/+363
2007-05-08udf: use get_bh()Gravatar Jan Kara 1-16/+19
2007-05-08UDF: introduce struct extent_positionGravatar Jan Kara 1-89/+83
2006-03-23[PATCH] sem2mutex: UDFGravatar Ingo Molnar 1-18/+18
2006-02-03[PATCH] coverity: udf/balloc.c null deref fixGravatar KAMBAROV, ZAUR 1-4/+3
2006-01-08[PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"Gravatar Adrian Bunk 1-1/+1
2006-01-03remove pointers to the defunct UDF mailing listGravatar Adrian Bunk 1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+959