aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+10
* udf: Remove dead quota codeJan Kara2010-05-241-5/+0
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-081-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-121-17/+17
|\
| * udf: Do not read inode before writing itJan Kara2010-03-091-3/+3
| * udf: Fix unalloc space handling in udf_update_inodeJan Kara2010-03-091-14/+14
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-0/+6
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+1
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+4
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-1/+1
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+2
| |/
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
* | sanitize const/signedness for udfAl Viro2010-03-031-1/+1
|/
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-141-12/+12
* udf: Perform preallocation only for regular filesJan Kara2009-09-141-9/+10
* udf: fix default mode and dmode options handlingMarcin Slusarz2009-04-021-2/+2
* udf: implement mode and dmode mounting optionsMarcin Slusarz2009-04-021-2/+9
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-35/+35
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-70/+70
* udf: Fix BUG_ON() in destroy_inode()Jan Kara2008-11-271-0/+1
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-5/+6
* udf: Add read-only support for 2.50 UDF mediaJan Kara2008-04-171-0/+9
* udf: Allow loading of VAT inodeJan Kara2008-04-171-0/+1
* udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz2008-04-171-29/+16
* udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com2008-04-171-23/+26
* udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com2008-04-171-56/+23
* udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com2008-04-171-12/+0
* udf: simplify __udf_read_inodemarcin.slusarz@gmail.com2008-04-171-29/+23
* udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com2008-04-171-12/+4
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-171-31/+1
* udf: fix adding entry to a directoryJan Kara2008-02-081-1/+1
* udf: cleanup directory offset handlingJan Kara2008-02-081-4/+4
* udf: avoid unnecessary synchronous writesMike Galbraith2008-02-081-1/+1
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-081-3/+3
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-143/+162
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-145/+151
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-081-8/+8
* udf: create common function for tag checksummingMarcin Slusarz2008-02-081-13/+2
* udf: fix coding styleMarcin Slusarz2008-02-081-264/+401
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-16/+18
* udf: convert to new aopsNick Piggin2007-10-161-5/+8
* UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-07-311-4/+6
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-580/+368
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-728/+766
* UDF: check for allocated memory for inode dataCyrill Gorcunov2007-07-161-12/+39
* udf: fix possible leakage of blocksJan Kara2007-06-161-1/+10
* Fix possible UDF data corruptionJan Kara2007-06-011-4/+8
* udf: support files larger than 1GJan Kara2007-05-081-35/+157