aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-11-12NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust1-5/+1
2020-11-12NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust1-5/+4
2020-11-12NFS: Fix listxattr receive buffer sizeChuck Lever1-2/+2
2020-11-12NFSv4.2: fix failure to unregister shrinkerJ. Bruce Fields1-0/+2
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong1-5/+5
2020-11-12ovl: fix incorrect extent info in metacopy caseChengguang Xu1-1/+1
2020-11-12ovl: expand warning in ovl_d_real()Miklos Szeredi1-5/+8
2020-11-12ovl: warn about orphan metacopyKevin Locke1-0/+2
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov4-2/+26
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov5-30/+38
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers1-1/+1
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o1-11/+0
2020-11-11ext4: handle dax mount option collisionHarshad Shirwadkar1-3/+3
2020-11-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe1-1/+1
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal1-1/+13
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2-0/+12
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2-2/+9
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal1-0/+10
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal1-0/+2
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi1-1/+1
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2-1/+12
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi1-1/+1
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi1-13/+12
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi1-9/+7
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi1-6/+2
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi4-26/+11
2020-11-11virtiofs: simplify sb setupMiklos Szeredi3-26/+3
2020-11-11virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi1-0/+3
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-11parisc: Make user stack size configurableHelge Deller1-2/+2
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-30/+0
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong3-9/+14
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong1-29/+4
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-10fs: dlm: check on existing node addressAlexander Aring1-0/+23
2020-11-10fs: dlm: constify addr_compareAlexander Aring1-1/+2
2020-11-10fs: dlm: fix check for multi-homed hostsAlexander Aring1-1/+1
2020-11-10fs: dlm: listen socket out of connection hashAlexander Aring1-93/+74
2020-11-10fs: dlm: refactor sctp sock parameterAlexander Aring1-5/+5
2020-11-10fs: dlm: move shutdown action to node creationAlexander Aring1-3/+5
2020-11-10fs: dlm: move connect callback in node creationAlexander Aring1-12/+6
2020-11-10fs: dlm: add helper for init connectionAlexander Aring1-35/+32
2020-11-10fs: dlm: handle non blocked connect eventAlexander Aring1-1/+12
2020-11-10fs: dlm: flush othercon at closeAlexander Aring1-0/+2
2020-11-10fs: dlm: add get buffer error handlingAlexander Aring1-0/+6
2020-11-10fs: dlm: define max send bufferAlexander Aring4-5/+7