summaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-4/+4
2020-07-27udf: osta_udf.h: delete a duplicated wordRandy Dunlap-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov-3/+3
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+13
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-4/+3
2020-05-04udf: stop using ioctl_by_bdevChristoph Hellwig-16/+13
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2020-04-10change email address for Pali RohárPali Rohár-2/+2
2020-03-16udf: udf_sb.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-20udf: Clarify meaning of f_files in udf_statfsJan Kara-0/+4
2020-01-20udf: Allow writing to 'Rewritable' partitionsJan Kara-1/+0
2020-01-13udf: Disallow R/W mode for disk with Metadata partitionPali Rohár-1/+2
2020-01-13udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flagsPali Rohár-3/+3
2020-01-09udf: Fix free space reporting for metadata and virtual partitionsJan Kara-5/+17
2020-01-08udf: Update header files to UDF 2.60Pali Rohár-33/+83
2020-01-08udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár-20/+12
2020-01-08udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCSPali Rohár-5/+5
2019-09-04fs-udf: Delete an unnecessary check before brelse()Markus Elfring-2/+1
2019-09-04udf: Drop forward function declarationsJan Kara-53/+49
2019-09-04udf: Verify domain identifier fieldsJan Kara-27/+78
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani-4/+35
2019-08-26udf: Use dynamic debug infrastructureJan Kara-16/+1
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani-2/+29
2019-07-31udf: prevent allocation beyond UDF partitionSteve Magnani-0/+11
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani-0/+16
2019-07-31udf: refactor VRS descriptor identificationSteven J. Magnani-64/+64
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-33/+60
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani-33/+60
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds-15/+5
2019-05-01udf: switch to ->free_inode()Al Viro-8/+2
2019-04-17udf: fix an uninitialized read bug and remove dead codeWenwen Wang-15/+0
2019-03-26udf: Explain handling of load_nls() failureJan Kara-0/+5
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara-5/+8
2019-03-18udf: Fix crash on IO error during truncateJan Kara-0/+3
2019-02-21udf: Drop pointless check from udf_sync_fs()Jan Kara-6/+3
2019-02-11udf: disallow RW mount without valid integrity descriptorSteve Magnani-0/+11
2019-02-11udf: finalize integrity descriptor before writebackSteve Magnani-2/+11
2019-02-11udf: factor out LVID finalization for reuseSteve Magnani-16/+14
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+6
2018-12-12udf: Fix BUG on corrupted inodeJan Kara-0/+6
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara-9/+21
2018-09-07udf: Drop pack pragma from udf_sb.hJan Kara-2/+0
2018-09-07udf: Drop freed bitmap / table supportJan Kara-74/+0
2018-09-07udf: Fix crash during mountJan Kara-5/+60
2018-09-07udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara-14/+18
2018-09-03udf: remove unused variables group_start and nr_groupsColin Ian King-4/+2
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara-12/+19