aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 2-2/+2
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+6
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 9-9/+0
2022-12-23pstore: Properly assign mem_type propertyGravatar Luca Stefani 1-1/+1
2022-12-23pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESGravatar John Stultz 1-0/+1
2022-12-22Merge tag 'afs-next-20221222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-51/+55
2022-12-22afs: Stop implementing ->writepage()Gravatar David Howells 3-37/+50
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGravatar Gaosheng Cui 1-8/+0
2022-12-22afs: remove variable nr_serversGravatar Colin Ian King 1-5/+1
2022-12-22afs: Fix lost servers_outstanding countGravatar David Howells 1-1/+4
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 22-1338/+991
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Gravatar Linus Torvalds 19-626/+1411
2022-12-21Merge tag 'fs.mount.propagation.fix.v6.2-rc1' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-0/+4
2022-12-21pnode: terminate at peers of sourceGravatar Christian Brauner 1-1/+1
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 3-0/+4
2022-12-19Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 4-196/+197
2022-12-19cifs: update internal module numberGravatar Steve French 1-2/+2
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Gravatar Paulo Alcantara 1-2/+2
2022-12-19cifs: use origin fullpath for automountsGravatar Paulo Alcantara 4-10/+53
2022-12-19cifs: set correct status of tcon ipc when reconnectingGravatar Paulo Alcantara 1-1/+3
2022-12-19cifs: optimize reconnect of nested linksGravatar Paulo Alcantara 1-5/+4
2022-12-19cifs: fix source pathname comparison of dfs supersGravatar Paulo Alcantara 1-1/+15
2022-12-19cifs: fix confusing debug messageGravatar Paulo Alcantara 1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Gravatar Paulo Alcantara 4-274/+269
2022-12-19cifs: refresh root referralsGravatar Paulo Alcantara 1-18/+22
2022-12-19cifs: fix refresh of cached referralsGravatar Paulo Alcantara 4-117/+37
2022-12-19cifs: don't refresh cached referrals from unactive mountsGravatar Paulo Alcantara 1-72/+1
2022-12-19cifs: share dfs connections and supersGravatar Paulo Alcantara 9-369/+323
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Gravatar Paulo Alcantara 3-39/+78
2022-12-19cifs: set resolved ip in sockaddrGravatar Paulo Alcantara 6-103/+55
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsGravatar Paulo Alcantara 2-11/+0
2022-12-19cifs: get rid of mount options string parsingGravatar Paulo Alcantara 7-247/+101
2022-12-19cifs: use fs_context for automountsGravatar Paulo Alcantara 1-60/+40
2022-12-19cifs: reduce roundtrips on create/qinfo requestsGravatar Paulo Alcantara 5-84/+57
2022-12-17Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-333/+234
2022-12-16cifs: set correct ipc status after initial tree connectGravatar Paulo Alcantara 1-2/+5
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-62/+94
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+11
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-145/+187
2022-12-15Merge tag 'for-6.2/writeback-2022-12-12' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+14
2022-12-15cifs: set correct tcon status after initial tree connectGravatar Paulo Alcantara 1-0/+1
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 13-165/+297
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2022-12-15Merge tag '6.2-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 5-24/+31
2022-12-15gfs2: Remove support for glock holder auto-demotion (2)Gravatar Andreas Gruenbacher 1-19/+20
2022-12-15gfs2: Remove support for glock holder auto-demotionGravatar Andreas Gruenbacher 3-179/+36
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionGravatar John Stultz 1-3/+4
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 19-880/+1453
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-23/+27