summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass 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 ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-11hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2022-12-11hfsplus: remove ->writepageChristoph Hellwig
2022-09-11hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco
2022-09-11hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-06-29hfsplus: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09hfsplus: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus 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)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-20hfsplus: use struct_group_attr() for memcpy() regionKees Cook
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-14hfsplus: prevent corruption in shrinking truncateJouni Roivas
2021-04-12hfsplus: convert to fileattrMiklos Szeredi
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva