summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
| * | | | | | | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
| * | | | | | | acl: make posix_acl_clone() available to overlayfsChristian Brauner2022-07-151-1/+2
| * | | | | | | acl: port to vfs{g,u}id_tChristian Brauner2022-07-151-11/+11
| * | | | | | | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-155-51/+128
| * | | | | | | Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2022-07-1557-467/+991
| |\ \ \ \ \ \ \
* | | | | | | | | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0115-119/+137
|\| | | | | | | |
| * | | | | | | | attr: fix kernel docChristian Brauner2022-06-271-2/+2
| * | | | | | | | attr: port attribute changes to new typesChristian Brauner2022-06-2615-103/+129
| * | | | | | | | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-262-2/+3
| * | | | | | | | quota: port quota helpers mount idsChristian Brauner2022-06-269-14/+15
| * | | | | | | | fs: port to iattr ownership update helpersChristian Brauner2022-06-266-30/+20
* | | | | | | | | Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2022-08-011-49/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs/lock: Rearrange ops in flock syscall.Kuniyuki Iwashima2022-07-181-24/+19
| * | | | | | | | | fs/lock: Don't allocate file_lock in flock_make_lock().Kuniyuki Iwashima2022-07-181-31/+15
* | | | | | | | | | Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-018-624/+531
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | erofs: update ctx->pos for every emitted direntHongnan Li2022-07-311-9/+7
| * | | | | | | | | | erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang2022-07-221-2/+2
| * | | | | | | | | | erofs: get rid of erofs_prepare_dio() helperGao Xiang2022-07-221-24/+15
| * | | | | | | | | | erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang2022-07-224-56/+93
| * | | | | | | | | | erofs: record the longest decompressed size in this roundGao Xiang2022-07-212-58/+31
| * | | | | | | | | | erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang2022-07-211-27/+22
| * | | | | | | | | | erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang2022-07-211-13/+21
| * | | | | | | | | | erofs: introduce struct z_erofs_decompress_backendGao Xiang2022-07-212-67/+76
| * | | | | | | | | | erofs: get rid of `z_pagemap_global'Gao Xiang2022-07-212-25/+4
| * | | | | | | | | | erofs: clean up `enum z_erofs_collectmode'Gao Xiang2022-07-211-32/+31
| * | | | | | | | | | erofs: get rid of `enum z_erofs_page_type'Gao Xiang2022-07-211-25/+5
| * | | | | | | | | | erofs: rework online page handlingGao Xiang2022-07-212-83/+42
| * | | | | | | | | | erofs: switch compressed_pages[] to bufvecGao Xiang2022-07-212-60/+57
| * | | | | | | | | | erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang2022-07-211-52/+80
| * | | | | | | | | | erofs: drop the old pagevec approachGao Xiang2022-07-213-171/+18
| * | | | | | | | | | erofs: introduce bufvec to store decompressed buffersGao Xiang2022-07-212-50/+153
| * | | | | | | | | | erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang2022-07-211-38/+43
| * | | | | | | | | | erofs: clean up z_erofs_collector_begin()Gao Xiang2022-07-211-17/+15
| * | | | | | | | | | erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang2022-07-211-23/+19
| * | | | | | | | | | erofs: avoid consecutive detection for Highmem memoryGao Xiang2022-07-091-6/+10
| * | | | | | | | | | erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen2022-07-091-0/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-016-48/+114
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fsnotify: Fix comment typoXin Gao2022-07-261-1/+1
| * | | | | | | | | | fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2022-07-012-10/+55
| * | | | | | | | | | fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein2022-07-011-9/+21
| * | | | | | | | | | fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-014-29/+38
| * | | | | | | | | | fs: inotify: Fix typo in inotify commentOliver Ford2022-07-011-1/+1
* | | | | | | | | | | Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-012-16/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ext2: Add more validity checks for inode countsJan Kara2022-07-261-2/+10
| * | | | | | | | | | | fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang2022-07-261-10/+2
| * | | | | | | | | | | fs/ext2: replace ternary operator with min_t()Jiangshan Yi2022-07-141-4/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2022-08-0114-148/+255
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs: dlm: move kref_put assert for lkb structsAlexander Aring2022-08-011-3/+8
| * | | | | | | | | | | fs: dlm: don't use deprecated timeout features by defaultAlexander Aring2022-08-018-5/+118