index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-02
udf: fix default mode and dmode options handling
Marcin Slusarz
1
-2
/
+2
2009-04-02
udf: implement mode and dmode mounting options
Marcin Slusarz
1
-2
/
+9
2009-04-02
Fix the udf code not to pass structs on stack where possible.
Pekka Enberg
1
-35
/
+35
2009-04-02
Remove struct typedefs from fs/udf/ecma_167.h et al.
Pekka Enberg
1
-70
/
+70
2008-11-27
udf: Fix BUG_ON() in destroy_inode()
Jan Kara
1
-0
/
+1
2008-04-17
udf: use crc_itu_t from lib instead of udf_crc
Bob Copeland
1
-5
/
+6
2008-04-17
udf: Add read-only support for 2.50 UDF media
Jan Kara
1
-0
/
+9
2008-04-17
udf: Allow loading of VAT inode
Jan Kara
1
-0
/
+1
2008-04-17
udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps
Marcin Slusarz
1
-29
/
+16
2008-04-17
udf: convert udf_stamp_to_time to return struct timespec
marcin.slusarz@gmail.com
1
-23
/
+26
2008-04-17
udf: create function for conversion from timestamp to timespec
marcin.slusarz@gmail.com
1
-56
/
+23
2008-04-17
udf: udf_get_block, inode_bmap - remove unneeded checks
marcin.slusarz@gmail.com
1
-12
/
+0
2008-04-17
udf: simplify __udf_read_inode
marcin.slusarz@gmail.com
1
-29
/
+23
2008-04-17
udf: replace all adds to little endians variables with le*_add_cpu
marcin.slusarz@gmail.com
1
-12
/
+4
2008-04-17
udf: kill useless file header comments for vfs method implementations
Christoph Hellwig
1
-31
/
+1
2008-02-08
udf: fix adding entry to a directory
Jan Kara
1
-1
/
+1
2008-02-08
udf: cleanup directory offset handling
Jan Kara
1
-4
/
+4
2008-02-08
udf: avoid unnecessary synchronous writes
Mike Galbraith
1
-1
/
+1
2008-02-08
udf: fix 3 signedness & 1 unitialized variable warnings
Marcin Slusarz
1
-3
/
+3
2008-02-08
udf: cache struct udf_inode_info
Marcin Slusarz
1
-143
/
+162
2008-02-08
udf: remove UDF_I_* macros and open code them
Marcin Slusarz
1
-145
/
+151
2008-02-08
udf: convert byte order of constant instead of variable
Marcin Slusarz
1
-8
/
+8
2008-02-08
udf: create common function for tag checksumming
Marcin Slusarz
1
-13
/
+2
2008-02-08
udf: fix coding style
Marcin Slusarz
1
-264
/
+401
2008-02-08
udf: remove some ugly macros
Marcin Slusarz
1
-16
/
+18
2007-10-16
udf: convert to new aops
Nick Piggin
1
-5
/
+8
2007-07-31
UDF: fix UID and GID mount option ignorance
Cyrill Gorcunov
1
-4
/
+6
2007-07-21
UDF: coding style conversion - lindent fixups
Cyrill Gorcunov
1
-580
/
+368
2007-07-19
UDF: coding style conversion - lindent
Cyrill Gorcunov
1
-728
/
+766
2007-07-16
UDF: check for allocated memory for inode data
Cyrill Gorcunov
1
-12
/
+39
2007-06-16
udf: fix possible leakage of blocks
Jan Kara
1
-1
/
+10
2007-06-01
Fix possible UDF data corruption
Jan Kara
1
-4
/
+8
2007-05-08
udf: support files larger than 1G
Jan Kara
1
-35
/
+157
2007-05-08
udf: use get_bh()
Jan Kara
1
-37
/
+37
2007-05-08
UDF: introduce struct extent_position
Jan Kara
1
-174
/
+169
2007-05-08
udf: use sector_t and loff_t for file offsets
Jan Kara
1
-13
/
+15
2006-10-01
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
1
-1
/
+1
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-2
/
+0
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-04-02
BUG_ON() Conversion in fs/udf/
Eric Sesterhenn
1
-4
/
+2
2006-03-25
[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options
Phillip Susi
1
-4
/
+2
2006-03-08
[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options
Phillip Susi
1
-4
/
+12
2006-01-08
[PATCH] udf: remove bogus inode == NULL check in inode_bmap
Christoph Hellwig
1
-5
/
+0
2006-01-03
remove pointers to the defunct UDF mailing list
Adrian Bunk
1
-5
/
+0
2005-09-09
[PATCH] update filesystems for new delete_inode behavior
Mark Fasheh
1
-0
/
+2
2005-05-01
[PATCH] Exterminate PAGE_BUG
Matt Mackall
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2010