aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds7-93/+219
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds15-119/+137
2022-08-01Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-49/+28
2022-08-01Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds8-624/+531
2022-08-01Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds6-48/+114
2022-08-01Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-16/+14
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds14-148/+255
2022-08-01fs: dlm: move kref_put assert for lkb structsAlexander Aring1-3/+8
2022-08-01fs: dlm: don't use deprecated timeout features by defaultAlexander Aring8-5/+118
2022-08-01fs: dlm: add deprecation Kconfig and warnings for timeoutsAlexander Aring3-1/+27
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li1-9/+7
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-58/+36
2022-07-26userfaultfd: provide properly masked address for huge-pagesNadav Amit1-5/+7
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-26ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang1-10/+2
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
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-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-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-256/+340
2022-07-15Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner1-24/+1
2022-07-15ovl: handle idmappings in ovl_get_acl()Christian Brauner1-8/+79
2022-07-15acl: make posix_acl_clone() available to overlayfsChristian Brauner1-1/+2
2022-07-15acl: port to vfs{g,u}id_tChristian Brauner1-11/+11
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner5-51/+128
2022-07-15Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into fs.idmapped.overlay.aclChristian Brauner57-467/+991
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds3-13/+17