summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-01-191-0/+22
|\
| * zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-161-0/+22
* | Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-181-1/+1
|\ \
| * | affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-01-101-1/+1
* | | Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-01-183-16/+19
|\ \ \
| * | | erofs: clean up parsing of fscache related optionsJingbo Xu2023-01-161-7/+6
| * | | erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang2023-01-101-6/+6
| * | | erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant2023-01-101-3/+7
* | | | Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-175-26/+20
|\ \ \ \
| * | | | NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2023-01-122-5/+5
| * | | | NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo2023-01-113-21/+14
| * | | | NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo2023-01-111-0/+1
* | | | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-162-9/+34
|\ \ \ \ \
| * | | | | nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-111-3/+12
| * | | | | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-111-6/+22
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-167-21/+71
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-121-7/+4
| * | | | btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-122-3/+8
| * | | | btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-121-1/+3
| * | | | btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-121-6/+15
| * | | | btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-121-0/+9
| * | | | btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-01-113-1/+10
| * | | | btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo2023-01-111-2/+12
| * | | | btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo2023-01-111-1/+10
* | | | | 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-103-0/+4
| * | | | | cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-101-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-122-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-012-3/+9
| * | | | | | ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu2023-01-011-1/+2
| * | | | | | ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-011-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