summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick1-2/+2
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-01-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2014-12-19udf: Verify i_size when loading inodeJan Kara1-0/+14
2014-10-09udf: Fix loading of special inodesJan Kara1-5/+9
2014-09-04udf: Set i_generation fieldJan Kara1-0/+1
2014-09-04udf: Properly detect stale inodesJan Kara1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara1-53/+46
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara1-17/+5
2014-09-04udf: Avoid dir link count to go negativeJan Kara1-1/+1
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-4/+4
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-02-21udf: Fix data corruption on file type conversionJan Kara1-0/+1
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon1-6/+80
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon1-3/+0
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-16/+43
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+6
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman1-6/+6
2012-09-06UDF: Add support for O_DIRECTIan Abbott1-16/+36
2012-09-04udf: add writepages support for udfNamjae Jeon1-0/+7
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott1-1/+4
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan1-4/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-01udf: Fix file entry logicalBlocksRecordedSteve Nickel1-6/+10
2012-03-01udf: Init/maintain file entry checkpoint fieldSteve Nickel1-0/+4
2012-01-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus 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-04udf: propagate umode_tAl Viro1-3/+3
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-3/+5
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+5
2011-11-01udf: Neaten udf_debug usesJoe Perches1-2/+1
2011-11-01udf: 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...Alessio 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-10switch udf to ->evict_inode()Al Viro1-29/+19
2010-08-10get rid of block_write_begin_newtruncChristoph Hellwig1-3/+10