1. 364595a fs: consolidate duplicate dt_type helpers by Jeff Layton · 1 year, 9 months ago
  2. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years ago
  3. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
  4. 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years ago
  5. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
  6. c65234b configfs: fix possible memory leak in configfs_create_dir() by Chen Zhongjin · 2 years, 2 months ago
  7. 84ec758 configfs: fix a race in configfs_{,un}register_subsystem() by ChenXiaoSong · 2 years, 10 months ago
  8. 29044da fsnotify: fix fsnotify hooks in pseudo filesystems by Amir Goldstein · 2 years, 11 months ago
  9. c42dd06 configfs: fix a race in configfs_lookup() by Sishuai Gong · 3 years, 4 months ago
  10. d07f132 configfs: fold configfs_attach_attr into configfs_lookup by Christoph Hellwig · 3 years, 4 months ago
  11. 899587c configfs: simplify the configfs_dirent_is_ready by Christoph Hellwig · 3 years, 4 months ago
  12. 417b962 configfs: return -ENAMETOOLONG earlier in configfs_lookup by Christoph Hellwig · 3 years, 4 months ago
  13. 769f526 configfs: restore the kernel v5.13 text attribute write behavior by Bart Van Assche · 3 years, 5 months ago
  14. 420405e configfs: fix the read and write iterators by Bart Van Assche · 3 years, 5 months ago
  15. ced4cca Merge tag 'configfs-5.13' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 3 years, 6 months ago
  16. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 6 months ago
  17. c886fa3 configfs: simplify configfs_release_bin_file by Christoph Hellwig · 3 years, 6 months ago
  18. 3c252b0 configfs: fix memleak in configfs_release_bin_file by Chung-Chiang Cheng · 3 years, 6 months ago
  19. 7fe1e79 configfs: implement the .read_iter and .write_iter methods by Bart Van Assche · 3 years, 7 months ago
  20. 44b9a00 configfs: drop pointless kerneldoc comments by Christoph Hellwig · 3 years, 7 months ago
  21. dd33f1f configfs: fix the kerneldoc comment for configfs_create_bin_file by Bart Van Assche · 3 years, 7 months ago
  22. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  23. 14fbbc8 configfs: fix a use-after-free in __configfs_open_file by Daiyue Zhang · 3 years, 10 months ago
  24. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  25. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  26. 65cdb4a configfs: fix kernel-doc markup issue by Alex Shi · 4 years, 1 month ago
  27. ce9bebe fs: configfs: delete repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  28. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  29. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  30. 9826499 docs: filesystems: convert configfs.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  31. 8aebfff configfs: fix config_item refcnt leak in configfs_rmdir() by Xiyu Yang · 4 years, 8 months ago
  32. eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
  33. e2f238f configfs: calculate the depth of parent item by Honggang Li · 5 years ago
  34. c9fe563 Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 5 years ago
  35. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  36. e9c03af configfs: calculate the symlink target only once by Al Viro · 5 years ago
  37. 2743c51 configfs: make configfs_create() return inode by Al Viro · 5 years ago
  38. 1cf7a00 configfs: factor dirent removal into helpers by Christoph Hellwig · 5 years ago
  39. 351e5d8 configfs: fix a deadlock in configfs_symlink() by Al Viro · 5 years ago
  40. b0841ee configfs: provide exclusion between IO and removals by Al Viro · 5 years ago
  41. 47320fb configfs: new object reprsenting tree fragments by Al Viro · 5 years ago
  42. f19e4ed configfs_register_group() shouldn't be (and isn't) called in rmdirable parts by Al Viro · 5 years ago
  43. ff4dd08 configfs: stash the data we need into configfs_buffer at open time by Al Viro · 5 years ago
  44. 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
  45. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  46. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  47. 6bc62f2 vfs: Convert configfs to use the new mount API by David Howells · 6 years ago
  48. 6146e78 configfs: call fsnotify_rmdir() hook by Amir Goldstein · 6 years ago
  49. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  50. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  51. f6122ed configfs: Fix use-after-free when accessing sd->s_dentry by Sahitya Tummala · 6 years ago
  52. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  53. 4e785e8 Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 6 years ago
  54. 35399f8 configfs: fix possible use-after-free in configfs_register_group by YueHaibing · 6 years ago
  55. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  56. cc57c07 configfs: fix registered group removal by Mike Christie · 6 years ago
  57. 1823342 configfs: replace strncpy with memcpy by Guenter Roeck · 6 years ago
  58. 707c623 configfs: use kvasprintf() instead of open-coding it by Bart Van Assche · 7 years ago
  59. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  60. aa29358 configfs: make ci_type field, some pointers and function arguments const by Bhumika Goyal · 7 years ago
  61. 3f6928c configfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  62. 19e72d3 configfs: Introduce config_item_get_unless_zero() by Bart Van Assche · 8 years ago
  63. ba80aa9 configfs: Fix race between create_link and configfs_rmdir by Nicholas Bellinger · 8 years ago
  64. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  65. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  66. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  67. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  68. 42857cf configfs: Return -EFBIG from configfs_write_bin_file. by Phil Turnbull · 8 years ago
  69. 3dc3afa configfs: don't set buffer_needs_fill to zero if show() returns error by Tal Shorer · 8 years ago
  70. f860898 configfs: Remove ppos increment in configfs_write_bin_file by Marek Vasut · 9 years ago
  71. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 9 years ago
  72. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
  73. 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 9 years ago
  74. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  75. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  76. 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 9 years ago
  77. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  78. b1f1a29 configfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
  79. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  80. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  81. 420d12d Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  82. 03607ac configfs: implement binary attributes by Pantelis Antoniou · 9 years ago
  83. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  84. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  85. d79d75b fs: configfs: Add unlocked version of configfs_depend_item() by Krzysztof Opasiak · 9 years ago
  86. 9a70adf fs: configfs: Factor out configfs_find_subsys_dentry() by Krzysztof Opasiak · 9 years ago
  87. 9fb434e fs: configfs: Factor out configfs_do_depend_item() by Krzysztof Opasiak · 9 years ago
  88. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  89. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  90. 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
  91. 5179822 configfs: remove old API by Christoph Hellwig · 9 years ago
  92. 870823e configfs: add show and store methods to struct configfs_attribute by Christoph Hellwig · 9 years ago
  93. 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 9 years ago
  94. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  95. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  96. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 10 years ago
  97. 5286d20 configfs: unexport/make static config_item_init() by Fabian Frederick · 9 years ago
  98. dc3f419 make simple_positive() public by Al Viro · 10 years ago
  99. ecc087f new helper: free_page_put_link() by Al Viro · 10 years ago
  100. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago