aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2013-01-171-2/+5
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2013-01-171-0/+4
* udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-121-3/+18
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-73/+166
|/
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-061-3/+0
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-061-9/+10
* udf: Protect default inode credentials by rwlockJan Kara2011-01-061-7/+9
* udf: Remove BKL from udf_update_inodeJan Kara2011-01-061-10/+3
* switch udf to ->evict_inode()Al Viro2010-08-091-29/+19
* 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