aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-5/+0
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-05udf: BKL ioctl pushdownJohn Kacur1-1/+1
2010-03-03sanitize const/signedness for udfAl Viro1-2/+2
2009-06-11switch udf to simple_fsync()Al Viro1-1/+1
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-3/+3
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-4/+4
2008-04-17udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara1-30/+27
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig1-26/+0
2008-02-13udf: fix directory offset handlingJan Kara1-7/+7
2008-02-08udf: remove wrong prototype of udf_readdirMarcin Slusarz1-62/+56
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-3/+5
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-3/+4
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-36/+24
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-69/+63
2007-05-08udf: use get_bh()Jan Kara1-11/+11
2007-05-08UDF: introduce struct extent_positionJan Kara1-12/+13
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara1-2/+2
2006-12-08[PATCH] struct path: convert udfJosef Sipek1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+268