summaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-5/+6
* udf: Add read-only support for 2.50 UDF mediaJan Kara2008-04-171-0/+9
* udf: Allow loading of VAT inodeJan Kara2008-04-171-0/+1
* udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz2008-04-171-29/+16
* udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com2008-04-171-23/+26
* udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com2008-04-171-56/+23
* udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com2008-04-171-12/+0
* udf: simplify __udf_read_inodemarcin.slusarz@gmail.com2008-04-171-29/+23
* udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com2008-04-171-12/+4
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-171-31/+1
* udf: fix adding entry to a directoryJan Kara2008-02-081-1/+1
* udf: cleanup directory offset handlingJan Kara2008-02-081-4/+4
* udf: avoid unnecessary synchronous writesMike Galbraith2008-02-081-1/+1
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-081-3/+3
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-143/+162
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-145/+151
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-081-8/+8
* udf: create common function for tag checksummingMarcin Slusarz2008-02-081-13/+2
* udf: fix coding styleMarcin Slusarz2008-02-081-264/+401
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-16/+18
* udf: convert to new aopsNick Piggin2007-10-161-5/+8
* UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-07-311-4/+6
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-580/+368
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-728/+766
* UDF: check for allocated memory for inode dataCyrill Gorcunov2007-07-161-12/+39
* udf: fix possible leakage of blocksJan Kara2007-06-161-1/+10
* Fix possible UDF data corruptionJan Kara2007-06-011-4/+8
* udf: support files larger than 1GJan Kara2007-05-081-35/+157
* udf: use get_bh()Jan Kara2007-05-081-37/+37
* UDF: introduce struct extent_positionJan Kara2007-05-081-174/+169
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-081-13/+15
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* BUG_ON() Conversion in fs/udf/Eric Sesterhenn2006-04-021-4/+2
* [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi2006-03-251-4/+2
* [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi2006-03-081-4/+12
* [PATCH] udf: remove bogus inode == NULL check in inode_bmapChristoph Hellwig2006-01-081-5/+0
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-091-0/+2
* [PATCH] Exterminate PAGE_BUGMatt Mackall2005-05-011-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2010