aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22gfs2: remove ->writepageChristoph Hellwig1-26/+0
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig1-3/+2
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-22xfs: Fix comment typoXin Gao1-1/+1
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang1-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang1-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang4-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang2-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang2-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang2-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang1-25/+5
2022-07-21erofs: rework online page handlingGao Xiang2-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang2-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang1-52/+80
2022-07-21erofs: drop the old pagevec approachGao Xiang3-171/+18
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang2-50/+153
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang1-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang1-23/+19
2022-07-21io_uring: do not recycle buffer in READVDylan Yudaken1-0/+8
2022-07-21io_uring: fix free of unallocated buffer listDylan Yudaken1-3/+3
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang1-4/+3
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu1-1/+1
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2-14/+23
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi1-0/+9
2022-07-21ceph: rely on vfs for setgid strippingYang Xu1-4/+0
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu3-15/+70
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong4-7/+1
2022-07-20xfs: fix for variable set but not used warningsunliming1-3/+1
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner3-37/+16
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman1-1/+1
2022-07-19fs: Add missing umask strip in vfs_tmpfileYang Xu1-0/+2
2022-07-19fs: add mode_strip_sgid() helperYang Xu1-4/+32
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi3-51/+20
2022-07-18fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin1-0/+3
2022-07-18ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong1-2/+6
2022-07-18fs/lock: Rearrange ops in flock syscall.Kuniyuki Iwashima1-24/+19
2022-07-18fs/lock: Don't allocate file_lock in flock_make_lock().Kuniyuki Iwashima1-31/+15
2022-07-17fs/ocfs2: Fix spelling typo in commentJiangshan Yi1-1/+1
2022-07-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2022-07-17autofs: remove unused ino field inodeIan Kent1-2/+0