summaryrefslogtreecommitdiffstats
path: root/fs/udf/file.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara2017-06-141-1/+2
* udf: Fix races with i_size changes during readpageJan Kara2017-06-141-2/+7
* udf: use kmap_atomic for memcpy copyingFabian Frederick2017-04-241-5/+5
* udf: simplify udf_ioctl()Fabian Frederick2017-02-031-26/+15
* udf: fix ioctl errorsFabian Frederick2017-02-031-1/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* udf: don't bother with full-page write optimisations in adinicb caseAl Viro2016-09-191-1/+15
* udf: Remove useless check in udf_adinicb_write_begin()Jan Kara2016-09-061-1/+1
* fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-3/+1
* fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-5/+5
* udf: remove double err declaration in udf_file_write_iter()Fabian Frederick2015-05-181-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-14/+11
|\ \ | |/
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-111-8/+2
| * udf_file_write_iter: reorder and simplifyAl Viro2015-04-111-20/+14
| * generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-0/+10
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-161-1/+0
|\ \ | |/ |/|
| * udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* | fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+1
|/
* udf: Release preallocation on last writeable closeJan Kara2015-01-281-1/+1
* udf: Fix race between write(2) and close(2)Jan Kara2014-09-171-1/+8
* udf: avoid redundant memcpy when writing data in ICBChao Yu2014-07-151-19/+1
* udf: use linux/uaccess.hFabian Frederick2014-07-151-1/+1
* udf: switch to ->write_iter()Al Viro2014-05-061-6/+5
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+2
* kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-1/+1
* udf: Fix data corruption on file type conversionJan Kara2014-02-201-2/+12
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+1
* fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* UDF: Add support for O_DIRECTIan Abbott2012-09-061-0/+9
* udf: Fix data corruption for files in ICBJan Kara2012-09-051-6/+29
* udf: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* udf: Fix deadlock in udf_release_file()Jan Kara2012-03-101-2/+0
* udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-091-3/+3
* switch udf_ioctl() to inode_permission()Al Viro2011-07-201-1/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-4/+3
|/
* udf: Protect udf_file_aio_write from possible racesJan Kara2011-01-061-0/+3
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-061-4/+0
OpenPOWER on IntegriCloud