summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell2024-07-031-1/+6
* nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi2024-07-034-12/+20
* nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2024-07-032-0/+11
* nilfs2: fix inode number range checksRyusuke Konishi2024-07-033-3/+10
* 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-251-0/+3
| * | | bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-255-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-241-2/+0
* | | | | ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara2024-06-244-0/+26
* | | | | /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-241-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-181-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
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-173-42/+11
* | | | | Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-221-4/+19
|\ \ \ \ \
| * | | | | xfs: fix unlink vs cluster buffer instantiation raceDave Chinner2024-06-171-4/+19
| | |/ / / | |/| | |
* | | | | Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-2225-353/+464
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | bcachefs: Move the ei_flags setting to after initializationYouling Tang2024-06-211-5/+3
| * | | | bcachefs: Fix a UAF after write_super()Kent Overstreet2024-06-211-2/+2
| * | | | bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet2024-06-211-5/+8
| * | | | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet2024-06-211-2/+10