summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | bcachefs: fix incorrect show_options resultsHongbo Li2024-10-181-1/+1
| * | | | | | | bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet2024-10-181-0/+6
| * | | | | | | bcachefs: bch2_folio_reservation_get_partial() is now better behavedKent Overstreet2024-10-183-32/+57
| * | | | | | | bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()Kent Overstreet2024-10-181-1/+1
| * | | | | | | bcachefS: ec: fix data type on stripe deletionKent Overstreet2024-10-181-2/+2
| * | | | | | | bcachefs: Don't use commit_do() unnecessarilyKent Overstreet2024-10-1821-39/+41
| * | | | | | | bcachefs: handle restarts in bch2_bucket_io_time_reset()Kent Overstreet2024-10-181-12/+16
| * | | | | | | bcachefs: fix restart handling in __bch2_resume_logged_op_finsert()Kent Overstreet2024-10-181-1/+1
| * | | | | | | bcachefs: fix restart handling in bch2_alloc_write_key()Kent Overstreet2024-10-181-1/+11
| * | | | | | | bcachefs: fix restart handling in bch2_do_invalidates_work()Kent Overstreet2024-10-181-3/+4
| * | | | | | | bcachefs: fix missing restart handling in bch2_read_retry_nodecode()Kent Overstreet2024-10-181-2/+2
| * | | | | | | bcachefs: fix restart handling in bch2_fiemap()Kent Overstreet2024-10-181-8/+4
| * | | | | | | bcachefs: fix bch2_hash_delete() error pathKent Overstreet2024-10-181-2/+5
| * | | | | | | bcachefs: fix restart handling in bch2_rename2()Kent Overstreet2024-10-181-1/+1
* | | | | | | | Revert "9p: Enable multipage folios"Dominique Martinet2024-10-241-1/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-2110-65/+95
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | proc: Fix W=1 build kernel-doc warningThorsten Blum2024-10-181-1/+1
| * | | | | | afs: Fix lock recursionDavid Howells2024-10-172-24/+61
| * | | | | | fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni2024-10-171-3/+6
| * | | | | | fs: don't try and remove empty rbtree nodeChristian Brauner2024-10-171-1/+3
| * | | | | | netfs: Downgrade i_rwsem for a buffered writeDavid Howells2024-10-171-1/+2
| * | | | | | nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi2024-10-161-2/+4
| * | | | | | openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai2024-10-101-0/+2
| * | | | | | netfs: In readahead, put the folio refs as soon extractedDavid Howells2024-10-072-33/+16
* | | | | | | Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds2024-10-192-3/+3
|\ \ \ \ \ \ \
| * | | | | | | 9p: Enable multipage foliosDavid Howells2024-09-221-0/+1
| * | | | | | | 9p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet2024-09-221-3/+2
* | | | | | | | Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-186-58/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: Remove unused functionsDr. David Alan Gilbert2024-10-163-53/+0
| * | | | | | | | smb/client: Fix logically dead codeAdvait Dhamorikar2024-10-161-4/+0
| * | | | | | | | smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara2024-10-161-0/+9
| * | | | | | | | smb: client: fix possible double free in smb2_set_ea()Su Hui2024-10-161-1/+2
* | | | | | | | | Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-10-187-161/+181
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig2024-10-151-3/+5
| * | | | | | | | xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig2024-10-151-8/+8
| * | | | | | | | xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig2024-10-151-10/+8
| * | | | | | | | xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2024-10-154-7/+12
| * | | | | | | | xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig2024-10-151-4/+12
| * | | | | | | | xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2024-10-152-1/+9
| * | | | | | | | xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig2024-10-151-58/+82
| * | | | | | | | iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig2024-10-152-9/+10
| * | | | | | | | iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-10-152-59/+42
| * | | | | | | | iomap: factor out a iomap_last_written_block helperChristoph Hellwig2024-10-151-11/+2
| * | | | | | | | xfs: fix integer overflow in xrep_bmapDarrick J. Wong2024-10-111-1/+1
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-185-44/+63
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das2024-10-171-6/+10
| * | | | | | | | | fat: fix uninitialized variableOGAWA Hirofumi2024-10-171-1/+1
| * | | | | | | | | nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi2024-10-173-37/+52
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-165-19/+37
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin2024-10-111-2/+2