| Commit message (Expand) | Author | Age | Files | Lines |
* | udf: add speciffic ->setattr callback | Dmitry Monakhov | 2010-04-08 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-03-12 | 1 | -17/+17 |
|\ |
|
| * | udf: Do not read inode before writing it | Jan Kara | 2010-03-09 | 1 | -3/+3 |
| * | udf: Fix unalloc space handling in udf_update_inode | Jan Kara | 2010-03-09 | 1 | -14/+14 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 2010-02-05 | 1 | -1/+1 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-03-05 | 1 | -0/+6 |
|\ \ |
|
| * | | dquot: cleanup dquot initialize routine | Christoph Hellwig | 2010-03-05 | 1 | -1/+1 |
| * | | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 2010-03-05 | 1 | -0/+4 |
| * | | dquot: cleanup dquot drop routine | Christoph Hellwig | 2010-03-05 | 1 | -1/+1 |
| * | | dquot: move dquot drop responsibility into the filesystem | Christoph Hellwig | 2010-03-05 | 1 | -0/+2 |
| |/ |
|
* | | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 1 | -2/+2 |
* | | sanitize const/signedness for udf | Al Viro | 2010-03-03 | 1 | -1/+1 |
|/ |
|
* | udf: Avoid IO in udf_clear_inode | Jan Kara | 2009-12-14 | 1 | -12/+12 |
* | udf: Perform preallocation only for regular files | Jan Kara | 2009-09-14 | 1 | -9/+10 |
* | udf: fix default mode and dmode options handling | Marcin Slusarz | 2009-04-02 | 1 | -2/+2 |
* | udf: implement mode and dmode mounting options | Marcin Slusarz | 2009-04-02 | 1 | -2/+9 |
* | Fix the udf code not to pass structs on stack where possible. | Pekka Enberg | 2009-04-02 | 1 | -35/+35 |
* | Remove struct typedefs from fs/udf/ecma_167.h et al. | Pekka Enberg | 2009-04-02 | 1 | -70/+70 |
* | udf: Fix BUG_ON() in destroy_inode() | Jan Kara | 2008-11-27 | 1 | -0/+1 |
* | udf: use crc_itu_t from lib instead of udf_crc | Bob Copeland | 2008-04-17 | 1 | -5/+6 |
* | udf: Add read-only support for 2.50 UDF media | Jan Kara | 2008-04-17 | 1 | -0/+9 |
* | udf: Allow loading of VAT inode | Jan Kara | 2008-04-17 | 1 | -0/+1 |
* | udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps | Marcin Slusarz | 2008-04-17 | 1 | -29/+16 |
* | udf: convert udf_stamp_to_time to return struct timespec | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -23/+26 |
* | udf: create function for conversion from timestamp to timespec | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -56/+23 |
* | udf: udf_get_block, inode_bmap - remove unneeded checks | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -12/+0 |
* | udf: simplify __udf_read_inode | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -29/+23 |
* | udf: replace all adds to little endians variables with le*_add_cpu | marcin.slusarz@gmail.com | 2008-04-17 | 1 | -12/+4 |
* | udf: kill useless file header comments for vfs method implementations | Christoph Hellwig | 2008-04-17 | 1 | -31/+1 |
* | udf: fix adding entry to a directory | Jan Kara | 2008-02-08 | 1 | -1/+1 |
* | udf: cleanup directory offset handling | Jan Kara | 2008-02-08 | 1 | -4/+4 |
* | udf: avoid unnecessary synchronous writes | Mike Galbraith | 2008-02-08 | 1 | -1/+1 |
* | udf: fix 3 signedness & 1 unitialized variable warnings | Marcin Slusarz | 2008-02-08 | 1 | -3/+3 |
* | udf: cache struct udf_inode_info | Marcin Slusarz | 2008-02-08 | 1 | -143/+162 |
* | udf: remove UDF_I_* macros and open code them | Marcin Slusarz | 2008-02-08 | 1 | -145/+151 |
* | udf: convert byte order of constant instead of variable | Marcin Slusarz | 2008-02-08 | 1 | -8/+8 |
* | udf: create common function for tag checksumming | Marcin Slusarz | 2008-02-08 | 1 | -13/+2 |
* | udf: fix coding style | Marcin Slusarz | 2008-02-08 | 1 | -264/+401 |
* | udf: remove some ugly macros | Marcin Slusarz | 2008-02-08 | 1 | -16/+18 |
* | udf: convert to new aops | Nick Piggin | 2007-10-16 | 1 | -5/+8 |
* | UDF: fix UID and GID mount option ignorance | Cyrill Gorcunov | 2007-07-31 | 1 | -4/+6 |
* | UDF: coding style conversion - lindent fixups | Cyrill Gorcunov | 2007-07-21 | 1 | -580/+368 |
* | UDF: coding style conversion - lindent | Cyrill Gorcunov | 2007-07-19 | 1 | -728/+766 |
* | UDF: check for allocated memory for inode data | Cyrill Gorcunov | 2007-07-16 | 1 | -12/+39 |
* | udf: fix possible leakage of blocks | Jan Kara | 2007-06-16 | 1 | -1/+10 |
* | Fix possible UDF data corruption | Jan Kara | 2007-06-01 | 1 | -4/+8 |
* | udf: support files larger than 1G | Jan Kara | 2007-05-08 | 1 | -35/+157 |
* | udf: use get_bh() | Jan Kara | 2007-05-08 | 1 | -37/+37 |
* | UDF: introduce struct extent_position | Jan Kara | 2007-05-08 | 1 | -174/+169 |