summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen
2024-03-06fuse: Introduce a new notification type for resend pending requestsZhao Chen
2024-03-06fuse: add support for explicit export disablingJingbo Xu
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi
2024-03-05fuse: don't unhash rootMiklos Szeredi
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi
2024-03-05fuse: implement passthrough for mmapAmir Goldstein
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein
2024-03-05fuse: implement read/write passthroughAmir Goldstein
2024-03-05fuse: implement open in passthrough modeAmir Goldstein
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2024-02-23fuse: introduce inode io modesAmir Goldstein
2024-02-23fuse: prepare for failing open responseAmir Goldstein
2024-02-23fuse: break up fuse_open_common()Amir Goldstein
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi
2024-02-18Linux 6.8-rc5v6.8-rc5Linus Torvalds
2024-02-18Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-18Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-18Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-18Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-17Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-02-17Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-17Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-17Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-02-17Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-02-17Merge tag 'media/v6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2024-02-17Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-17Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-02-17Documentation: Document the Linux Kernel CVE processGreg Kroah-Hartman