name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/rust/kernel/jump_label.rs
rvalds
AgeCommit message (Expand)Author
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl
2024-11-04rust: add arch_static_branchAlice Ryhl
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2019-05-01jfs: switch to ->free_inode()Al Viro
2019-03-22jfs: fix bogus variable self-initializationArnd Bergmann
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko
2019-01-10jfs: compare old and new mode before setting update_mode flagChengguang Xu
2019-01-10jfs: remove incorrect comment in jfs_superblockDave Kleikamp
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu
2018-09-10jfs: remove quota option from ignore listChengguang Xu
2018-09-06jfs: cache NULL when both default_acl and acl are NULLChengguang Xu
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03jfs: switch to discard_new_inode()Al Viro