summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-031-2/+2
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu2021-06-031-1/+1
* NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust2021-06-031-7/+5
* NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter2021-06-031-1/+1
* proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-06-031-0/+4
* NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker2021-06-031-8/+7
* Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman2021-05-261-4/+2
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-261-0/+2
* block: reexpand iov_iter after read/writeyangerkun2021-05-221-3/+17
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-221-3/+3
* NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia2021-05-221-1/+4
* pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic2021-05-221-1/+1
* NFS: Deal correctly with attribute generation counter overflowTrond Myklebust2021-05-221-4/+4
* NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust2021-05-221-7/+9
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+2
* cuse: prevent cloneMiklos Szeredi2021-05-221-0/+2
* fs: dlm: fix debugfs dumpAlexander Aring2021-05-221-0/+1
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-221-2/+4
* ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-05-221-16/+32
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-05-221-0/+3
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-05-221-1/+1
* NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-05-221-1/+1
* btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana2021-05-221-0/+20
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-221-3/+3
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-221-3/+15
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-05-221-1/+1
* ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell2021-05-221-0/+6
* ext4: correct error label in ext4_rename()Zhang Yi2021-04-281-1/+1
* readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds2021-04-281-0/+6
* gfs2: report "already frozen/thawed" errorsBob Peterson2021-04-161-4/+6
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-161-1/+0
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-161-2/+3
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-162-12/+7
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-04-071-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* ext4: add reclaim checks to xattr codeJan Kara2021-03-301-0/+4
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-302-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-302-2/+7
* nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-301-0/+3
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-301-1/+2
* nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-301-1/+1
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-241-1/+1
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27