index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
/
balloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
udf: prevent allocation beyond UDF partition
Steve Magnani
2019-07-31
1
-0
/
+11
*
udf: Drop freed bitmap / table support
Jan Kara
2018-09-07
1
-24
/
+0
*
udf: remove unused variables group_start and nr_groups
Colin Ian King
2018-09-03
1
-4
/
+2
*
udf: Drop unused arguments of udf_delete_aext()
Jan Kara
2018-06-20
1
-3
/
+2
*
udf: Fix signed/unsigned format specifiers
Steve Magnani
2017-10-17
1
-6
/
+6
*
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
2017-10-17
1
-7
/
+10
*
udf: Factor out code for creating indirect extent
Jan Kara
2015-12-23
1
-93
/
+5
*
udf: use int for allocated blocks instead of sector_t
Fabian Frederick
2015-03-16
1
-1
/
+1
*
udf: remove redundant buffer_head.h includes
Fabian Frederick
2015-03-14
1
-1
/
+0
*
udf: remove else after return in __load_block_bitmap()
Fabian Frederick
2015-03-14
1
-8
/
+7
*
udf: remove unused variable in udf_table_free_blocks()
Fabian Frederick
2015-03-14
1
-2
/
+0
*
udf: Fix handling of i_blocks
Jan Kara
2012-02-29
1
-38
/
+46
*
udf: Neaten udf_debug uses
Joe Perches
2011-10-31
1
-6
/
+8
*
udf: use little-endian bitops
Akinobu Mita
2011-03-23
1
-5
/
+4
*
UDF: Fix compiler warning
Dirk Behme
2011-02-23
1
-2
/
+2
*
udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()
Jan Kara
2011-01-06
1
-2
/
+1
*
udf: Remove dead quota code
Jan Kara
2010-05-24
1
-41
/
+2
*
udf: potential integer overflow
Dan Carpenter
2010-04-08
1
-6
/
+4
*
udf: use ext2_find_next_bit
Akinobu Mita
2010-03-09
1
-48
/
+1
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2010-03-05
1
-15
/
+20
|
\
|
*
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
2010-03-05
1
-15
/
+20
*
|
sanitize const/signedness for udf
Al Viro
2010-03-03
1
-1
/
+1
|
/
*
udf: Fix compilation with UDFFS_DEBUG enabled
Jan Kara
2009-12-14
1
-1
/
+1
*
udf: remove redundant tests on unsigned
Roel Kluin
2009-06-24
1
-5
/
+4
*
udf: Don't write integrity descriptor too often
Jan Kara
2009-04-02
1
-25
/
+12
*
udf: fix sparse warnings:
Jan Kara
2009-04-02
1
-14
/
+8
*
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
2009-04-02
1
-28
/
+31
*
Remove struct typedefs from fs/udf/ecma_167.h et al.
Pekka Enberg
2009-04-02
1
-19
/
+19
*
udf: Use lowercase names of quota functions
Jan Kara
2009-03-26
1
-7
/
+7
*
udf: replace all adds to little endians variables with le*_add_cpu
marcin.slusarz@gmail.com
2008-04-17
1
-9
/
+4
*
udf: fix udf_add_free_space
Marcin Slusarz
2008-02-13
1
-1
/
+1
*
udf: cache struct udf_inode_info
Marcin Slusarz
2008-02-08
1
-15
/
+20
*
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
2008-02-08
1
-14
/
+16
*
udf: replace loops coded with goto to real loops
Marcin Slusarz
2008-02-08
1
-59
/
+59
*
udf: create common function for changing free space counter
Marcin Slusarz
2008-02-08
1
-29
/
+20
*
udf: fix coding style
Marcin Slusarz
2008-02-08
1
-92
/
+139
*
udf: move calculating of nr_groups into helper function
Marcin Slusarz
2008-02-08
1
-3
/
+1
*
udf: remove some ugly macros
Marcin Slusarz
2008-02-08
1
-62
/
+74
*
fs/udf/balloc.c: mark a variable as uninitialized_var()
WANG Cong
2007-10-17
1
-1
/
+1
*
Fix possible NULL pointer dereference in udf_table_free_blocks()
Jan Kara
2007-08-31
1
-6
/
+4
*
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
2007-07-21
1
-259
/
+161
*
UDF: coding style conversion - lindent
Cyrill Gorcunov
2007-07-19
1
-346
/
+363
*
udf: use get_bh()
Jan Kara
2007-05-08
1
-16
/
+19
*
UDF: introduce struct extent_position
Jan Kara
2007-05-08
1
-89
/
+83
*
[PATCH] sem2mutex: UDF
Ingo Molnar
2006-03-23
1
-18
/
+18
*
[PATCH] coverity: udf/balloc.c null deref fix
KAMBAROV, ZAUR
2006-02-03
1
-4
/
+3
*
[PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"
Adrian Bunk
2006-01-08
1
-1
/
+1
*
remove pointers to the defunct UDF mailing list
Adrian Bunk
2006-01-03
1
-5
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+959