aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-29udf: Fix file entry logicalBlocksRecordedSteve Nickel1-6/+10
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel1-0/+4
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-24/+33
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara1-3/+18
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-03udf: propagate umode_tAl Viro1-3/+3
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-3/+5
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+5
2011-10-31udf: Neaten udf_debug usesJoe Perches1-2/+1
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-20/+15
2011-10-06udf: Add readpages support for udf.Namjae Jeon1-1/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara1-73/+166
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-3/+0
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info structAlessio Igor Bogani1-9/+10
2011-01-06udf: Protect default inode credentials by rwlockJan Kara1-7/+9
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara1-10/+3
2010-08-09switch udf to ->evict_inode()Al Viro1-29/+19
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+10
2010-05-24udf: Remove dead quota codeJan Kara1-5/+0
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov1-1/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-17/+17
2010-03-09udf: Do not read inode before writing itJan Kara1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara1-14/+14
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+6
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-03sanitize const/signedness for udfAl Viro1-1/+1
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara1-12/+12
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz1-2/+2
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz1-2/+9
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-35/+35
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-70/+70
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara1-0/+1
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-5/+6
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara1-0/+9
2008-04-17udf: Allow loading of VAT inodeJan Kara1-0/+1
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz1-29/+16
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com1-23/+26
2008-04-17udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com1-56/+23
2008-04-17udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com1-12/+0
2008-04-17udf: simplify __udf_read_inodemarcin.slusarz@gmail.com1-29/+23
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com1-12/+4