aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-12/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-1/+1
2022-06-29ufs: Remove checks for PageErrorGravatar Matthew Wilcox (Oracle) 2-12/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-4/+4
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-2/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-10/+15
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-6/+6
2020-08-12fs/ufs: avoid potential u32 multiplication overflowGravatar Colin Ian King 1-1/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-0/+7
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+7
2019-07-31docs: fix a couple of new broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'Gravatar YueHaibing 1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+2
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourGravatar Al Viro 1-1/+1
2019-05-01ufs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsGravatar Arnd Bergmann 4-5/+19
2018-08-03ufs: switch to discard_new_inode()Gravatar Al Viro 2-8/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-4/+2
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+8
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-1/+1
2018-01-29ufs: use new i_version APIGravatar Jeff Layton 3-6/+9
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheGravatar David Windsor 1-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 3-24/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 12-0/+12
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-12/+12
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Gravatar Jeff Layton 1-1/+1
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-32/+28
2017-06-17ufs: fix the logics for tail relocationGravatar Al Viro 3-16/+17
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeGravatar Al Viro 1-13/+8
2017-06-17fix signedness of timestamps on ufs1Gravatar Al Viro 1-3/+3
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-68/+98