aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-06UDF: Add support for O_DIRECTIan Abbott
2012-09-04udf: add writepages support for udfNamjae Jeon
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-02-29udf: Fix file entry logicalBlocksRecordedSteve Nickel
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara
2012-01-03udf: propagate umode_tAl Viro
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31udf: Neaten udf_debug usesJoe Perches
2011-10-31udf: Convert printks to pr_<level>Joe Perches
2011-10-06udf: Add readpages support for udf.Namjae Jeon
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani
2011-01-06udf: Protect default inode credentials by rwlockJan Kara
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara
2010-08-09switch udf to ->evict_inode()Al Viro
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-05-24udf: Remove dead quota codeJan Kara
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-09udf: Do not read inode before writing itJan Kara
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-03sanitize const/signedness for udfAl Viro
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara
2009-09-14udf: Perform preallocation only for regular filesJan Kara
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz