summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-233-4/+6
|\
| * pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
| * pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2022-12-231-0/+1
| * pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2022-12-141-3/+4
* | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-239-9/+0
|\ \
| * | 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-029-9/+0
* | | Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-226-51/+55
|\ \ \
| * | | afs: Stop implementing ->writepage()David Howells2022-12-223-37/+50
| * | | afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui2022-12-221-8/+0
| * | | afs: remove variable nr_serversColin Ian King2022-12-221-5/+1
| * | | afs: Fix lost servers_outstanding countDavid Howells2022-12-221-1/+4
* | | | Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-2122-1338/+991
|\ \ \ \
| * | | | cifs: update internal module numberSteve French2022-12-191-2/+2
| * | | | cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara2022-12-191-2/+2
| * | | | cifs: use origin fullpath for automountsPaulo Alcantara2022-12-194-10/+53
| * | | | cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * | | | cifs: optimize reconnect of nested linksPaulo Alcantara2022-12-191-5/+4
| * | | | cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * | | | cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * | | | cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-194-274/+269
| * | | | cifs: refresh root referralsPaulo Alcantara2022-12-191-18/+22
| * | | | cifs: fix refresh of cached referralsPaulo Alcantara2022-12-194-117/+37
| * | | | cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara2022-12-191-72/+1
| * | | | cifs: share dfs connections and supersPaulo Alcantara2022-12-199-369/+323
| * | | | cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-193-39/+78
| * | | | cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-196-103/+55
| * | | | cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2022-12-192-11/+0
| * | | | cifs: get rid of mount options string parsingPaulo Alcantara2022-12-197-247/+101
| * | | | cifs: use fs_context for automountsPaulo Alcantara2022-12-191-60/+40
| * | | | cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-195-84/+57
| * | | | cifs: set correct ipc status after initial tree connectPaulo Alcantara2022-12-161-2/+5
| * | | | cifs: set correct tcon status after initial tree connectPaulo Alcantara2022-12-151-0/+1
* | | | | Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-2119-626/+1411
|\ \ \ \ \
| * | | | | fs/ntfs3: Make if more readableKonstantin Komarov2022-11-141-3/+2
| * | | | | fs/ntfs3: Improve checking of bad clustersKonstantin Komarov2022-11-144-44/+81
| * | | | | fs/ntfs3: Fix wrong if in hdr_first_deKonstantin Komarov2022-11-141-2/+3
| * | | | | fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov2022-11-143-2/+3
| * | | | | fs/ntfs3: Fix incorrect if in ntfs_set_acl_exKonstantin Komarov2022-11-141-4/+3
| * | | | | fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-145-58/+164
| * | | | | fs/ntfs3: Correct ntfs_check_for_free_spaceKonstantin Komarov2022-11-141-1/+1
| * | | | | fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov2022-11-143-50/+125
| * | | | | fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov2022-11-142-0/+10
| * | | | | fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-144-38/+43
| * | | | | fs/ntfs3: atomic_open implementationKonstantin Komarov2022-11-142-4/+120
| * | | | | fs/ntfs3: Fix wrong indentationsKonstantin Komarov2022-11-143-9/+10
| * | | | | fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-146-181/+166
| * | | | | fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov2022-11-142-34/+18
| * | | | | fs/ntfs3: Simplify ntfs_update_mftmirr functionKonstantin Komarov2022-11-141-3/+1
| * | | | | fs/ntfs3: Remove unused functionsKonstantin Komarov2022-11-143-58/+0