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