summaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-13fix ufs_get_locked_folio() breakageAl Viro
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)
2023-10-25ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)
2023-10-25ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)
2023-10-25ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)
2023-10-18ufs: 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-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24ufs: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-12ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig
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 ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-11ufs: replace ll_rw_block()Zhang Yi
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-29ufs: Remove checks for PageErrorMatthew Wilcox (Oracle)
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-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab