aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAge
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-19
|\
| * fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-30
* | docs: fix a couple of new broken referencesMauro Carvalho Chehab2019-07-31
|/
* fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing2019-07-16
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-07
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-08
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-07
|\ \
| * | ufs: switch to ->free_inode()Al Viro2019-05-01
| |/
* / ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-02
|/
* fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann2018-08-17
* ufs: switch to discard_new_inode()Al Viro2018-08-03
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-11
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-07
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\ \ | |/ |/|
| * ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor2018-01-15
* | ufs: use new i_version APIJeff Layton2018-01-29
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-05
* | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-21
|\ \
| * | ufs: fix the logics for tail relocationAl Viro2017-06-17
| * | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-17
| * | fix signedness of timestamps on ufs1Al Viro2017-06-17
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-17
|\| |
| * | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-15
| * | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-15
| * | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-15
| * | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-14
| * | ufs: fix s_size/s_dsize usersAl Viro2017-06-14
| * | ufs: fix reserved blocks checkAl Viro2017-06-14
| * | ufs: make ufs_freespace() return signedAl Viro2017-06-14
| * | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-10
|\| |
| * | ufs: we need to sync inode before freeing itAl Viro2017-06-10
| * | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-09
| * | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-09
| * | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-09
| * | ufs: set correct ->s_maxsizeAl Viro2017-06-09
| * | ufs: restore maintaining ->i_blocksAl Viro2017-06-09
| * | fix ufs_isblockset()Al Viro2017-06-09
| * | ufs: restore proper tail allocationAl Viro2017-06-09
| |/
* / fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-04
|/
* fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24