aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+11
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-8/+2
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro1-20/+14
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-0/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick1-1/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-01-28udf: Release preallocation on last writeable closeJan Kara1-1/+1
2014-09-17udf: Fix race between write(2) and close(2)Jan Kara1-1/+8
2014-07-15udf: avoid redundant memcpy when writing data in ICBChao Yu1-19/+1
2014-07-15udf: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06udf: switch to ->write_iter()Al Viro1-6/+5
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+2
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2014-02-20udf: Fix data corruption on file type conversionJan Kara1-2/+12
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+1
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-06UDF: Add support for O_DIRECTIan Abbott1-0/+9
2012-09-05udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara1-3/+3
2011-07-20switch udf_ioctl() to inode_permission()Al Viro1-1/+1
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-4/+3
2011-01-06udf: Protect udf_file_aio_write from possible racesJan Kara1-0/+3
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-4/+0
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info structAlessio Igor Bogani1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+22
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-02udf: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-25/+1
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-24udf: Remove dead quota codeJan Kara1-25/+1
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-16/+27
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-05udf: BKL ioctl pushdownJohn Kacur1-16/+27
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-1/+4