summaryrefslogtreecommitdiff
path: root/fs/udf/file.c
AgeCommit message (Expand)Author
2015-01-28udf: Release preallocation on last writeable closeJan Kara
2014-09-17udf: Fix race between write(2) and close(2)Jan Kara
2014-07-15udf: avoid redundant memcpy when writing data in ICBChao Yu
2014-07-15udf: use linux/uaccess.hFabian Frederick
2014-05-06udf: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro
2014-02-20udf: Fix data corruption on file type conversionJan Kara
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-22new helper: file_inode(file)Al Viro
2012-09-06UDF: Add support for O_DIRECTIan Abbott
2012-09-05udf: Fix data corruption for files in ICBJan Kara
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara
2011-07-20switch udf_ioctl() to inode_permission()Al Viro
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara
2011-01-06udf: Protect udf_file_aio_write from possible racesJan Kara
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09add missing setattr methodsChristoph Hellwig
2010-08-02udf: remove duplicated #includeHuang Weiyi
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-24udf: Remove dead quota codeJan Kara
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-05udf: BKL ioctl pushdownJohn Kacur
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara
2009-09-14udf: Fix possible corruption when close races with writeJan Kara
2009-06-11switch udf to simple_fsync()Al Viro
2008-09-08udf: add llseek methodChristoph Hellwig
2008-04-17udf: move headers out include/linux/Christoph Hellwig
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz
2008-02-08udf: fix coding styleMarcin Slusarz
2008-02-08udf: remove some ugly macrosMarcin Slusarz
2007-10-16udf: convert to new aopsNick Piggin