aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAge
* udf: remove un-needed variable from inode_getblkNamjae Jeon2012-12-13
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2012-12-13
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2012-12-13
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-04
|\
| * UDF: Add support for O_DIRECTIan Abbott2012-09-06
| * udf: add writepages support for udfNamjae Jeon2012-09-03
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* | udf: fix udf_setsize() for file data in ICBIan Abbott2012-08-14
|/
* UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan2012-07-09
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* udf: Fix file entry logicalBlocksRecordedSteve Nickel2012-02-29
* udf: Init/maintain file entry checkpoint fieldSteve Nickel2012-02-29
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-09
|\
| * udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-09
| * udf: Cleanup calling convention of inode_getblk()Jan Kara2012-01-09
* | udf: propagate umode_tAl Viro2012-01-03
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-02
* | udf: Neaten udf_debug usesJoe Perches2011-10-31
* | udf: Convert printks to pr_<level>Joe Perches2011-10-31
* | udf: Add readpages support for udf.Namjae Jeon2011-10-05
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-23
|/
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-06
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-06
* udf: Protect default inode credentials by rwlockJan Kara2011-01-06
* udf: Remove BKL from udf_update_inodeJan Kara2011-01-06
* 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