aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-1/+22
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara1-0/+1
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-06-11switch udf to simple_fsync()Al Viro1-1/+1
2008-09-08udf: add llseek methodChristoph Hellwig1-0/+1
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig1-46/+0
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-10/+11
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-10/+14
2008-02-08udf: fix coding styleMarcin Slusarz1-6/+12
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-1/+1
2007-10-16udf: convert to new aopsNick Piggin1-21/+14
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-38/+34
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-59/+55
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert udfJosef Sipek1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-6/+10
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-11-09[PATCH] add a file_permission helperChristoph Hellwig1-1/+1
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-4/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+270