summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-10/+15
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
|/
* fs/ufs: avoid potential u32 multiplication overflowColin Ian King2020-08-121-1/+1
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+7
|\
| * fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+7
* | docs: fix a couple of new broken referencesMauro Carvalho Chehab2019-07-311-1/+1
|/
* fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing2019-07-161-2/+0
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-2/+2
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-2/+2
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \
| * | ufs: switch to ->free_inode()Al Viro2019-05-011-8/+2
| |/
* / ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-021-1/+1
|/
* fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann2018-08-174-5/+19
* ufs: switch to discard_new_inode()Al Viro2018-08-032-8/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+3
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-071-1/+1
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+8
|\ \ | |/ |/|
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-151-5/+8
* | ufs: use new i_version APIJeff Layton2018-01-293-6/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-24/+24
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-12/+12
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-214-32/+28
|\ \
| * | ufs: fix the logics for tail relocationAl Viro2017-06-173-16/+17
| * | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-171-13/+8
| * | fix signedness of timestamps on ufs1Al Viro2017-06-171-3/+3
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-176-68/+98
|\| |
| * | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-151-9/+12
| * | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
| * | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-152-10/+26
| * | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-141-9/+8
| * | ufs: fix s_size/s_dsize usersAl Viro2017-06-144-24/+19
| * | ufs: fix reserved blocks checkAl Viro2017-06-141-4/+6
| * | ufs: make ufs_freespace() return signedAl Viro2017-06-141-2/+2
| * | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-141-13/+28
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-104-20/+62
|\| |
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1