aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-6/+8
* udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* UDF: Fix compiler warningDirk Behme2011-02-231-2/+2
* udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()Jan Kara2011-01-061-2/+1
* udf: Remove dead quota codeJan Kara2010-05-241-41/+2
* udf: potential integer overflowDan Carpenter2010-04-081-6/+4
* udf: use ext2_find_next_bitAkinobu Mita2010-03-091-48/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-15/+20
|\
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-15/+20
* | sanitize const/signedness for udfAl Viro2010-03-031-1/+1
|/
* udf: Fix compilation with UDFFS_DEBUG enabledJan Kara2009-12-141-1/+1
* udf: remove redundant tests on unsignedRoel Kluin2009-06-241-5/+4
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-021-25/+12
* udf: fix sparse warnings:Jan Kara2009-04-021-14/+8
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-28/+31
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-19/+19
* udf: Use lowercase names of quota functionsJan Kara2009-03-261-7/+7
* udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com2008-04-171-9/+4
* udf: fix udf_add_free_spaceMarcin Slusarz2008-02-131-1/+1
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-15/+20
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-14/+16
* udf: replace loops coded with goto to real loopsMarcin Slusarz2008-02-081-59/+59
* udf: create common function for changing free space counterMarcin Slusarz2008-02-081-29/+20
* udf: fix coding styleMarcin Slusarz2008-02-081-92/+139
* udf: move calculating of nr_groups into helper functionMarcin Slusarz2008-02-081-3/+1
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-62/+74
* fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong2007-10-171-1/+1
* Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara2007-08-311-6/+4
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-259/+161
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-346/+363
* udf: use get_bh()Jan Kara2007-05-081-16/+19
* UDF: introduce struct extent_positionJan Kara2007-05-081-89/+83
* [PATCH] sem2mutex: UDFIngo Molnar2006-03-231-18/+18
* [PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR2006-02-031-4/+3
* [PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"Adrian Bunk2006-01-081-1/+1
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+959