aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/balloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23udf: Factor out code for creating indirect extentJan Kara1-93/+5
2015-03-16udf: use int for allocated blocks instead of sector_tFabian Frederick1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick1-1/+0
2015-03-14udf: remove else after return in __load_block_bitmap()Fabian Frederick1-8/+7
2015-03-14udf: remove unused variable in udf_table_free_blocks()Fabian Frederick1-2/+0
2012-02-29udf: Fix handling of i_blocksJan Kara1-38/+46
2011-10-31udf: Neaten udf_debug usesJoe Perches1-6/+8
2011-03-23udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-02-23UDF: Fix compiler warningDirk Behme1-2/+2
2011-01-06udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()Jan Kara1-2/+1
2010-05-24udf: Remove dead quota codeJan Kara1-41/+2
2010-04-08udf: potential integer overflowDan Carpenter1-6/+4
2010-03-09udf: use ext2_find_next_bitAkinobu Mita1-48/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-15/+20
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-15/+20
2010-03-03sanitize const/signedness for udfAl Viro1-1/+1
2009-12-14udf: Fix compilation with UDFFS_DEBUG enabledJan Kara1-1/+1
2009-06-24udf: remove redundant tests on unsignedRoel Kluin1-5/+4
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-25/+12
2009-04-02udf: fix sparse warnings:Jan Kara1-14/+8
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-28/+31
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-19/+19
2009-03-26udf: Use lowercase names of quota functionsJan Kara1-7/+7
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com1-9/+4
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-15/+20
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-14/+16
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz1-59/+59
2008-02-08udf: create common function for changing free space counterMarcin Slusarz1-29/+20
2008-02-08udf: fix coding styleMarcin Slusarz1-92/+139
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz1-3/+1
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-62/+74
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong1-1/+1
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara1-6/+4
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-259/+161
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-346/+363
2007-05-08udf: use get_bh()Jan Kara1-16/+19
2007-05-08UDF: introduce struct extent_positionJan Kara1-89/+83
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar1-18/+18
2006-02-03[PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR1-4/+3
2006-01-08[PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"Adrian Bunk1-1/+1
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+959