summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / / /
* | | | | 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-011-1/+3
| * | | | | NFS: Judge the file access cache's timestamp in rcu pathChengen Du2023-01-011-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-041-1/+2
| * | | | | | cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-041-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
| | |/ / / / | |/| | | |
* | | | | | hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-061-5/+10
* | | | | | Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2023-01-063-8/+19
|\ \ \ \ \ \
| * | | | | | ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li2023-01-021-2/+18
| * | | | | | ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-023-6/+1
| |/ / / / /
* | | | | | Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-061-4/+2
|\ \ \ \ \ \
| * | | | | | udf: initialize newblock to 0Tom Rix2023-01-061-3/+1
| * | | | | | udf: Fix extension of the last extent in the fileJan Kara2023-01-061-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-069-16/+53
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | btrfs: fix compat_ro checks against remountQu Wenruo2023-01-033-5/+7
| * | | | btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-031-2/+5
| * | | | btrfs: handle case when repair happens with dev-replaceQu Wenruo2023-01-031-1/+10
| * | | | btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2023-01-032-2/+2
| * | | | btrfs: fix false alert on bad tree level checkQu Wenruo2023-01-031-5/+25
| * | | | btrfs: add error message for metadata level mismatchQu Wenruo2023-01-031-0/+3
| * | | | btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan2023-01-031-1/+1
* | | | | 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
|\ \ \ \