#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null ate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/super.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-04-22fs,security: Add sb_delete hookMickaël Salaün
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-06-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-29fs: fix indentation in deactivate_super()Yufen Yu
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig
2020-05-09bdi: simplify bdi_allocChristoph Hellwig
2020-04-28Fix use after free in get_tree_bdev()David Howells