summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-11-09Merge tag 'io_uring-5.16-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang
2021-11-09coda: bump module version to 7.2Jan Harkes
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes
2021-11-09coda: avoid hidden code duplication in renameJan Harkes
2021-11-09coda: avoid flagging NULL inodesJan Harkes
2021-11-09coda: remove err which no one careAlex Shi
2021-11-09coda: check for async upcall request using local stateJan Harkes
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes
2021-11-09ramfs: fix mount source show for ramfsyangerkun
2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan
2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim
2021-11-09btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-11-08io_uring: honour zeroes as io-wq worker limitsPavel Begunkov
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques
2021-11-08ceph: return the real size read when it hits EOFXiubo Li
2021-11-08ceph: properly handle statfs on multifs setupsJeff Layton
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR
2021-11-08ceph: just use ci->i_version for fscache aux infoJeff Layton
2021-11-08ceph: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton