summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-fix-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-044-26/+25
|\
| * f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-031-1/+2
| * f2fs: should use a temp extent_info for lookupJaegeuk Kim2023-01-031-6/+7
| * f2fs: don't mix to use union values in extent_infoJaegeuk Kim2023-01-031-8/+8
| * f2fs: initialize extent_cache parameterJaegeuk Kim2023-01-034-4/+4
| * f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()Chao Yu2023-01-031-7/+4
* | Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-042-1/+12
|\ \ | |/ |/|
| * nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-021-0/+11
| * nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton2022-12-221-1/+1
* | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-027-6/+19
|\ \
| * | btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana2022-12-201-1/+4
| * | btrfs: scrub: fix uninitialized return value in recover_scrub_rbioJosef Bacik2022-12-201-1/+1
| * | btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov2022-12-201-0/+4
| * | btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik2022-12-151-0/+1
| * | btrfs: fix leak of fs devices after removing btrfs moduleFilipe Manana2022-12-151-0/+1
| * | btrfs: fix an error handling path in btrfs_defrag_leaves()Christophe JAILLET2022-12-151-2/+4
| * | btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET2022-12-151-2/+4
* | | fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-021-2/+2
* | | 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