aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debugBob Peterson1-8/+8
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson3-15/+15
2021-10-25gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson1-0/+2
2021-10-25gfs2: remove redundant check in gfs2_rgrp_go_lockBob Peterson1-2/+1
2021-10-25gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher1-12/+87
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher7-15/+30
2021-10-24iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher1-0/+6
2021-10-24iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher1-0/+4
2021-10-24gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher1-5/+94
2021-10-20gfs2: Eliminate ip->i_ghAndreas Gruenbacher2-15/+22
2021-10-20gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2-59/+28
2021-10-20gfs2: Introduce flag for glock holder auto-demotionBob Peterson3-36/+200
2021-10-20gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2021-10-20gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher1-10/+17
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher6-6/+6
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-3/+2
2021-10-09Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-114/+77
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-11/+17
2021-10-07Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-3/+2
2021-10-07ksmbd: fix oops from fuse driverNamjae Jeon1-11/+6
2021-10-07ksmbd: fix version mismatch with out of treeNamjae Jeon1-1/+1
2021-10-07ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()Namjae Jeon1-5/+3
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon4-34/+12
2021-10-07ksmbd: check strictly data area in ksmbd_smb2_check_message()Namjae Jeon1-51/+47
2021-10-06NFSD: Keep existing listeners on portlist errorBenjamin Coddington1-1/+4
2021-10-06ksmbd: add the check to vaildate if stream protocol length exceeds maximum valueNamjae Jeon3-12/+8
2021-10-05Merge tag 'warning-fixes-20211005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds11-56/+66
2021-10-05afs: Fix afs_launder_page() to set correct start file positionDavid Howells1-2/+1
2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells1-1/+1
2021-10-04fscache: Remove an unused static variableDavid Howells1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1David Howells2-0/+4
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells7-52/+60
2021-10-04afs: Fix kerneldoc warning shown up by W=1David Howells1-2/+2
2021-10-04nfs: Fix kerneldoc warning shown up by W=1David Howells1-1/+0
2021-10-04Merge tag 'ovl-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-4/+21
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds7-199/+182
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+8
2021-10-02Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-340/+292
2021-10-02Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-19/+3
2021-10-01io_uring: kill fasyncPavel Begunkov1-15/+2
2021-10-01nfsd: Fix a warning for nfsd_file_close_inodeTrond Myklebust1-1/+1
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-01ext4: fix reserved space counter leakageJeffle Xu2-0/+11
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-09-30ksmbd: missing check for NULL in convert_to_nt_pathname()Dan Carpenter1-10/+7
2021-09-30nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust1-8/+11