1. 663d34c s390/hypfs: include z/VM guests with access control group set by Vasily Gorbik · 3 years ago
  2. c78d0c7 s390: rename dma section to amode31 by Heiko Carstens · 3 years, 5 months ago
  3. a73de29 s390: replace deprecated CPU-hotplug functions by Sebastian Andrzej Siewior · 3 years, 5 months ago
  4. cf1ffce s390/hypfs: use register pair instead of register asm by Heiko Carstens · 3 years, 6 months ago
  5. 01f224b s390/hypfs: use store_tod_clock_ext() by Heiko Carstens · 3 years, 11 months ago
  6. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  7. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  8. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  9. 8f8d8d1 vfs: Convert hypfs to use the new mount API by David Howells · 6 years ago
  10. b54c64f hypfs: Fix error number left in struct pointer member by David Howells · 6 years ago
  11. 53e5e7a Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  12. 29dfeb0b hypfs: don't bother with d_delete() by Al Viro · 5 years ago
  13. 3f4b04e s390/hypfs: fix a typo in the name of a function by Christophe JAILLET · 5 years ago
  14. a80313f s390/kernel: introduce .dma sections by Gerald Schaefer · 6 years ago
  15. f36108c s390/hypfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  16. c6ac875 s390/hypfs: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  17. 8ef9eda s390/hypfs: do not use stack buffers for hardware data by Martin Schwidefsky · 6 years ago
  18. 9fa6a65 s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZERO by Gustavo A. R. Silva · 6 years ago
  19. 6075e4a s390: hypfs: use ktime_get_seconds() instead of get_seconds() by Arnd Bergmann · 7 years ago
  20. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  21. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  22. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  23. 0d55303 compat: Move compat_timespec/ timeval to compat_time.h by Deepa Dinamani · 7 years ago
  24. a24cd49 hypfs_kill_super(): deal with failed allocations by Al Viro · 7 years ago
  25. 9fa1db4 s390: add a few more SPDX identifiers by Martin Schwidefsky · 7 years ago
  26. fec3720 s390: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  27. 0b73214 s390: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. cee672e s390: hypfs: make inode explicitly non-modular by Paul Gortmaker · 8 years ago
  30. 237d6e6 s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment by Michael Holzheu · 8 years ago
  31. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  32. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  33. e030c11 s390/hypfs: use basic block for diag inline assembly by Heiko Carstens · 9 years ago
  34. 6c22c98 s390: avoid extable collisions by Heiko Carstens · 9 years ago
  35. 022bd2d s390: Make diag224 public by Janosch Frank · 9 years ago
  36. e65f30e s390: hypfs: Move diag implementation and data definitions by Janosch Frank · 9 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  38. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  39. 1ec2772 s390/diag: add a statistic for diagnose calls by Martin Schwidefsky · 9 years ago
  40. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  42. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 10 years ago
  43. dc3f419 make simple_positive() public by Al Viro · 10 years ago
  44. 37c5f6c s390/sclp: unify basic sclp access by exposing "struct sclp" by David Hildenbrand · 10 years ago
  45. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  46. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 10 years ago
  48. bdfa54d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  49. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  50. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  51. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  52. 5a79859a s390: remove 31 bit support by Heiko Carstens · 10 years ago
  53. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  54. a457ac2 hypfs: switch to read_iter/write_iter by Al Viro · 10 years ago
  55. a178220 s390/hypfs: Eliminate hypfs interval by Michael Holzheu · 10 years ago
  56. 34c0dad s390/hypfs: Add diagnose 0c support by Michael Holzheu · 10 years ago
  57. e38f978 s390/timex: fix get_tod_clock_ext() inline assembly by Chen Gang · 10 years ago
  58. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  59. 36a5540 hypfs: Add clarification for "weight_min" attribute by Michael Holzheu · 11 years ago
  60. 07be038 s390/hypfs: add interface for diagnose 0x304 by Martin Schwidefsky · 11 years ago
  61. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  62. a118cfd don't pass superblock to hypfs_{mkdir,create*} by Al Viro · 11 years ago
  63. e334cf4 don't pass superblock to hypfs_diag_create_files by Al Viro · 11 years ago
  64. f78e41e don't pass superblock to hypfs_vm_create_files() by Al Viro · 11 years ago
  65. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  66. 5eba9bb s390/hypfs: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 12 years ago
  67. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  68. 2b55732 s390/hypfs: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  69. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  70. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  71. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  73. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  74. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  75. 3a8ca1b hypfs: ->d_parent is never NULL or negative by Al Viro · 12 years ago
  76. 6a62a21 userns: Convert s390 hypfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  77. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  78. c960bec s390/hypfs: Add missing get_next_ino() by Michael Holzheu · 13 years ago
  79. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  80. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  81. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  82. fec0eba hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREG by Al Viro · 13 years ago
  83. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  84. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  85. dc78610 hypfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  86. dc8a5c9 s390: Convert vmalloc/memset to vzalloc by Joe Perches · 14 years ago
  87. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 14 years ago
  88. 2fcb368 [S390] hypfs: Move buffer allocation from open to read by Michael Holzheu · 14 years ago
  89. f56f440 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  90. 3c8ebca [S390] hypfs: Fix error handling in hypfs_diag initialization by Michael Holzheu · 14 years ago
  91. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  92. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  93. b69257f switch hypfs to ->evict_inode() by Al Viro · 15 years ago
  94. 57b28f6 [S390] s390_hypfs: Add new attributes by Michael Holzheu · 15 years ago
  95. 58ea91c [S390] avoid default_llseek in s390 drivers by Martin Schwidefsky · 15 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  97. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  98. f1771ff Simplify failure exits in s390/hypfs fill_super() by Al Viro · 15 years ago
  99. b8e660b [S390] Replace ENOTSUPP usage with EOPNOTSUPP by Heiko Carstens · 15 years ago
  100. 1d802e2 [S390] Use strim instead of strstrip to avoid false warnings. by Heiko Carstens · 15 years ago