summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: retire block-device-based superblock on force unmountDaniil Lunev2022-07-271-2/+8
* vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev2022-07-271-2/+31
* virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang2022-07-261-1/+1
* virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang2022-07-211-4/+3
* fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky2022-07-211-0/+9
* fuse: Remove the control interface for virtio-fsXie Yongji2022-07-211-2/+2
* fuse: ioctl: translate ENOSYSMiklos Szeredi2022-07-211-2/+13
* fuse: limit nsecMiklos Szeredi2022-07-211-0/+6
* fuse: avoid unnecessary spinlock bumpJeffle Xu2022-07-211-1/+1
* fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2022-07-212-14/+23
* fuse: write inode in fuse_release()Miklos Szeredi2022-07-211-0/+9
* Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-052-6/+2
|\
| * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-052-6/+2
* | Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-9/+2
|\ \
| * | namei: cleanup double word in commentTom Rix2022-05-191-1/+1
| * | get rid of dead code in legitimize_root()Al Viro2022-05-191-7/+0
| * | fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro2022-05-191-1/+1
* | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-044-5/+6
|\ \ \
| * | | m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro2022-05-191-2/+2
| * | | uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-193-3/+4
| |/ /
* | | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-044-87/+52
|\ \ \ | | |/ | |/|
| * | Unify the primitives for file descriptor closingAl Viro2022-05-143-54/+32
| * | fs: remove fget_many and fput_many interfaceGou Hao2022-05-142-27/+15
| * | io_uring_enter(): don't leave f.flags uninitializedAl Viro2022-05-121-6/+5
| |/
* | Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-06-0414-100/+143
|\ \
| * | cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
| * | cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49
| * | cifs: update internal module numberSteve French2022-06-011-2/+3
| * | cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-012-2/+9
| * | cifs: do not build smb1ops if legacy support is disabledSteve French2022-06-011-1/+3
| * | cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-0110-53/+71
| * | cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-05-311-1/+1
| * | cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
| * | cifs: fix potential double free during failed mountRonnie Sahlberg2022-05-301-4/+6
* | | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-035-30/+149
|\ \ \
| * | | fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-011-0/+1
| * | | fs/ntfs3: Fix invalid free in log_replayNamjae Jeon2022-05-311-3/+3
| * | | Merge tag 'v5.18'Konstantin Komarov2022-05-31918-42580/+51277
| |\ \ \
| * | | | fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov2021-11-241-2/+6
| * | | | fs/ntfs3: Check new size for limitsKonstantin Komarov2021-11-241-1/+7
| * | | | fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2021-11-242-4/+8
| * | | | fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2021-11-241-6/+7
| * | | | fs/ntfs3: Optimize locking in ntfs_save_wsl_permKonstantin Komarov2021-11-231-10/+14
| * | | | fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2021-11-231-0/+3
| * | | | fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2021-11-231-1/+95
| * | | | fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2021-11-231-1/+1
| * | | | fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET2021-11-231-2/+4
* | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-3/+5
|\ \ \ \ \
| * | | | | fork: Stop allowing kthreads to call execveEric W. Biederman2022-05-071-3/+3
| * | | | | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-2/+4
| | |_|_|/ | |/| | |