summaryrefslogtreecommitdiffstats
path: root/fs/isofs
Commit message (Expand)AuthorAgeFilesLines
* isofs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-1/+1
* isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie2024-02-081-2/+16
* isofs: convert to new timestamp accessorsJeff Layton2023-10-182-12/+10
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | isofs: convert to ctime accessor functionsJeff Layton2023-07-242-16/+9
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-10/+10
|\
| * fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-111-10/+10
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | isofs: replace ll_rw_block()Zhang Yi2022-09-111-1/+1
| |/
* / isofs: delete unnecessary checks before brelse()Minghao Chi2022-08-191-6/+3
|/
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle)2022-05-092-5/+7
* fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-10-191-0/+2
* isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár2021-08-123-18/+14
* isofs: remove redundant continue statementColin Ian King2021-06-171-2/+0
* isofs: fix fall-through warnings for ClangGustavo A. R. Silva2021-05-061-0/+1
* isofs: handle large user and group IDBingJing Chang2021-02-031-4/+5
* isofs: release buffer head before returnPan Bian2021-01-252-0/+2
* fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-4/+4
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+2
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* | isofs: remove a stale commentChristoph Hellwig2020-07-081-3/+0
|/
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-28/+26
|\
| * isofs: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-28/+26
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-4/+3
|\ \
| * | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
| |/
* / docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+7
|\
| * isofs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+7
* | docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-311-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner2019-05-302-12/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* isofs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* Update email addressMatthew Wilcox2018-09-291-1/+1
* isofs: reject hardware sector size > 2048 bytesEric Sandeen2018-08-211-0/+7
* isofs: fix potential memory leak in mount option parsingChengguang Xu2018-04-161-0/+3
* isofs compress: Remove VLA usageKyle Spiers2018-04-111-3/+16
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-143-44/+44
|\
| * isofs: use unsigned char types consistentlyArnd Bergmann2017-10-312-41/+41
| * isofs: fix timestamps beyond 2027Arnd Bergmann2017-10-313-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
|/
* isofs: fix build regressionArnd Bergmann2017-09-181-0/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1