summaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-01-071-0/+9
* udf: Remove repeated loads blocksizeJan Kara2015-01-071-11/+8Star
* udf: Verify i_size when loading inodeJan Kara2014-12-191-0/+14
* udf: Fix loading of special inodesJan Kara2014-10-091-5/+9
* udf: Set i_generation fieldJan Kara2014-09-041-0/+1
* udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-53/+46Star
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
* udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5Star
* udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-2/+2
* udf: Fix data corruption on file type conversionJan Kara2014-02-201-0/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-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/+0Star
* 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/+0Star
* 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/+15Star
* | udf: propagate umode_tAl Viro2012-01-041-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/+1Star
* | udf: Convert printks to pr_<level>Joe Perches2011-10-311-20/+15Star
* | 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/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-73/+166
|/
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-061-3/+0Star
* 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/+3Star
* switch udf to ->evict_inode()Al Viro2010-08-091-29/+19Star
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+10
* udf: Remove dead quota codeJan Kara2010-05-241-5/+0Star