summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-034-10/+6
|\ \ \ \ \
| * | | | | ubifs: Use NULL instead of using plain integer as pointerHaowen Bai2022-05-271-1/+1
| * | | | | ubifs: Simplify the return expression of run_gc()Minghao Chi2022-05-271-5/+2
| * | | | | jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-05-271-0/+1
| * | | | | jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-05-271-4/+2
* | | | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-032-33/+45
|\ \ \ \ \ \
| * | | | | | kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-05-191-12/+19
| * | | | | | kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan2022-05-061-9/+19
| * | | | | | Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-0275-507/+660
| |\ \ \ \ \ \
| * | | | | | | kernfs: Remove reference counting for kernfs_open_node.Imran Khan2022-04-271-14/+9
* | | | | | | | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-0314-356/+14
|\ \ \ \ \ \ \ \