| Commit message (Expand) | Author | Age | Files | Lines |
* | udf: Allow mounting volumes with incorrect identification strings | Jan Kara | 2018-11-19 | 1 | -6/+10 |
* | udf: Drop freed bitmap / table support | Jan Kara | 2018-09-07 | 1 | -44/+0 |
* | udf: Fix crash during mount | Jan Kara | 2018-09-07 | 1 | -5/+60 |
* | udf: Prevent write-unsupported filesystem to be remounted read-write | Jan Kara | 2018-09-07 | 1 | -14/+16 |
* | udf: Fix mounting of Win7 created UDF filesystems | Jan Kara | 2018-08-24 | 1 | -12/+19 |
* | udf: Remove dead code from udf_find_fileset() | Jan Kara | 2018-08-24 | 1 | -61/+1 |
* | udf: convert inode stamps to timespec64 | Arnd Bergmann | 2018-06-27 | 1 | -4/+4 |
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -7/+10 |
|\ |
|
| * | udf: Simplify calls to udf_disk_stamp_to_time | Deepa Dinamani | 2018-05-25 | 1 | -7/+10 |
* | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -3/+4 |
* | | udf: Convert ident strings to proper charset | Jan Kara | 2018-04-19 | 1 | -2/+2 |
* | | udf: Always require NLS support | Jan Kara | 2018-04-19 | 1 | -8/+0 |
|/ |
|
* | udf: fix potential refcnt problem of nls module | Chengguang Xu | 2018-03-02 | 1 | -5/+10 |
* | udf: Do not mark possibly inconsistent filesystems as closed | Jan Kara | 2018-03-02 | 1 | -2/+6 |
* | udf: Remove never implemented mount options | Jan Kara | 2018-02-27 | 1 | -27/+1 |
* | udf: Provide saner default for invalid uid / gid | Jan Kara | 2018-02-27 | 1 | -2/+3 |
* | udf: Ignore [ug]id=ignore mount options | Jan Kara | 2018-02-27 | 1 | -8/+2 |
* | udf: Fix handling of Partition Descriptors | Jan Kara | 2018-02-27 | 1 | -32/+73 |
* | udf: Unify common handling of descriptors | Jan Kara | 2018-02-27 | 1 | -22/+19 |
* | udf: Convert descriptor index definitions to enum | Jan Kara | 2018-02-16 | 1 | -8/+9 |
* | udf: Allow volume descriptor sequence to be terminated by unrecorded block | Jan Kara | 2018-02-16 | 1 | -6/+2 |
* | udf: Simplify handling of Volume Descriptor Pointers | Jan Kara | 2018-02-16 | 1 | -25/+16 |
* | udf: Fix off-by-one in volume descriptor sequence length | Jan Kara | 2018-02-16 | 1 | -3/+3 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -3/+3 |
* | udf: Fix signed/unsigned format specifiers | Steve Magnani | 2017-10-17 | 1 | -26/+26 |
* | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF | Steve Magnani | 2017-10-17 | 1 | -1/+1 |
* | udf: Avoid overflow when session starts at large offset | Jan Kara | 2017-10-16 | 1 | -1/+1 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-14 | 1 | -7/+7 |
|\ |
|
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -7/+7 |
* | | fs-udf: Delete an error message for a failed memory allocation in two functions | Markus Elfring | 2017-08-16 | 1 | -2/+0 |
* | | fs-udf: Improve six size determinations | Markus Elfring | 2017-08-16 | 1 | -3/+2 |
* | | fs-udf: Adjust two checks for null pointers | Markus Elfring | 2017-08-16 | 1 | -2/+3 |
|/ |
|
* | udf: Remove unused UDF_DEFAULT_BLOCKSIZE | Jan Kara | 2017-06-13 | 1 | -2/+0 |
* | udf: allow implicit blocksize specification during mount | Fabian Frederick | 2017-01-20 | 1 | -9/+19 |
* | udf: atomically read inode size | Fabian Frederick | 2017-01-10 | 1 | -3/+4 |
* | udf: merge module informations in super.c | Fabian Frederick | 2017-01-10 | 1 | -3/+6 |
* | fs: udf: Replace CURRENT_TIME with current_time() | Deepa Dinamani | 2017-01-03 | 1 | -3/+6 |
* | udf: Use correct partition reference number for metadata | Alden Tondettar | 2016-05-19 | 1 | -10/+12 |
* | udf: Prevent stack overflow on corrupted filesystem mount | Alden Tondettar | 2016-04-26 | 1 | -24/+43 |
* | udf: Fix conversion of 'dstring' fields to UTF8 | Andrew Gabbasov | 2016-04-25 | 1 | -2/+2 |
* | udf: Remove struct ustr as non-needed intermediate storage | Andrew Gabbasov | 2016-02-09 | 1 | -23/+13 |
* | udf: Adjust UDF_NAME_LEN to better reflect actual restrictions | Andrew Gabbasov | 2016-02-09 | 1 | -1/+1 |
* | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-22 | 1 | -6/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2016-01-15 | 1 | -0/+14 |
|\ |
|
| * | udf: limit the maximum number of TD redirections | Vegard Nossum | 2015-12-14 | 1 | -0/+14 |
* | | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-14 | 1 | -1/+2 |
|/ |
|
* | udf: Don't modify filesystem for read-only mounts | Jan Kara | 2015-08-20 | 1 | -2/+5 |
* | udf: fix udf_load_pvoldesc() | Dan Carpenter | 2015-05-21 | 1 | -1/+2 |
* | udf: improve error management in udf_CS0toUTF8() | Fabian Frederick | 2015-05-18 | 1 | -9/+14 |
* | udf: remove redundant buffer_head.h includes | Fabian Frederick | 2015-03-14 | 1 | -1/+0 |