summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | don't open-code file_count()Al Viro2019-05-021-1/+1
| * | | | | fs: drop unused fput_atomic definitionLukas Bulwahn2019-04-131-1/+0
* | | | | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-0822-91/+1353
|\ \ \ \ \ \
| * | | | | | vfs: Add a sample program for the new mount APIDavid Howells2019-03-205-7/+153
| * | | | | | vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-205-1/+68
| * | | | | | vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-205-4/+165
| * | | | | | vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-207-1/+338
| * | | | | | vfs: Implement logging through fs_contextDavid Howells2019-03-204-21/+179
| * | | | | | vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-208-2/+118
| * | | | | | Make anon_inodes unconditionalDavid Howells2019-03-2018-27/+1
| * | | | | | teach move_mount(2) to work with OPEN_TREE_CLONEDavid Howells2019-03-201-7/+55
| * | | | | | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-208-32/+130
| * | | | | | vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-209-28/+159
* | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-0825-79/+62
|\ \ \ \ \ \ \
| * | | | | | | audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-295-9/+8
| * | | | | | | audit_update_watch(): switch to const struct qstr *Al Viro2019-04-261-4/+5
| * | | | | | | inotify_handle_event(): don't bother with strlen()Al Viro2019-04-261-1/+1
| * | | | | | | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-269-15/+15
| * | | | | | | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-264-13/+15
| * | | | | | | switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2019-04-263-5/+5
| * | | | | | | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-267-15/+13
| * | | | | | | sysv: bury the broken "quietly truncate the long filenames" logicsAl Viro2019-04-103-21/+0
| * | | | | | | nsfs: unobfuscateAl Viro2019-04-101-13/+10
| * | | | | | | unexport d_alloc_pseudo()Al Viro2019-04-104-2/+9
* | | | | | | | Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0850-295/+1258
|\ \ \ \ \ \ \ \
| * | | | | | | | parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-065-0/+104
| * | | | | | | | parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-061-3/+3
| * | | | | | | | parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-063-6/+6
| * | | | | | | | parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin2019-05-031-9/+10
| * | | | | | | | parisc: Use per-pagetable spinlockMikulas Patocka2019-05-039-49/+108
| * | | | | | | | parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-031-1/+1
| * | | | | | | | parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-031-2/+2
| * | | | | | | | parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-031-3/+3
| * | | | | | | | parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-033-24/+39
| * | | | | | | | parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin2019-05-031-43/+0
| * | | | | | | | parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-036-128/+68
| * | | | | | | | parisc: enable wide mode earlySven Schnelle2019-05-031-0/+13
| * | | | | | | | parisc: update feature listsSven Schnelle2019-05-032-2/+2
| * | | | | | | | parisc: Show n/a if product number not availableHelge Deller2019-05-031-1/+2
| * | | | | | | | parisc: remove unused flags parameter in __patch_text()Sven Schnelle2019-05-031-5/+4
| * | | | | | | | doc: update kprobes supported architecture listSven Schnelle2019-05-032-1/+2
| * | | | | | | | parisc: Implement kretprobesSven Schnelle2019-05-032-1/+110
| * | | | | | | | parisc: remove kprobes.h from generic-ySven Schnelle2019-05-031-1/+0
| * | | | | | | | parisc: Implement kprobesSven Schnelle2019-05-035-0/+254
| * | | | | | | | parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-032-0/+48
| * | | | | | | | parisc: PA-Linux requires at least 32 MB RAMHelge Deller2019-05-031-11/+20
| * | | | | | | | parisc: Skip registering LED when running in QEMUHelge Deller2019-05-031-0/+3
| * | | | | | | | parisc: Tune LASI LAN for QEMUHelge Deller2019-05-031-2/+3
| * | | | | | | | parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
| * | | | | | | | parisc: add KGDB supportSven Schnelle2019-05-035-0/+296