Al Viro
|
faa17292fd
udf: propagate umode_t
|
14 years ago |
Linus Torvalds
|
34116645d9
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
13 years ago |
Joe Perches
|
b9075fa968
treewide: use __printf not __attribute__((format(printf,...)))
|
13 years ago |
Namjae Jeon
|
3080a74ea3
udf: Skip mirror metadata FE loading when metadata FE is ok
|
13 years ago |
Joe Perches
|
78ace70c41
udf: Convert printks to pr_<level>
|
13 years ago |
Joe Perches
|
a40ecd7b3c
udf: Rename udf_warning to udf_warn
|
13 years ago |
Joe Perches
|
8076c363da
udf: Rename udf_error to udf_err
|
13 years ago |
Joe Perches
|
7e273e3b41
udf: Promote some debugging messages to udf_error
|
13 years ago |
Jan Kara
|
7e49b6f248
udf: Convert UDF to new truncate calling sequence
|
14 years ago |
Jan Kara
|
d664b6af60
udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
|
14 years ago |
Jan Kara
|
49521de119
udf: Remove BKL from udf_update_inode
|
14 years ago |
Joe Perches
|
fab3c8581f
fs/udf: Add printf format/argument verification
|
14 years ago |
Al Viro
|
3aac2b62e0
switch udf to ->evict_inode()
|
15 years ago |
Jan Kara
|
3635046281
udf: Remove dead quota code
|
15 years ago |
John Kacur
|
2f07a88b30
udf: BKL ioctl pushdown
|
15 years ago |
Dmitry Monakhov
|
c15d0fc0fc
udf: add speciffic ->setattr callback
|
15 years ago |
Christoph Hellwig
|
a9185b41a4
pass writeback_control to ->write_inode
|
15 years ago |
Al Viro
|
90de066443
switch udf to simple_fsync()
|
16 years ago |
Jan Kara
|
146bca72c7
udf: Don't write integrity descriptor too often
|
16 years ago |
Pekka Enberg
|
97e961fdbf
Fix the udf code not to pass structs on stack where possible.
|
16 years ago |
Pekka Enberg
|
5ca4e4be84
Remove struct typedefs from fs/udf/ecma_167.h et al.
|
16 years ago |
Paul Collins
|
e4f3ec0634
udf: restore UDFFS_DEBUG to being undefined by default
|
17 years ago |
Rasmus Rohde
|
221e583a73
udf: Make udf exportable
|
17 years ago |
Bob Copeland
|
f845fced91
udf: use crc_itu_t from lib instead of udf_crc
|
17 years ago |
Sebastian Manciulea
|
706047a797
udf: Fix compilation warnings when UDF debug is on
|
17 years ago |
Jan Kara
|
bfb257a598
udf: Add read-only support for 2.50 UDF media
|
17 years ago |
Marcin Slusarz
|
56774805d5
udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps
|
17 years ago |
marcin.slusarz@gmail.com
|
cbf5676a0e
udf: convert udf_stamp_to_time to return struct timespec
|
17 years ago |
marcin.slusarz@gmail.com
|
d652eefb70
udf: replace udf_*_offset macros with functions
|
17 years ago |
marcin.slusarz@gmail.com
|
c8ed837d37
udf: constify crc
|
17 years ago |