Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-14take care to handle NULL ->proc_lseek()Al Viro
2022-07-30proc: add some (hopefully) insightful commentsAlexey Dobriyan
2022-07-18proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song
2021-05-07proc: delete redundant subset=pid checkAlexey Dobriyan
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig
2020-09-04proc: add a read_iter method to proc proc_opsChristoph Hellwig
2020-09-04proc: cleanup the compat vs no compat file opsChristoph Hellwig
2020-09-04proc: remove a level of indentation in proc_get_inodeChristoph Hellwig
2020-06-12proc: Use new_inode not new_inode_pseudoEric W. Biederman
2020-04-22proc: use named enums for better readabilityAlexey Gladkov
2020-04-22proc: use human-readable values for hidepidAlexey Gladkov
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2019-07-17fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan
2019-05-02procfs: switch to ->free_inode()Al Viro
2019-02-28proc: Add fs_context support to procfsDavid Howells
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells
2019-01-05fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan
2018-10-27mm: zero-seek shrinkersJohannes Weiner
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-06-15proc: Make inline name size calculation automaticDavid Howells
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan
2018-02-07proc: spread likely/unlikely a bitAlexey Dobriyan
2018-02-07fs/proc: use __ro_after_initAlexey Dobriyan
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-28fs: annotate ->poll() instancesAl Viro
2017-11-28anntotate the places where ->poll() return values goAl Viro
2017-11-28->poll() methods should return __poll_tAl Viro
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-09fs/proc/inode.c: remove cast from memory allocationTobin C. Harding
2017-02-25procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds