aboutsummaryrefslogtreecommitdiff
path: root/fs/bfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-5/+0
2023-12-29bfs: remove writepage implementationGravatar Matthew Wilcox (Oracle) 1-3/+6
2023-12-20bfs_add_entry(): get rid of pointless ->d_name.len checksGravatar Al Viro 1-5/+0
2023-10-18bfs: convert to new timestamp accessorsGravatar Jeff Layton 2-11/+10
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-13bfs: convert to ctime accessor functionsGravatar Jeff Layton 2-11/+10
2023-07-10bfs: update ctime in addition to mtime when adding entriesGravatar Jeff Layton 1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3
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-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-5/+5
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-15bfs: don't use WARNING: string when it's just info.Gravatar Randy Dunlap 1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
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-01bfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-01-04bfs: extra sanity checking and static inode bitmapGravatar Tigran Aivazian 4-42/+40
2018-11-03bfs: add sanity check at bfs_fill_super()Gravatar Tetsuo Handa 1-3/+6
2018-05-22bfs_add_entry: pass name/len as qstr pointerGravatar Al Viro 1-11/+7
2018-05-22bfs_find_entry: pass name/len as qstr pointerGravatar Al Viro 1-10/+8
2018-05-22bfs_lookup(): use d_splice_alias()Gravatar Al Viro 1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-07-12bfs: fix sanity checks for empty filesGravatar Rakesh Pandit 1-1/+1
2017-05-12Tigran has movedGravatar Andrew Morton 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-7/+7
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2015-04-17bfs: correct return valuesGravatar Sanidhya Kashyap 1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-0/+1