summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sanitize handling of nd->last_type, kill LAST_BINDAl Viro2020-03-143-8/+4
* finally fold get_link() into pick_link()Al Viro2020-03-141-74/+61
* merging pick_link() with get_link(), part 6Al Viro2020-03-141-8/+5
* merging pick_link() with get_link(), part 5Al Viro2020-03-141-25/+18
* merging pick_link() with get_link(), part 4Al Viro2020-03-141-33/+26
* merging pick_link() with get_link(), part 3Al Viro2020-03-141-9/+9
* merging pick_link() with get_link(), part 2Al Viro2020-03-141-28/+40
* merging pick_link() with get_link(), part 1Al Viro2020-03-141-5/+7
* expand the only remaining call of path_lookup_conditional()Al Viro2020-03-141-9/+5
* LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro2020-03-145-90/+12
* fold handle_mounts() into step_into()Al Viro2020-03-141-26/+15
* new step_into() flag: WALK_NOFOLLOWAl Viro2020-03-141-6/+4
* step_into() callers: dismiss the symlink earlierAl Viro2020-03-141-3/+7
* lookup_fast(): take mount traversal into callersAl Viro2020-03-141-26/+24
* teach handle_mounts() to handle RCU modeAl Viro2020-03-141-29/+17
* lookup_fast(): consolidate the RCU success caseAl Viro2020-03-141-3/+4
* handle_mounts(): pass dentry in, turn path into a pure out argumentAl Viro2020-03-121-19/+18
* do_last(): collapse the call of path_to_nameidata()Al Viro2020-03-121-3/+4
* lookup_open(): saner calling conventions (return dentry on success)Al Viro2020-03-121-27/+19
* atomic_open(): saner calling conventions (return dentry on success)Al Viro2020-02-271-17/+24
* handle_mounts(): start building a sane wrapper for follow_managed()Al Viro2020-02-271-16/+16
* make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOWAl Viro2020-02-272-11/+8
* follow_automount() doesn't need the entire nameidataAl Viro2020-02-271-5/+5
* follow_automount(): get rid of dead^Wstillborn codeAl Viro2020-02-272-26/+11
* fix automount/automount race properlyAl Viro2020-02-272-32/+37
* do_add_mount(): lift lock_mount/unlock_mount into callersAl Viro2020-02-101-23/+24
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1053-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-051-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-031-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-031-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0349-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-031-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-031-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-109-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405
| * | fs: New zonefs file systemDamien Le Moal2020-02-078-0/+1653
* | | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-101-2/+2
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \
| * | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8
| * | | smb3: print warning once if posix context returned on openSteve French2020-02-072-0/+30
| * | | smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-071-1/+3
| * | | cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-071-1/+2
| * | | cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
| * | | cifs: add SMB3 change notification supportSteve French2020-02-065-0/+87
| * | | cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
| * | | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
| * | | cifs: Add tracepoints for errors on flush or fsyncSteve French2020-02-062-2/+32