summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand2024-07-043-24/+65
* fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand2024-07-041-22/+31
* fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand2024-07-041-10/+12
* fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand2024-07-041-6/+2
* fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand2024-07-041-0/+2
* mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang2024-07-042-15/+2
* nfs: drop usage of folio_file_posKairui Song2024-07-043-6/+6
* netfs: drop usage of folio_file_posKairui Song2024-07-042-3/+3
* afs: drop usage of folio_file_posKairui Song2024-07-042-5/+5
* NFS: remove nfs_page_lengthg and usage of page_indexKairui Song2024-07-041-19/+0
* ceph: drop usage of page_indexKairui Song2024-07-042-2/+2
* nilfs2: drop usage of page_indexKairui Song2024-07-041-8/+2
* Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-298-53/+95
|\
| * xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong2024-06-261-1/+9
| * xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong2024-06-261-1/+1
| * xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong2024-06-261-5/+18
| * xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2024-06-262-26/+39
| * xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-264-20/+28
* | Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-282-1/+2
|\ \
| * | nfsd: initialise nfsd_info.mutex early.NeilBrown2024-06-252-1/+2
* | | Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-2814-201/+273
|\ \ \
| * | | bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li2024-06-261-0/+3
| * | | bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-265-133/+161
| * | | bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li2024-06-251-1/+1
| * | | bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li2024-06-251-4/+10
| * | | bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet2024-06-231-0/+7
| * | | bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet2024-06-231-0/+5
| * | | bcachefs: Add missing recalc_capacity() callKent Overstreet2024-06-231-0/+1
| * | | bcachefs: Fix btree_trans list orderingKent Overstreet2024-06-232-11/+34
| * | | bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2024-06-232-16/+13
| * | | bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet2024-06-231-23/+29
| * | | bcachefs: fix seqmutex_relock()Kent Overstreet2024-06-232-13/+6
| * | | bcachefs: Fix freeing of error pointersKent Overstreet2024-06-221-3/+6
* | | | Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-271-2/+2
|\ \ \ \
| * | | | ftruncate: pass a signed offsetArnd Bergmann2024-06-241-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-274-28/+45
|\ \ \ \
| * | | | btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana2024-06-251-2/+2
| * | | | btrfs: scrub: handle RST lookup error correctlyQu Wenruo2024-06-251-10/+14
| * | | | btrfs: zoned: fix initial free space detectionNaohiro Aota2024-06-251-1/+1
| * | | | btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana2024-06-251-15/+28
* | | | | nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig2024-06-251-2/+0
* | | | | ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara2024-06-254-0/+26
* | | | | /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-251-0/+3
| |/ / / |/| | |
* | | | Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-235-32/+27
|\ \ \ \
| * | | | cifs: Move the 'pid' from the subreq to the reqDavid Howells2024-06-204-15/+10
| * | | | cifs: Only pick a channel once per read requestDavid Howells2024-06-202-11/+4
| * | | | cifs: Defer read completionDavid Howells2024-06-201-3/+12
| * | | | cifs: fix typo in module parameter enable_gcm_256Steve French2024-06-191-1/+1
| * | | | cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song2024-06-191-2/+0
* | | | | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-223-42/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |