summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)2024-09-041-2/+1
* mm: remove PG_errorMatthew Wilcox (Oracle)2024-09-021-1/+0
* mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand2024-09-021-9/+2
* mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes2024-09-021-75/+6
* userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes2024-09-021-149/+11
* mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand2024-09-021-0/+4
* mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-021-1/+1
* Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-017-45/+93
|\
| * cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells2024-08-281-2/+14
| * cifs: Fix copy offload to flush destination regionDavid Howells2024-08-281-17/+4
| * netfs, cifs: Fix handling of short DIO readDavid Howells2024-08-282-10/+20
| * cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-08-286-16/+55
* | Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds2024-09-015-116/+68
|\ \
| * | bcachefs: Mark more errors as autofixKent Overstreet2024-09-011-5/+5
| * | bcachefs: Revert lockless buffered IO pathKent Overstreet2024-09-012-110/+40
| * | bcachefs: Fix bch2_extents_match() false positiveKent Overstreet2024-08-271-1/+22
| * | bcachefs: Fix failure to return error in data_update_index_update()Kent Overstreet2024-08-271-0/+1
* | | Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-311-2/+9
|\ \ \
| * | | nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown2024-08-301-2/+9
* | | | Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-08-316-48/+114
|\ \ \ \
| * | | | xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong2024-08-271-0/+40
| * | | | xfs: take m_growlock when running growfsrtDarrick J. Wong2024-08-271-13/+25
| * | | | xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo2024-08-271-1/+23
| * | | | xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong2024-08-271-2/+2
| * | | | xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo2024-08-261-1/+1
| * | | | xfs: don't bother reporting blocks trimmed via FITRIMDarrick J. Wong2024-08-261-25/+11
| * | | | xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner2024-08-261-1/+1
| * | | | xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong2024-08-261-1/+1
| * | | | xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong2024-08-261-4/+10
* | | | | Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-301-0/+3
|\ \ \ \ \
| * | | | | binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is definedMax Filippov2024-08-261-0/+3
* | | | | | dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan2024-08-301-2/+7
* | | | | | Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-284-24/+49
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton2024-08-274-10/+26
| * | | | | nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton2024-08-261-1/+1
| * | | | | nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton2024-08-261-3/+7
| * | | | | nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia2024-08-231-9/+12
| * | | | | nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton2024-08-221-1/+3
* | | | | | Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-285-22/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana2024-08-272-13/+6
| * | | | | btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo2024-08-271-8/+18
| * | | | | btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba2024-08-261-1/+1
| * | | | | btrfs: run delayed iputs when flushing delallocJosef Bacik2024-08-251-0/+2
* | | | | | Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-284-27/+43
|\ \ \ \ \ \
| * | | | | | cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells2024-08-251-0/+22
| * | | | | | smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher2024-08-251-20/+20
| * | | | | | smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-08-254-6/+0
| * | | | | | smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher2024-08-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-08-278-59/+79
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells2024-08-241-0/+7