aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-20kthread: dynamically allocate memory to store kthread's full nameGravatar Yafang Shao 1-0/+3
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commGravatar Yafang Shao 1-1/+1
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commGravatar Yafang Shao 1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commGravatar Yafang Shao 1-1/+1
2022-01-20sysctl: remove redundant ret assignmentGravatar luo penghao 1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGravatar Geert Uytterhoeven 1-4/+4
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanGravatar Qi Zheng 1-2/+2
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationGravatar David Hildenbrand 1-8/+2
2022-01-08Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+2
2021-12-30fs/mount_setattr: always cleanup mount_kattrGravatar Christian Brauner 1-5/+4
2021-12-23Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 3-8/+26
2021-12-23Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+7
2021-12-22io_uring: zero iocb->ki_pos for stream file typesGravatar Jens Axboe 1-3/+7
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateGravatar Darrick J. Wong 1-1/+2
2021-12-21Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 2-11/+8
2021-12-19Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-14/+44
2021-12-18NFSD: Fix READDIR buffer overflowGravatar Chuck Lever 2-11/+8
2021-12-17Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Gravatar Marcos Del Sol Vives 2-7/+21
2021-12-17cifs: sanitize multiple delimiters in prepathGravatar Thiago Rafael Becker 1-1/+37
2021-12-17cifs: ignore resource_id while getting fscache super cookieGravatar Shyam Prasad N 2-13/+7
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-24/+54
2021-12-17Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2021-12-17zonefs: add MODULE_ALIAS_FSGravatar Naohiro Aota 1-0/+1
2021-12-16ksmbd: fix uninitialized symbol 'pntsd_size'Gravatar Namjae Jeon 1-0/+4
2021-12-16ksmbd: fix error code in ndr_read_int32()Gravatar Dan Carpenter 1-1/+1
2021-12-16afs: Fix mmapGravatar David Howells 2-2/+4
2021-12-15Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-14/+25
2021-12-15btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Gravatar Shin'ichiro Kawasaki 1-2/+4
2021-12-15btrfs: fix warning when freeing leaf after subvolume creation failureGravatar Filipe Manana 1-3/+4
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 6-22/+31
2021-12-15btrfs: check WRITE_ERR when trying to read an extent bufferGravatar Josef Bacik 1-0/+8
2021-12-14btrfs: fix missing last dir item offset update when logging directoryGravatar Filipe Manana 1-0/+1
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeGravatar Filipe Manana 1-0/+8
2021-12-14btrfs: fix memory leak in __add_inode_ref()Gravatar Jianglei Nie 1-0/+1
2021-12-13fget: clarify and improve __fget_files() implementationGravatar Linus Torvalds 1-16/+56
2021-12-13io-wq: drop wqe lock before creating new workerGravatar Jens Axboe 1-0/+2
2021-12-11Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+11
2021-12-11Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-8/+27
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-10/+35
2021-12-10Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-31/+36
2021-12-10Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-9/+15
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+76
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-45/+153
2021-12-10io-wq: check for wq exit after adding new worker task_workGravatar Jens Axboe 1-6/+25
2021-12-10io_uring: ensure task_work gets run as part of cancelationsGravatar Jens Axboe 1-2/+4
2021-12-10nfsd: fix use-after-free due to delegation raceGravatar J. Bruce Fields 1-2/+7
2021-12-10nfsd: Fix nsfd startup race (again)Gravatar Alexander Sverdlin 2-7/+8
2021-12-09aio: Fix incorrect usage of eventfd_signal_allowed()Gravatar Xie Yongji 1-1/+1
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingGravatar Eric Biggers 1-31/+106