summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0122-175/+546
|\
| * mnt_idmapping: align kernel doc and parameter orderChristian Brauner2022-06-291-9/+9
| * mnt_idmapping: use new helpers in mapped_fs{g,u}id()Christian Brauner2022-06-291-2/+4
| * fs: port HAS_UNMAPPED_ID() to vfs{g,u}id_tChristian Brauner2022-06-291-2/+2
| * mnt_idmapping: return false when comparing two invalid idsSeth Forshee2022-06-271-4/+6
| * attr: fix kernel docChristian Brauner2022-06-271-2/+2
| * attr: port attribute changes to new typesChristian Brauner2022-06-2618-107/+137
| * security: pass down mount idmapping to setattr hookChristian Brauner2022-06-266-12/+20
| * quota: port quota helpers mount idsChristian Brauner2022-06-2610-17/+21
| * fs: port to iattr ownership update helpersChristian Brauner2022-06-268-35/+25
| * fs: introduce tiny iattr ownership update helpersChristian Brauner2022-06-261-0/+76
| * fs: use mount types in iattrChristian Brauner2022-06-262-2/+21
| * fs: add two type safe mapping helpersChristian Brauner2022-06-261-2/+36
| * mnt_idmapping: add vfs{g,u}id_tChristian Brauner2022-06-261-28/+234
* | 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-019-624/+533
|\ \ \
| * | | 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
| * | | MAINTAINERS: erofs: add myself as reviewerJeffle Xu2022-06-271-0/+1
| * | | MAINTAINERS: erofs: add myself as reviewerYue Hu2022-06-271-0/+1
* | | | Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-019-59/+214
|\ \ \ \
| * | | | fsnotify: Fix comment typoXin Gao2022-07-261-1/+1
| * | | | fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2022-07-014-11/+67
| * | | | fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein2022-07-012-13/+26
| * | | | fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-015-35/+121
| * | | | 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