summaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
Commit message (Expand)AuthorAgeFilesLines
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-5/+0
* udf: stop using s_dirtArtem Bityutskiy2012-07-091-1/+0
* udf: propagate umode_tAl Viro2012-01-031-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-021-13/+22
|\
| * udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-311-0/+2
| * udf: Convert printks to pr_<level>Joe Perches2011-10-311-19/+19
| * udf: Rename udf_warning to udf_warnJoe Perches2011-10-101-1/+4
| * udf: Rename udf_error to udf_errJoe Perches2011-10-101-3/+4
| * udf: Promote some debugging messages to udf_errorJoe Perches2011-10-101-2/+7
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
|/
* udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-7/+5
* udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara2011-01-061-0/+1
* udf: Remove BKL from udf_update_inodeJan Kara2011-01-061-1/+0
* fs/udf: Add printf format/argument verificationJoe Perches2011-01-061-0/+2
* switch udf to ->evict_inode()Al Viro2010-08-091-2/+1
* udf: Remove dead quota codeJan Kara2010-05-241-1/+0
* udf: BKL ioctl pushdownJohn Kacur2010-05-051-2/+1
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-081-1/+2
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* switch udf to simple_fsync()Al Viro2009-06-111-3/+0
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-021-0/+11
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-7/+13
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-18/+18
* udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins2008-06-161-1/+1
* udf: Make udf exportableRasmus Rohde2008-05-071-0/+1
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-3/+0
* udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2008-04-171-1/+1
* udf: Add read-only support for 2.50 UDF mediaJan Kara2008-04-171-0/+2
* udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz2008-04-171-2/+3
* udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com2008-04-171-2/+2
* udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com2008-04-171-10/+19
* udf: constify crcmarcin.slusarz@gmail.com2008-04-171-1/+1
* udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com2008-04-171-1/+1
* make udf_error() staticAdrian Bunk2008-04-171-1/+0
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-3/+22
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-081-2/+2
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-4/+4
* udf: create common function for tag checksummingMarcin Slusarz2008-02-081-0/+3
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-2/+2
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-41/+65
* udf: fix possible leakage of blocksJan Kara2007-06-161-0/+1
* udf: use get_bh()Jan Kara2007-05-081-1/+1
* UDF: introduce struct extent_positionJan Kara2007-05-081-7/+14
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-081-3/+3
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-3/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+167