summaryrefslogtreecommitdiff
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-194-10/+10
| |/
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-239-9/+0
|\
| * 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-029-9/+0
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-125-146/+170
|\ \
| * | 9p: use stub posix acl handlersChristian Brauner2022-10-203-126/+4
| * | 9p: implement set acl methodChristian Brauner2022-10-203-0/+99
| * | 9p: implement get acl methodChristian Brauner2022-10-203-22/+69
| * | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
| |/
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-253-5/+5
|/
* 9p: Fix some kernel-doc commentsYang Li2022-07-021-2/+2
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-026-90/+64
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-0210-69/+69
* 9p: Fix minor typo in code commentTyler Hicks2022-07-021-1/+1
* 9p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks2022-07-021-3/+3
* 9p: Make the path walk logic more clear about when cloning is requiredTyler Hicks2022-07-021-4/+3
* 9p: Track the root fid with its own variable during lookupsTyler Hicks2022-07-021-12/+14
* 9p: fix EBADF errors in cached modeDominique Martinet2022-06-171-0/+13
* 9p: Fix refcounting during full path walks for fid lookupsTyler Hicks2022-06-151-13/+9
* 9p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet2022-06-151-4/+4
* 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet2022-06-151-0/+3