summaryrefslogtreecommitdiff
path: root/fs/bfs
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-12-29bfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-20bfs_add_entry(): get rid of pointless ->d_name.len checksAl Viro
2023-10-18bfs: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-13bfs: convert to ctime accessor functionsJeff Layton
2023-07-10bfs: update ctime in addition to mtime when adding entriesJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-12-15bfs: don't use WARNING: string when it's just info.Randy Dunlap
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-01bfs: switch to ->free_inode()Al Viro
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian
2018-11-03bfs: add sanity check at bfs_fill_super()Tetsuo Handa
2018-05-22bfs_add_entry: pass name/len as qstr pointerAl Viro
2018-05-22bfs_find_entry: pass name/len as qstr pointerAl Viro
2018-05-22bfs_lookup(): use d_splice_alias()Al Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-12bfs: fix sanity checks for empty filesRakesh Pandit
2017-05-12Tigran has movedAndrew Morton
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17bfs: correct return valuesSanidhya Kashyap
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick