summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells2023-06-081-8/+10
* splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-1/+30
* splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-31/+127
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0831-260/+501
|\
| * Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-0824-229/+427
| |\
| | * xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-058-37/+60
| | * xfs: validate block number being freed before adding to xefiDave Chinner2023-06-058-23/+62
| | * xfs: validity check agbnos on the AGFLDave Chinner2023-06-051-0/+3
| | * xfs: fix agf/agfl verification on v4 filesystemsDave Chinner2023-06-051-17/+42
| | * xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner2023-06-051-1/+0
| | * xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong2023-06-051-12/+13
| | * xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven2023-06-051-4/+4
| | * xfs: fix AGF vs inode cluster buffer deadlockDave Chinner2023-06-054-106/+166
| | * xfs: defered work could create precommitsDave Chinner2023-06-051-0/+5
| | * xfs: restore allocation trylock iterationDave Chinner2023-06-051-6/+7
| | * xfs: buffer pins need to hold a buffer referenceDave Chinner2023-06-051-23/+65
| * | afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-071-0/+3
| * | Merge tag 'gfs2-v6.4-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-061-3/+14
| |\ \ | | |/ | |/|
| | * gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher2023-06-011-3/+14
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-021-1/+15
| |\ \
| | * | Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo2023-06-021-1/+15
| * | | Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-022-20/+32
| |\ \ \
| | * | | btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2023-06-012-20/+32
| * | | | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-022-7/+10
| |\ \ \ \
| | * | | | nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-6/+1
| | * | | | nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-05-231-1/+9
* | | | | | Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells2023-06-081-267/+0
* | | | | | Wrap lines at 80David Howells2023-06-081-1/+2
* | | | | | Fix a couple of spelling mistakesDavid Howells2023-06-081-2/+2
* | | | | | Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2023-06-083-36/+36
|/ / / / /
* | | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-1/+3
* | | | | Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-013-77/+100
|\ \ \ \ \
| * | | | | ksmbd: call putname after using the last componentNamjae Jeon2023-05-261-2/+6
| * | | | | ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-05-261-18/+3
| * | | | | ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-05-261-25/+47
| * | | | | ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-05-261-19/+34
| * | | | | ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-05-261-5/+5
| * | | | | ksmbd: fix credit count leakageNamjae Jeon2023-05-261-5/+1
| * | | | | ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon2023-05-261-3/+3
| * | | | | ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon2023-05-261-0/+1
* | | | | | Merge tag '6.4-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-313-3/+6
|\ \ \ \ \ \
| * | | | | | cifs: address unused variable warningSteve French2023-05-271-1/+5
| * | | | | | smb: delete an unnecessary statementDan Carpenter2023-05-261-1/+0
| * | | | | | smb3: missing null check in SMB2_change_notifySteve French2023-05-251-1/+1
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-315-47/+64
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o2023-05-301-12/+12
| * | | | ext4: fix fsync for non-directoriesJan Kara2023-05-301-0/+7
| * | | | ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-05-302-0/+6
| * | | | ext4: disallow ea_inodes with extended attributesTheodore Ts'o2023-05-301-0/+3
| * | | | ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o2023-05-301-0/+1