index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
balloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-24
udf: Remove dead quota code
Jan Kara
1
-41
/
+2
2010-04-08
udf: potential integer overflow
Dan Carpenter
1
-6
/
+4
2010-03-09
udf: use ext2_find_next_bit
Akinobu Mita
1
-48
/
+1
2010-03-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-15
/
+20
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
1
-15
/
+20
2010-03-03
sanitize const/signedness for udf
Al Viro
1
-1
/
+1
2009-12-14
udf: Fix compilation with UDFFS_DEBUG enabled
Jan Kara
1
-1
/
+1
2009-06-24
udf: remove redundant tests on unsigned
Roel Kluin
1
-5
/
+4
2009-04-02
udf: Don't write integrity descriptor too often
Jan Kara
1
-25
/
+12
2009-04-02
udf: fix sparse warnings:
Jan Kara
1
-14
/
+8
2009-04-02
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
1
-28
/
+31
2009-04-02
Remove struct typedefs from fs/udf/ecma_167.h et al.
Pekka Enberg
1
-19
/
+19
2009-03-26
udf: Use lowercase names of quota functions
Jan Kara
1
-7
/
+7
2008-04-17
udf: replace all adds to little endians variables with le*_add_cpu
marcin.slusarz@gmail.com
1
-9
/
+4
2008-02-13
udf: fix udf_add_free_space
Marcin Slusarz
1
-1
/
+1
2008-02-08
udf: cache struct udf_inode_info
Marcin Slusarz
1
-15
/
+20
2008-02-08
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
1
-14
/
+16
2008-02-08
udf: replace loops coded with goto to real loops
Marcin Slusarz
1
-59
/
+59
2008-02-08
udf: create common function for changing free space counter
Marcin Slusarz
1
-29
/
+20
2008-02-08
udf: fix coding style
Marcin Slusarz
1
-92
/
+139
2008-02-08
udf: move calculating of nr_groups into helper function
Marcin Slusarz
1
-3
/
+1
2008-02-08
udf: remove some ugly macros
Marcin Slusarz
1
-62
/
+74
2007-10-17
fs/udf/balloc.c: mark a variable as uninitialized_var()
WANG Cong
1
-1
/
+1
2007-08-31
Fix possible NULL pointer dereference in udf_table_free_blocks()
Jan Kara
1
-6
/
+4
2007-07-21
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
1
-259
/
+161
2007-07-19
UDF: coding style conversion - lindent
Cyrill Gorcunov
1
-346
/
+363
2007-05-08
udf: use get_bh()
Jan Kara
1
-16
/
+19
2007-05-08
UDF: introduce struct extent_position
Jan Kara
1
-89
/
+83
2006-03-23
[PATCH] sem2mutex: UDF
Ingo Molnar
1
-18
/
+18
2006-02-03
[PATCH] coverity: udf/balloc.c null deref fix
KAMBAROV, ZAUR
1
-4
/
+3
2006-01-08
[PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"
Adrian Bunk
1
-1
/
+1
2006-01-03
remove pointers to the defunct UDF mailing list
Adrian Bunk
1
-5
/
+0
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+959