summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek1-2/+2
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin1-1/+7
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring1-8/+8
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring1-2/+4
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-10-17Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin1-4/+6
2022-10-15fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu1-4/+3
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen1-3/+7
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-15nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+16
2022-10-15nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-10-05btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana1-0/+25
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-28cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells3-3/+22
2022-09-28xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-09-28xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-10/+12
2022-09-28xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2022-09-23afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells1-0/+1
2022-09-23cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-23cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-23NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust1-9/+18
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells5-12/+5