summaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-6/+80
* udf: remove un-needed variable from inode_getblkNamjae Jeon2012-12-131-3/+0
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2012-12-131-2/+5
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2012-12-131-0/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-041-16/+43
|\
| * UDF: Add support for O_DIRECTIan Abbott2012-09-061-16/+36
| * udf: add writepages support for udfNamjae Jeon2012-09-041-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-6/+6
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-6/+6
* | udf: fix udf_setsize() for file data in ICBIan Abbott2012-08-151-1/+4
|/
* UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan2012-07-091-4/+0
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* udf: Fix file entry logicalBlocksRecordedSteve Nickel2012-02-291-6/+10
* udf: Init/maintain file entry checkpoint fieldSteve Nickel2012-02-291-0/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-24/+33
|\
| * udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-091-3/+18
| * udf: Cleanup calling convention of inode_getblk()Jan Kara2012-01-091-21/+15
* | udf: propagate umode_tAl Viro2012-01-031-3/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-021-3/+5
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-021-3/+5
* | udf: Neaten udf_debug usesJoe Perches2011-10-311-2/+1
* | udf: Convert printks to pr_<level>Joe Perches2011-10-311-20/+15
* | udf: Add readpages support for udf.Namjae Jeon2011-10-061-1/+9
|/
* 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