summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2017-06-12fs: add i_blocksize()Fabian Frederick
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-01-07udf: Remove repeated loads blocksizeJan Kara
2014-12-19udf: Verify i_size when loading inodeJan Kara
2014-10-09udf: Fix loading of special inodesJan Kara
2014-09-04udf: Set i_generation fieldJan Kara
2014-09-04udf: Properly detect stale inodesJan Kara
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara
2014-09-04udf: Avoid dir link count to go negativeJan Kara
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-02-20udf: Fix data corruption on file type conversionJan Kara
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
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