summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-03block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-06-03SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-06-03btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-06-03btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-06-03afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-06-03NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-06-03NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-06-03NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-06-03fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-06-03NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker1-8/+7
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-26Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-22block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2
2021-05-22NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidTrond Myklebust1-1/+2
2021-05-19ext4: fix debug format string warningArnd Bergmann2-4/+3
2021-05-19debugfs: Make debugfs_allow RO after initKees Cook1-1/+1
2021-05-19f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu3-12/+13
2021-05-19f2fs: compress: fix race condition of overwrite vs truncateChao Yu1-23/+12
2021-05-19f2fs: compress: fix to free compress page correctlyChao Yu1-1/+2
2021-05-19dax: Wake up all waiters after invalidating dax entryVivek Goyal1-1/+1
2021-05-19dax: Add a wakeup mode parameter to put_unlocked_entry()Vivek Goyal1-7/+7
2021-05-19dax: Add an enum for specifying dax wakup modeVivek Goyal1-6/+17
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2-12/+27
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-19squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-05-19nfsd: ensure new clients break delegationsJ. Bruce Fields1-5/+19
2021-05-19NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust1-8/+9
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-19NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust1-2/+8
2021-05-19NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust1-22/+34
2021-05-19f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-05-19f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-05-19f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu4-24/+55
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11