summaryrefslogtreecommitdiffstats
path: root/fs/udf/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-0/+22
|\
| * remove inode_setattrChristoph Hellwig2010-08-091-1/+11
| * add missing setattr methodsChristoph Hellwig2010-08-091-0/+12
* | udf: remove duplicated #includeHuang Weiyi2010-08-021-1/+0
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-25/+1
|\
| * udf: Remove dead quota codeJan Kara2010-05-241-25/+1
* | rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-211-16/+27
|\
| * udf: BKL ioctl pushdownJohn Kacur2010-05-051-16/+27
* | quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
|/
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-081-1/+1
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-1/+4
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-1/+22
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-141-0/+1
* udf: Fix possible corruption when close races with writeJan Kara2009-09-141-0/+2
* switch udf to simple_fsync()Al Viro2009-06-111-1/+1
* udf: add llseek methodChristoph Hellwig2008-09-081-0/+1
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-1/+0
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-171-46/+0
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-10/+11
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-10/+14
* udf: fix coding styleMarcin Slusarz2008-02-081-6/+12
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-1/+1
* udf: convert to new aopsNick Piggin2007-10-161-21/+14
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-38/+34
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-59/+55
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert udfJosef Sipek2006-12-081-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-6/+10
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1