summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-09-15cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya4-36/+24
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-09-15NFSD: Fix verifier returned in stable WRITEsChuck Lever1-0/+4
2022-09-08btrfs: harden identification of a stale deviceAnand Jain1-7/+37
2022-09-05xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-09-05xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4
2022-09-05xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-09-05xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-09-05xfs: remove infinite loop when reserving free block poolDarrick J. Wong2-31/+29
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov2-0/+6
2022-08-31btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-08-31btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-08-31btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-08-31btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-08-31NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia1-0/+6
2022-08-31NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust1-4/+6
2022-08-31xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong1-2/+5
2022-08-31xfs: return errors in xfs_fs_sync_fsDarrick J. Wong1-1/+5
2022-08-31vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong1-6/+12
2022-08-31fs: remove __sync_filesystemChristoph Hellwig1-21/+17
2022-08-31xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-08-31xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2-3/+4
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2