Age | Commit message (Expand) | Author |
2021-11-09 | Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-11-09 | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux | Linus Torvalds |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | sysv: use BUILD_BUG_ON instead of runtime check | Pavel Skripkin |
2021-11-09 | seq_file: move seq_escape() to a header | Andy Shevchenko |
2021-11-09 | hfs/hfsplus: use WARN_ON for sanity check | Arnd Bergmann |
2021-11-09 | nilfs2: remove filenames from file comments | Ryusuke Konishi |
2021-11-09 | nilfs2: replace snprintf in show functions with sysfs_emit | Qing Wang |
2021-11-09 | coda: bump module version to 7.2 | Jan Harkes |
2021-11-09 | coda: use vmemdup_user to replace the open code | Jing Yangyang |
2021-11-09 | coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt | Xiyu Yang |
2021-11-09 | coda: avoid doing bad things on inode type changes during revalidation | Jan Harkes |
2021-11-09 | coda: avoid hidden code duplication in rename | Jan Harkes |
2021-11-09 | coda: avoid flagging NULL inodes | Jan Harkes |
2021-11-09 | coda: remove err which no one care | Alex Shi |
2021-11-09 | coda: check for async upcall request using local state | Jan Harkes |
2021-11-09 | coda: avoid NULL pointer dereference from a bad inode | Jan Harkes |
2021-11-09 | ramfs: fix mount source show for ramfs | yangerkun |
2021-11-09 | ELF: simplify STACK_ALLOC macro | Alexey Dobriyan |
2021-11-09 | binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE | Kees Cook |
2021-11-09 | proc: allow pid_revalidate() during LOOKUP_RCU | Stephen Brennan |
2021-11-09 | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks | David Hildenbrand |
2021-11-09 | proc/vmcore: let pfn_is_ram() return a bool | David Hildenbrand |
2021-11-09 | procfs: do not list TID 0 in /proc/<pid>/task | Florian Weimer |
2021-11-09 | mm,hugetlb: remove mlock ulimit for SHM_HUGETLB | zhangyiru |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner |
2021-11-09 | f2fs: fix UAF in f2fs_available_free_memory | Dongliang Mu |
2021-11-09 | f2fs: invalidate META_MAPPING before IPU/DIO write | Hyeong-Jun Kim |
2021-11-09 | btrfs: fix deadlock due to page faults during direct IO reads and writes | Filipe Manana |
2021-11-08 | lib: zstd: Add kernel-specific API | Nick Terrell |
2021-11-08 | cifs: send workstation name during ntlmssp session setup | Shyam Prasad N |
2021-11-08 | io_uring: honour zeroes as io-wq worker limits | Pavel Begunkov |
2021-11-08 | ceph: add a new metric to keep track of remote object copies | Luís Henriques |
2021-11-08 | libceph, ceph: move ceph_osdc_copy_from() into cephfs code | Luís Henriques |
2021-11-08 | ceph: clean-up metrics data structures to reduce code duplication | Luís Henriques |
2021-11-08 | ceph: split 'metric' debugfs file into several files | Luís Henriques |
2021-11-08 | ceph: return the real size read when it hits EOF | Xiubo Li |
2021-11-08 | ceph: properly handle statfs on multifs setups | Jeff Layton |
2021-11-08 | ceph: shut down mount on bad mdsmap or fsmap decode | Jeff Layton |
2021-11-08 | ceph: fix mdsmap decode when there are MDS's beyond max_mds | Xiubo Li |
2021-11-08 | ceph: ignore the truncate when size won't change with Fx caps issued | Xiubo Li |
2021-11-08 | ceph: don't rely on error_string to validate blocklisted session. | Kotresh HR |
2021-11-08 | ceph: just use ci->i_version for fscache aux info | Jeff Layton |
2021-11-08 | ceph: shut down access to inode when async create fails | Jeff Layton |
2021-11-08 | ceph: refactor remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: fix auth cap handling logic in remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: drop private list from remove_session_caps_cb | Jeff Layton |
2021-11-08 | ceph: don't use -ESTALE as special return code in try_get_cap_refs | Jeff Layton |
2021-11-08 | ceph: print inode numbers instead of pointer values | Jeff Layton |
2021-11-08 | ceph: enable async dirops by default | Jeff Layton |