summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton2023-02-041-1/+1
* fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan2023-02-041-2/+3
* aio: fix mremap after fork null-derefSeth Jenkins2023-02-041-0/+4
* Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-014-5/+5
* mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-011-3/+1
* freevxfs: Kconfig: fix spellingRandy Dunlap2023-02-011-1/+1
* squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-011-1/+1
* Sync with v6.2-rc4Andrew Morton2023-01-1929-138/+159
|\
| * Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-147-34/+49
| |\
| | * cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-121-0/+1
| | * cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-113-0/+4
| | * cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-111-3/+6
| | * cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
| | * cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0
| | * cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
| | * cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-01-132-4/+4
| |\ \
| | * | elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-052-4/+4
| * | | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-132-9/+21
| |\ \ \
| | * | | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-061-0/+1
| | * | | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-062-9/+20
| * | | | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-107-78/+48
| |\ \ \ \
| | * | | | NFSD: Use set_bit(RQ_DROPME)Chuck Lever2023-01-071-2/+2
| | * | | | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-062-5/+4
| | * | | | nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton2023-01-064-71/+42
| * | | | | Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-01-104-6/+16
| |\ \ \ \ \
| | * | | | | ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2023-01-022-3/+9
| | * | | | | ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu2023-01-021-1/+2
| | * | | | | ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-021-2/+5
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-01-087-7/+21
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | xfs: fix extent busy updatingWengang Wang2023-01-051-0/+1
| | * | | | xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming2023-01-031-1/+1
| | * | | | xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao2023-01-031-0/+10
| | * | | | xfs: get root inode correctly at bulkstatHironori Shiina2023-01-031-2/+2
| | * | | | xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong2023-01-031-1/+6
| | * | | | xfs: make xfs_iomap_page_ops staticDarrick J. Wong2022-12-261-1/+1
| | * | | | xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong2022-12-261-2/+0
| | |/ / /
* | | | | nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-121-3/+12
* | | | | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-121-6/+22
|/ / / /
* | | | Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-072-1/+14
|\ \ \ \
| * | | | NFS: Fix up a sparse warningTrond Myklebust2023-01-021-1/+3
| * | | | NFS: Judge the file access cache's timestamp in rcu pathChengen Du2023-01-021-0/+3
| * | | | pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2022-12-201-0/+8
* | | | | Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-075-26/+27
|\ \ \ \ \
| * | | | | cifs: fix interface count calculation during refreshShyam Prasad N2023-01-051-1/+2
| * | | | | cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-051-1/+2
| * | | | | cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-042-11/+13
| * | | | | cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
| * | | | | cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara2023-01-041-2/+1
| * | | | | cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
| | |/ / / | |/| | |