summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-182-8/+14
|\
| * locks: fix a memory leak bug in __break_lease()Wenwen Wang2019-08-201-1/+2
| * locks: print a warning when mount fails due to lack of "mand" supportJeff Layton2019-08-161-3/+8
| * locks: Fix procfs output for file leasesPavel Begunkov2019-07-251-4/+4
* | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-184-7/+107
|\ \
| * | vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+94
| * | new helper: get_tree_keyed()Al Viro2019-09-053-4/+12
| * | vfs: set fs_context::user_ns for reconfigureEric Biggers2019-09-051-3/+1
* | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-181-2/+4
|\ \ \
| * | | [PATCH] fix d_absolute_path() interplay with fsmount()Al Viro2019-08-311-2/+4
| | |/ | |/|
* | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-186-50/+37
|\ \ \
| * | | devpts_pty_kill(): don't bother with d_delete()Al Viro2019-09-031-1/+1
| * | | fs/namei.c: keep track of nd->root refcount statusAl Viro2019-09-031-26/+15
| * | | fs/namei.c: new helper - legitimize_root()Al Viro2019-08-311-10/+13
| * | | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-313-9/+8
| * | | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro2019-08-311-2/+0
| * | | audit_inode(): switch to passing AUDIT_INODE_...Al Viro2019-07-221-3/+3
| * | | filename_mountpoint(): make LOOKUP_NO_EVAL unconditional thereAl Viro2019-07-222-3/+1
| * | | filename_lookup(): audit_inode() argument is always 0Al Viro2019-07-221-1/+1
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-183-11/+10
|\ \ \
| * | | fs: cifs: move from the crypto cipher API to the new DES library interfaceArd Biesheuvel2019-08-223-11/+10
| |/ /
* | | Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-1821-0/+6446
|\ \ \
| * | | erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-051-61/+9
| * | | erofs: always use iget5_lockedGao Xiang2019-09-051-7/+0
| * | | erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-051-6/+9
| * | | erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-0511-90/+139
| * | | erofs: save one level of indentationGao Xiang2019-09-051-32/+33
| * | | erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
| * | | erofs: kill all erofs specific fault injectionGao Xiang2019-09-056-158/+2
| * | | erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-057-53/+54
| * | | erofs: kill __submit_bio()Gao Xiang2019-09-053-17/+17
| * | | erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-055-46/+16
| * | | erofs: localize erofs_grab_bio()Gao Xiang2019-09-053-45/+22
| * | | erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-051-7/+2
| * | | erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-051-18/+17
| * | | erofs: better erofs symlink stuffsGao Xiang2019-09-053-54/+29
| * | | erofs: update comments in inode.cGao Xiang2019-09-051-3/+2
| * | | erofs: update erofs_fs.h commentsGao Xiang2019-09-051-4/+5
| * | | erofs: use erofs_inode namingGao Xiang2019-09-0510-57/+54
| * | | erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-051-19/+12
| * | | erofs: better naming for erofs inode related stuffsGao Xiang2019-09-056-90/+108
| * | | erofs: use feature_incompat rather than requirementsGao Xiang2019-09-054-13/+14
| * | | erofs: update erofs_inode_is_data_compressed helperGao Xiang2019-09-051-3/+2
| * | | erofs: kill __packed for on-disk structuresGao Xiang2019-09-051-9/+9
| * | | erofs: some macros are much more readable as a functionGao Xiang2019-09-053-11/+17
| * | | erofs: on-disk format should have explicitly assigned numbersGao Xiang2019-09-051-9/+9
| * | | erofs: remove all the byte offset commentsGao Xiang2019-09-051-51/+54
| * | | erofs: using switch-case while checking the inode type.Pratik Shinde2019-09-041-6/+12
| * | | erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang2019-08-301-2/+1
| * | | erofs: remove all likely/unlikely annotationsGao Xiang2019-08-3012-82/+82