summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds2023-11-043-3/+4
|\
| * 9p/fs: add MODULE_DESCIPTIONDominique Martinet2023-10-271-0/+1
| * 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-10-261-2/+3
| * fs/9p: Remove unused function declaration v9fs_inode2stat()Yue Haibing2023-10-241-1/+0
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-11/+11
|\ \
| * | 9p: convert to new timestamp accessorsJeff Layton2023-10-182-11/+11
| |/
* / 9p: move xattr-related structs to .rodataWedson Almeida Filho2023-10-092-5/+5
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\
| * mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-10/+10
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-092-4/+4
| * 9p: convert to ctime accessor functionsJeff Layton2023-07-132-6/+6
* | fs/9p: Remove unused extern declarationYueHaibing2023-07-201-2/+0
* | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-202-7/+0
* | 9p: fix ignored return value in v9fs_dir_releaseDominique Martinet2023-07-201-2/+3
* | fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen2023-07-201-1/+0
* | fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen2023-07-201-2/+2
* | fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen2023-07-201-1/+1
* | fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen2023-07-201-3/+1
* | fs/9p: Fix a datatype used with V9FS_DIRECT_IOChristophe JAILLET2023-07-101-1/+1
|/
* 9p: Add splice_read wrapperDavid Howells2023-05-241-2/+24
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-058-8/+1
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-048-8/+1
* | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-0412-399/+319
|\ \ | |/ |/|
| * fs/9p: Fix bit operation logic errorEric Van Hensbergen2023-04-282-2/+2
| * fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-099-94/+116
| * fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-278-186/+135
| * fs/9p: Add new mount modesEric Van Hensbergen2023-03-272-3/+18
| * fs/9p: allow disable of xattr support on mountEric Van Hensbergen2023-03-273-3/+12
| * fs/9p: Remove unnecessary superblock flagsEric Van Hensbergen2023-03-271-3/+1
| * fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-277-162/+89
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-4/+0
|\ \
| * | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
| |/
* / 9P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov2023-03-271-3/+5
|/
* Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-016-14/+14
|\
| * fs/9p: fix error reporting in v9fs_dir_releaseEric Van Hensbergen2023-02-241-3/+4
| * fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-235-11/+10
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-207-45/+45
|\ \
| * | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-192-7/+6
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-4/+5
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-7/+7