| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2020-08-07 | 3 | -4/+4 |
|\ |
|
| * | udf: osta_udf.h: delete a duplicated word | Randy Dunlap | 2020-07-27 | 1 | -1/+1 |
| * | udf: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-14 | 2 | -3/+3 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-06-03 | 1 | -16/+13 |
|\ |
|
| * | udf: stop using ioctl_by_bdev | Christoph Hellwig | 2020-05-04 | 1 | -16/+13 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-02 | 1 | -4/+3 |
|\ \ |
|
| * | | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 2020-06-02 | 1 | -4/+3 |
| |/ |
|
* / | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 1 | -1/+1 |
|/ |
|
* | change email address for Pali Rohár | Pali Rohár | 2020-04-11 | 2 | -2/+2 |
* | udf: udf_sb.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-16 | 1 | -1/+1 |
* | udf: Clarify meaning of f_files in udf_statfs | Jan Kara | 2020-01-20 | 1 | -0/+4 |
* | udf: Allow writing to 'Rewritable' partitions | Jan Kara | 2020-01-20 | 1 | -1/+0 |
* | udf: Disallow R/W mode for disk with Metadata partition | Pali Rohár | 2020-01-13 | 1 | -1/+2 |
* | udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flags | Pali Rohár | 2020-01-13 | 2 | -3/+3 |
* | udf: Fix free space reporting for metadata and virtual partitions | Jan Kara | 2020-01-09 | 1 | -5/+17 |
* | udf: Update header files to UDF 2.60 | Pali Rohár | 2020-01-08 | 2 | -33/+83 |
* | udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.h | Pali Rohár | 2020-01-08 | 3 | -20/+12 |
* | udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS | Pali Rohár | 2020-01-08 | 3 | -5/+5 |
* | fs-udf: Delete an unnecessary check before brelse() | Markus Elfring | 2019-09-04 | 1 | -2/+1 |
* | udf: Drop forward function declarations | Jan Kara | 2019-09-04 | 1 | -53/+49 |
* | udf: Verify domain identifier fields | Jan Kara | 2019-09-04 | 2 | -27/+78 |
* | udf: augment UDF permissions on new inodes | Steven J. Magnani | 2019-08-27 | 5 | -4/+35 |
* | udf: Use dynamic debug infrastructure | Jan Kara | 2019-08-26 | 2 | -16/+1 |
* | udf: reduce leakage of blocks related to named streams | Steven J. Magnani | 2019-08-26 | 3 | -2/+29 |
* | udf: prevent allocation beyond UDF partition | Steve Magnani | 2019-07-31 | 1 | -0/+11 |
* | udf: support 2048-byte spacing of VRS descriptors on 4K media | Steven J. Magnani | 2019-07-31 | 1 | -0/+16 |
* | udf: refactor VRS descriptor identification | Steven J. Magnani | 2019-07-31 | 1 | -64/+64 |
* | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2019-07-11 | 1 | -33/+60 |
|\ |
|
| * | udf: Fix incorrect final NOT_ALLOCATED (hole) extent length | Steven J. Magnani | 2019-07-10 | 1 | -33/+60 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-13 | 2 | -15/+5 |
|\ |
|
| * | udf: fix an uninitialized read bug and remove dead code | Wenwen Wang | 2019-04-17 | 1 | -15/+0 |
| * | udf: Explain handling of load_nls() failure | Jan Kara | 2019-03-26 | 1 | -0/+5 |
* | | udf: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -8/+2 |
|/ |
|
* | udf: Propagate errors from udf_truncate_extents() | Jan Kara | 2019-03-18 | 3 | -5/+8 |
* | udf: Fix crash on IO error during truncate | Jan Kara | 2019-03-18 | 1 | -0/+3 |
* | udf: Drop pointless check from udf_sync_fs() | Jan Kara | 2019-02-21 | 1 | -6/+3 |
* | udf: disallow RW mount without valid integrity descriptor | Steve Magnani | 2019-02-11 | 1 | -0/+11 |
* | udf: finalize integrity descriptor before writeback | Steve Magnani | 2019-02-11 | 1 | -2/+11 |
* | udf: factor out LVID finalization for reuse | Steve Magnani | 2019-02-11 | 1 | -16/+14 |
* | Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-28 | 1 | -0/+6 |
|\ |
|
| * | udf: Fix BUG on corrupted inode | Jan Kara | 2018-12-12 | 1 | -0/+6 |
* | | udf: Allow mounting volumes with incorrect identification strings | Jan Kara | 2018-11-19 | 2 | -9/+21 |
|/ |
|
* | udf: Drop pack pragma from udf_sb.h | Jan Kara | 2018-09-07 | 1 | -2/+0 |
* | udf: Drop freed bitmap / table support | Jan Kara | 2018-09-07 | 3 | -74/+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 | 2 | -14/+18 |
* | udf: remove unused variables group_start and nr_groups | Colin Ian King | 2018-09-03 | 1 | -4/+2 |