summaryrefslogtreecommitdiffstats
path: root/fs/udf/file.c
AgeCommit message (Expand)AuthorLines
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2021-01-24fs: add file and path permissions helpersChristian Brauner-1/+1
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara-4/+3
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani-0/+3
2018-02-27udf: Apply uid/gid mount options also to new inodes & chownJan Kara-0/+10
2017-06-14udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara-1/+2
2017-06-14udf: Fix races with i_size changes during readpageJan Kara-2/+7
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick-5/+5
2017-02-03udf: simplify udf_ioctl()Fabian Frederick-26/+15
2017-02-03udf: fix ioctl errorsFabian Frederick-1/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-09-19udf: don't bother with full-page write optimisations in adinicb caseAl Viro-1/+15
2016-09-06udf: Remove useless check in udf_adinicb_write_begin()Jan Kara-1/+1
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig-3/+1
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-3/+3
2016-01-22wrappers for ->i_mutex accessAl Viro-5/+5
2015-05-18udf: remove double err declaration in udf_file_write_iter()Fabian Frederick-2/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+11
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro-8/+2
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro-20/+14
2015-04-11generic_write_checks(): drop isblk argumentAl Viro-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro-0/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick-1/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig-1/+1
2015-01-28udf: Release preallocation on last writeable closeJan Kara-1/+1
2014-09-17udf: Fix race between write(2) and close(2)Jan Kara-1/+8
2014-07-15udf: avoid redundant memcpy when writing data in ICBChao Yu-19/+1
2014-07-15udf: use linux/uaccess.hFabian Frederick-1/+1
2014-05-06udf: switch to ->write_iter()Al Viro-6/+5
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro-2/+2
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro-1/+1
2014-02-20udf: Fix data corruption on file type conversionJan Kara-2/+12
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet-1/+1
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang-1/+1
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2012-09-06UDF: Add support for O_DIRECTIan Abbott-0/+9
2012-09-05udf: Fix data corruption for files in ICBJan Kara-6/+29
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara-2/+0