- 07db5e2 fs: hfsplus: fix UAF issue in hfsplus_put_super by Dongliang Mu · 1 year, 10 months ago
- d2980d8 Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- 553637f Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 10 months ago
- 74b7046 fs: hfsplus: initialize fsdata in hfsplus_file_truncate() by Alexander Potapenko · 2 years, 1 month ago
- 1b2fde2 hfsplus: remove unnecessary variable initialization by XU pengfei · 2 years ago
- 9636e65 fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 1 year, 11 months ago
- f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 2 years ago
- 39f60c1 fs: port xattr to mnt_idmap by Christian Brauner · 2 years ago
- 8782a9a fs: port ->fileattr_set() to pass mnt_idmap by Christian Brauner · 2 years ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
- e2ca6ba Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
- 9f2b5de hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount by Aditya Garg · 2 years, 1 month ago
- 12f9b9a hfsplus: remove ->writepage by Christoph Hellwig · 2 years, 1 month ago
- 9f25f35 hfsplus: convert kmap() to kmap_local_page() in btree.c by Fabio M. De Francesco · 2 years, 4 months ago
- f9ef3b9 hfsplus: convert kmap() to kmap_local_page() in bitmap.c by Fabio M. De Francesco · 2 years, 4 months ago
- 6c3014a hfsplus: convert kmap() to kmap_local_page() in bnode.c by Fabio M. De Francesco · 2 years, 4 months ago
- f5b23d6 hfsplus: unmap the page in the "fail_page" label by Fabio M. De Francesco · 2 years, 4 months ago
- f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 5 months ago
- c85f999 fs/hfsplus: Use the enum req_op and blk_opf_t types by Bart Van Assche · 2 years, 5 months ago
- ca02bca hfsplus: Remove check for PageError by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 7ffce3d hfsplus: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 2c69e20 fs: Convert block_read_full_page() to block_read_full_folio() by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 07a31f7 hfsplus: Call hfsplus_write_begin() and generic_write_end() directly by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 9 months ago
- 3bf03b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 2 years, 9 months ago
- fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 9 months ago
- e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 07888c66 block: pass a block_device and opf to bio_alloc by Christoph Hellwig · 2 years, 11 months ago
- 322cbb5 block: remove genhd.h by Christoph Hellwig · 2 years, 11 months ago
- e35fa56 hfsplus: use struct_group_attr() for memcpy() region by Kees Cook · 3 years ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
- 55d1cbb hfs/hfsplus: use WARN_ON for sanity check by Arnd Bergmann · 3 years, 1 month ago
- 78ed961 hfsplus: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 2 months ago
- c3eb840 hfsplus: report create_date to kstat.btime by Chung-Chiang Cheng · 3 years, 6 months ago
- 7dcae11 hfsplus: remove unnecessary oom message by Zhen Lei · 3 years, 6 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
- c3187cf hfsplus: prevent corruption in shrinking truncate by Jouni Roivas · 3 years, 7 months ago
- 9cbae74 hfsplus: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 7 months ago
- f252fa3 hfsplus: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 8 months ago
- 25efb2f hfsplus: fix crash and filesystem corruption when deleting files by Simon Gander · 4 years, 9 months ago
- 4ddfc3dc hfs/hfsplus: use 64-bit inode timestamps by Arnd Bergmann · 7 years ago
- 29774f3 fs/hfsplus/xattr.c: replace strncpy with memcpy by Mathieu Malaterre · 5 years ago
- 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 5 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 08ab229 hfsplus: switch to ->free_inode() by Al Viro · 6 years ago
- f93ca1e hfsplus: return file attributes on statx by Ernesto A. Fernández · 6 years ago
- c7d7d620 hfsplus: do not free node before using by Pan Bian · 6 years ago
- dc8844a hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
- 839c3a6a hfsplus: fix return value of hfsplus_get_block() by Ernesto A. Fernández · 6 years ago
- d92915c hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
- 19a9d0f hfsplus: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
- 0a3021d hfsplus: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
- aba93a9 hfsplus: prevent crash on exit from failed search by Ernesto A. Fernandez · 6 years ago
- a7ec7a4 hfsplus: fix NULL dereference in hfsplus_lookup() by Ernesto A. Fernández · 6 years ago
- f168d9f hfsplus: drop ACL support by Ernesto A. Fernández · 6 years ago
- afd6c9e hfsplus: fix decomposition of Hangul characters by Ernesto A. Fernández · 6 years ago
- 31651c6 hfsplus: avoid deadlock on file truncation by Ernesto A. Fernández · 6 years ago
- 7464726 hfsplus: don't return 0 when fill_super() failed by Tetsuo Handa · 6 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 293542d hfsplus: switch to d_splice_alias() by Al Viro · 7 years ago
- 66072c29 hfsplus: stop workqueue when fill_super() failed by Tetsuo Handa · 7 years ago
- b0cd38c hfsplus: honor setgid flag on directories by Ernesto A. Fernandez · 7 years ago
- 91581e4 fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at by Adam Borowski · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- 15ec3718 hfs/hfsplus: clean up unused variables in bnode.c by Christos Gkekas · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- ec3604c7 Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
- 8496946 hfsplus: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago