index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-04
udf: saner calling conventions for udf_new_inode()
Al Viro
1
-14
/
+10
2014-09-04
udf: fix the udf_iget() vs. udf_new_inode() races
Al Viro
1
-1
/
+6
2014-09-04
udf: Set i_generation field
Jan Kara
1
-0
/
+1
2013-09-24
udf: Fortify LVID loading
Jan Kara
1
-9
/
+7
2012-02-29
udf: Init/maintain file entry checkpoint field
Steve Nickel
1
-0
/
+1
2012-01-03
udf: propagate umode_t
Al Viro
1
-1
/
+1
2011-01-06
udf: Move handling of uniqueID into a helper function and protect it by a s_a...
Jan Kara
1
-15
/
+6
2010-08-09
switch udf to ->evict_inode()
Al Viro
1
-2
/
+0
2010-05-24
udf: Remove dead quota code
Jan Kara
1
-20
/
+1
2010-05-21
udf: replace inode uid,gid,mode init with helper
Dmitry Monakhov
1
-9
/
+2
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
1
-1
/
+1
2010-03-05
dquot: cleanup dquot drop routine
Christoph Hellwig
1
-2
/
+2
2010-03-05
dquot: cleanup inode allocation / freeing routines
Christoph Hellwig
1
-4
/
+6
2009-04-02
udf: Don't write integrity descriptor too often
Jan Kara
1
-3
/
+2
2009-04-02
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
1
-2
/
+2
2009-03-26
udf: Use lowercase names of quota functions
Jan Kara
1
-4
/
+4
2008-11-14
CRED: Wrap task credential accesses in the UDF filesystem
David Howells
1
-2
/
+2
2008-08-19
udf: Fix error paths in udf_new_inode()
Jan Kara
1
-23
/
+18
2008-08-19
udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)
Jan Kara
1
-2
/
+1
2008-04-17
udf: replace all adds to little endians variables with le*_add_cpu
marcin.slusarz@gmail.com
1
-8
/
+4
2008-04-17
udf: move headers out include/linux/
Christoph Hellwig
1
-1
/
+0
2008-02-08
udf: cache struct udf_inode_info
Marcin Slusarz
1
-23
/
+26
2008-02-08
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
1
-25
/
+25
2008-02-08
udf: fix coding style
Marcin Slusarz
1
-7
/
+17
2008-02-08
udf: remove some ugly macros
Marcin Slusarz
1
-14
/
+19
2007-07-21
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
1
-25
/
+13
2007-07-19
UDF: coding style conversion - lindent
Cyrill Gorcunov
1
-33
/
+36
2007-07-16
UDF: check for allocated memory for data of new inodes
Cyrill Gorcunov
1
-1
/
+8
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-4
/
+2
2006-08-06
[PATCH] udf: initialize parts of inode earlier in create
Eric Sandeen
1
-5
/
+6
2006-03-23
[PATCH] sem2mutex: UDF
Ingo Molnar
1
-4
/
+4
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
/
+170