summaryrefslogtreecommitdiffstats
path: root/fs/isofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | isofs: Delete an unnecessary variable initialisation in isofs_read_inode()Markus Elfring2017-08-231-1/+1
* | isofs: Adjust four checks for null pointersMarkus Elfring2017-08-231-4/+4
* | isofs: Delete an error message for a failed memory allocation in isofs_read_i...Markus Elfring2017-08-211-1/+0
* | isofs: Fix off-by-one in 'session' mount option parsingJan Kara2017-07-181-2/+6
|/
* isofs: Fix isofs_show_options()David Howells2017-07-131-1/+1
* isofs: Implement show_optionsDavid Howells2017-07-112-3/+51
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-0/+1
|\
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | isofs: add KERN_CONT to printing of ER recordsMike Rapoport2016-11-301-2/+2
* | isofs: Do not return EACCES for unknown filesystemsJan Kara2016-10-181-3/+5
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-312-10/+7
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+0
|\
| * Remove last traces of ->sync_pageMatthew Wilcox2016-06-301-1/+0
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-7/+7
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-7/+7
| |/