summaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
AgeCommit message (Expand)AuthorLines
2014-12-19udf: Check path length when reading symlinkJan Kara-1/+2
2014-10-09udf: Fix loading of special inodesJan Kara-1/+12
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro-1/+1
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara-1/+0
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon-5/+0
2012-07-09udf: stop using s_dirtArtem Bityutskiy-1/+0
2012-01-03udf: propagate umode_tAl Viro-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-13/+22
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-2/+2
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon-0/+2
2011-10-31udf: Convert printks to pr_<level>Joe Perches-19/+19
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches-1/+4
2011-10-10udf: Rename udf_error to udf_errJoe Perches-3/+4
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches-2/+7
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara-7/+5
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara-0/+1
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara-1/+0
2011-01-06fs/udf: Add printf format/argument verificationJoe Perches-0/+2
2010-08-09switch udf to ->evict_inode()Al Viro-2/+1
2010-05-24udf: Remove dead quota codeJan Kara-1/+0
2010-05-05udf: BKL ioctl pushdownJohn Kacur-2/+1
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov-1/+2
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig-1/+1
2009-06-11switch udf to simple_fsync()Al Viro-3/+0
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara-0/+11
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg-7/+13
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg-18/+18
2008-06-16udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins-1/+1
2008-05-07udf: Make udf exportableRasmus Rohde-0/+1
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland-3/+0
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea-1/+1
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara-0/+2
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz-2/+3
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com-2/+2
2008-04-17udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com-10/+19
2008-04-17udf: constify crcmarcin.slusarz@gmail.com-1/+1
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com-1/+1
2008-04-17make udf_error() staticAdrian Bunk-1/+0
2008-04-17udf: move headers out include/linux/Christoph Hellwig-3/+22
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz-2/+2
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz-4/+4
2008-02-08udf: create common function for tag checksummingMarcin Slusarz-0/+3
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov-2/+2
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov-41/+65
2007-06-16udf: fix possible leakage of blocksJan Kara-0/+1
2007-05-08udf: use get_bh()Jan Kara-1/+1
2007-05-08UDF: introduce struct extent_positionJan Kara-7/+14
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara-3/+3
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0