summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds2024-03-156-364/+71
|\
| * fs/9p: fix dups even in uncached modeEric Van Hensbergen2024-01-261-16/+0
| * fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen2024-01-265-180/+45
| * fs/9p: rework qid2ino logicEric Van Hensbergen2024-01-264-31/+12
| * fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen2024-01-262-32/+0
| * fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen2024-01-261-26/+10
| * fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen2024-01-261-33/+0
| * fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen2024-01-261-25/+10
| * fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen2024-01-261-28/+1
* | Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1512-274/+1375
|\ \
| * | fuse: get rid of ff->readdir.lockMiklos Szeredi2024-03-063-12/+0
| * | fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi2024-03-061-5/+1
| * | fuse: Fix missing FOLL_PIN for direct-ioLei Huang2024-03-062-5/+11
| * | fuse: remove an unnecessary if statementJiachen Zhang2024-03-061-4/+0
| * | fuse: Track process write operations in both direct and writethrough modesZhou Jifeng2024-03-061-2/+6
| * | fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2024-03-062-1/+3
| * | fuse: Introduce a new notification type for resend pending requestsZhao Chen2024-03-061-0/+56
| * | fuse: add support for explicit export disablingJingbo Xu2024-03-061-1/+10
| * | fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn2024-03-061-2/+2
| * | fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn2024-03-061-1/+1
| * | fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)2024-03-051-15/+15
| * | fuse: Remove fuse_writepageMatthew Wilcox (Oracle)2024-03-051-29/+1
| * | virtio_fs: remove duplicate check if queue is brokenLi RongQing2024-03-051-2/+2
| * | fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi2024-03-051-1/+1
| * | fuse: don't unhash rootMiklos Szeredi2024-03-052-3/+5
| * | fuse: fix root lookup with nonzero generationMiklos Szeredi2024-03-051-0/+4
| * | fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi2024-03-051-1/+1
| * | virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi2024-03-051-1/+1
| * | fuse: implement passthrough for mmapAmir Goldstein2024-03-053-3/+27
| * | fuse: implement splice read/write passthroughAmir Goldstein2024-03-053-2/+78
| * | fuse: implement read/write passthroughAmir Goldstein2024-03-053-6/+84
| * | fuse: implement open in passthrough modeAmir Goldstein2024-03-054-8/+155
| * | fuse: prepare for opening file in passthrough modeAmir Goldstein2024-03-054-31/+78
| * | fuse: implement ioctls to manage backing filesAmir Goldstein2024-03-054-0/+192
| * | fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein2024-02-235-0/+110
| * | fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein2024-02-231-26/+33
| * | fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2024-02-233-30/+64
| * | fuse: introduce inode io modesAmir Goldstein2024-02-234-2/+189
| * | fuse: prepare for failing open responseAmir Goldstein2024-02-233-9/+16
| * | fuse: break up fuse_open_common()Amir Goldstein2024-02-233-13/+26
| * | fuse: allocate ff->release_args only if release is neededAmir Goldstein2024-02-233-32/+41
| * | fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein2024-02-231-17/+21
| * | fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert2024-02-231-27/+34
| * | fuse: create helper function if DIO write needs exclusive lockBernd Schubert2024-02-231-18/+45
| * | fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert2024-02-231-2/+6
| * | virtiofs: emit uevents on filesystem eventsStefan Hajnoczi2024-02-231-1/+16
| * | virtiofs: export filesystem tags through sysfsStefan Hajnoczi2024-02-231-22/+90
| * | virtiofs: forbid newlines in tagsStefan Hajnoczi2024-02-231-0/+10
* | | Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-157-108/+679
|\ \ \
| * | | ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi2024-03-071-1/+19