1. bc39bda fs: sdcardfs: Add missing option to show_options by Daniel Rosenberg · 5 years ago
  2. b315cf1 ANDROID: sdcardfs: Add option to not link obb by Daniel Rosenberg · 6 years ago
  3. 17fbb3f ANDROID: sdcardfs: Add sandbox by Daniel Rosenberg · 6 years ago
  4. 0b9f601 ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro by Daniel Rosenberg · 6 years ago
  5. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  6. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  7. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  8. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  9. 4c97a40 ANDROID: sdcardfs: Change current->fs under lock by Daniel Rosenberg · 6 years ago
  10. 49ca11d ANDROID: sdcardfs: fix potential crash when reserved_mb is not zero by Lianjun Huang · 6 years ago
  11. 0368080 ANDROID: sdcardfs: Don't d_drop in d_revalidate by Daniel Rosenberg · 6 years ago
  12. 0f0c980 ANDROID: sdcardfs: Set s_root to NULL after putting by Daniel Rosenberg · 6 years ago
  13. 5ae351e ANDROID: sdcardfs: d_make_root calls iput by Daniel Rosenberg · 6 years ago
  14. ff80533 ANDROID: sdcardfs: Check for private data earlier by Daniel Rosenberg · 6 years ago
  15. dbd58bd ANDROID: sdcardfs: Fix sdcardfs to stop creating cases-sensitive duplicate entries. by Ritesh Harjani · 6 years ago
  16. 7d0e3e9 ANDROID: sdcardfs: Set num in extension_details during make_item by Ritesh Harjani · 7 years ago
  17. 690f288 ANDROID: sdcardfs: Hold i_mutex for i_size_write by Daniel Rosenberg · 6 years ago
  18. dc2e381 ANDROID: sdcardfs: Protect set_top by Daniel Rosenberg · 7 years ago
  19. 4a65a16 Revert "ANDROID: sdcardfs: notify lower file of opens" by Daniel Rosenberg · 7 years ago
  20. ba62cd9 ANDROID: sdcardfs: Use lower getattr times/size by Daniel Rosenberg · 7 years ago
  21. c6952aa ANDROID: xattr: Pass EOPNOTSUPP to permission2 by Daniel Rosenberg · 7 years ago
  22. c99c82d ANDROID: sdcardfs: Move default_normal to superblock by Daniel Rosenberg · 7 years ago
  23. 4a66373 ANDROID: sdcardfs: Fix missing break on default_normal by Daniel Rosenberg · 7 years ago
  24. ad92161 ANDROID: sdcardfs: Add default_normal option by Daniel Rosenberg · 7 years ago
  25. adb6505 ANDROID: sdcardfs: notify lower file of opens by Daniel Rosenberg · 7 years ago
  26. 365c70c sdcardfs: fix space leak by Andrea Arcangeli · 7 years ago
  27. a4aec0d sdcardfs: minor fixes by Andrea Arcangeli · 7 years ago
  28. 5e12285 sdcardfs: Backport and use some 3.10 hlist/hash macros by Paul Keith · 7 years ago
  29. a0dfb93 ANDROID: sdcardfs: Add missing break by Daniel Rosenberg · 7 years ago
  30. 36ae01f ANDROID: Sdcardfs: Move gid derivation under flag by Daniel Rosenberg · 7 years ago
  31. ba32e49 ANDROID: sdcardfs: override credential for ioctl to lower fs by Jaegeuk Kim · 7 years ago
  32. 368928f sdcardfs: limit stacking depth by Andrew Chant · 8 years ago
  33. 6b47f9c ANDROID: sdcardfs: Remove unnecessary lock by Daniel Rosenberg · 7 years ago
  34. 32e4be7 ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb by Gao Xiang · 7 years ago
  35. 329fe70 ANDROID: sdcardfs: remove dead function open_flags_to_access_mode() by Greg Hackmann · 7 years ago
  36. d14af5a ANDROID: sdcardfs: d_splice_alias can return error values by Daniel Rosenberg · 7 years ago
  37. 9d58aa9 ANDROID: sdcardfs: Check for NULL in revalidate by Daniel Rosenberg · 7 years ago
  38. d81b8fb ANDROID: sdcardfs: Add linux/kref.h include by Dmitry Shmidt · 7 years ago
  39. ed4e253 ANDROID: sdcardfs: Move top to its own struct by Daniel Rosenberg · 7 years ago
  40. f56b230 ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach by Gao Xiang · 7 years ago
  41. 1cb546b ANDROID: sdcardfs: Don't iput if we didn't igrab by Daniel Roseberg · 7 years ago
  42. 1fbc845 ANDROID: sdcardfs: Call lower fs's revalidate by Daniel Rosenberg · 7 years ago
  43. 1e77d79 ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges by Daniel Rosenberg · 7 years ago
  44. 6248a70 ANDROID: sdcardfs: Use filesystem specific hash by Daniel Rosenberg · 7 years ago
  45. 19bfc6e Android: sdcardfs: Don't complain in fixup_lower_ownership by Daniel Rosenberg · 7 years ago
  46. 4a109de Android: sdcardfs: Don't do d_add for lower fs by Daniel Rosenberg · 7 years ago
  47. dc4c3fc ANDROID: sdcardfs: ->iget fixes by Daniel Rosenberg · 7 years ago
  48. e775a0a Android: sdcardfs: Change cache GID value by Daniel Rosenberg · 7 years ago
  49. 23f2151 ANDROID: sdcardfs: Directly pass lower file for mmap by Daniel Rosenberg · 7 years ago
  50. e44fae4 ANDROID: sdcardfs: update module info by Daniel Rosenberg · 7 years ago
  51. d96de667 ANDROID: sdcardfs: use d_splice_alias by Daniel Rosenberg · 7 years ago
  52. 2d6d1b6 ANDROID: sdcardfs: fix ->llseek to update upper and lower offset by Daniel Rosenberg · 7 years ago
  53. 893f3af ANDROID: sdcardfs: copy lower inode attributes in ->ioctl by Daniel Rosenberg · 7 years ago
  54. f7e8a47 ANDROID: sdcardfs: remove unnecessary call to do_munmap by Daniel Rosenberg · 7 years ago
  55. 90002d7 ANDROID: sdcardfs: Fix style issues in macros by Daniel Rosenberg · 7 years ago
  56. 7dc5fad ANDROID: sdcardfs: Use seq_puts over seq_printf by Daniel Rosenberg · 7 years ago
  57. d516924 ANDROID: sdcardfs: Use to kstrout by Daniel Rosenberg · 7 years ago
  58. 720f857 ANDROID: sdcardfs: Use pr_[...] instead of printk by Daniel Rosenberg · 7 years ago
  59. 9189ad7 ANDROID: sdcardfs: remove unneeded null check by Daniel Rosenberg · 7 years ago
  60. 0eacfdd ANDROID: sdcardfs: Fix style issues with comments by Daniel Rosenberg · 7 years ago
  61. beb0030 ANDROID: sdcardfs: Fix formatting by Daniel Rosenberg · 7 years ago
  62. 6b35093 ANDROID: sdcardfs: correct order of descriptors by Daniel Rosenberg · 7 years ago
  63. c2a8435 ANDROID: sdcardfs: Fix gid issue by Daniel Rosenberg · 7 years ago
  64. 8a381e6 ANDROID: sdcardfs: Use tabs instead of spaces in multiuser.h by Daniel Rosenberg · 7 years ago
  65. d6fd88e ANDROID: sdcardfs: Remove uninformative prints by Daniel Rosenberg · 7 years ago
  66. f60ac80 ANDROID: sdcardfs: move path_put outside of spinlock by Daniel Rosenberg · 7 years ago
  67. 936efc0 ANDROID: sdcardfs: Use case insensitive hash function by Daniel Rosenberg · 7 years ago
  68. a2dde41 ANDROID: sdcardfs: declare MODULE_ALIAS_FS by Daniel Rosenberg · 7 years ago
  69. a2a9526 ANDROID: sdcardfs: Get the blocksize from the lower fs by Daniel Rosenberg · 7 years ago
  70. 90edd8f ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve by Daniel Rosenberg · 7 years ago
  71. 47b534f ANDROID: sdcardfs: Switch to internal case insensitive compare by Daniel Rosenberg · 7 years ago
  72. ed23d9e ANDROID: sdcardfs: Use spin_lock_nested by Daniel Rosenberg · 7 years ago
  73. f060574 ANDROID: sdcardfs: Replace get/put with d_lock by Daniel Rosenberg · 7 years ago
  74. eddd76c ANDROID: sdcardfs: rate limit warning print by Daniel Rosenberg · 7 years ago
  75. 685618b ANDROID: sdcardfs: support direct-IO (DIO) operations by Daniel Rosenberg · 7 years ago
  76. 675b516 ANDROID: sdcardfs: implement vm_ops->page_mkwrite by Daniel Rosenberg · 7 years ago
  77. 480bff5 ANDROID: sdcardfs: Don't bother deleting freelist by Daniel Rosenberg · 7 years ago
  78. 693a912 ANDROID: sdcardfs: Add missing path_put by Daniel Rosenberg · 7 years ago
  79. 053c347 ANDROID: sdcardfs: Fix incorrect hash by Daniel Rosenberg · 7 years ago
  80. 2d336b6 ANDROID: sdcardfs: Switch strcasecmp for internal call by Daniel Rosenberg · 8 years ago
  81. c6a22d9 ANDROID: sdcardfs: switch to full_name_hash and qstr by Daniel Rosenberg · 8 years ago
  82. b7c13d8 ANDROID: sdcardfs: Add GID Derivation to sdcardfs by Daniel Rosenberg · 8 years ago
  83. 8efba53 ANDROID: sdcardfs: Remove redundant operation by Daniel Rosenberg · 8 years ago
  84. 6a7ea01 ANDROID: sdcardfs: add support for user permission isolation by Daniel Rosenberg · 8 years ago
  85. fe63c8c ANDROID: sdcardfs: Refactor configfs interface by Daniel Rosenberg · 8 years ago
  86. 37b443d ANDROID: sdcardfs: Allow non-owners to touch by Daniel Rosenberg · 8 years ago
  87. 6d99054 ANDROID: sdcardfs: Fix locking issue with permision fix up by Daniel Rosenberg · 8 years ago
  88. a95870e sdcardfs: Use per mount permissions by Daniel Rosenberg · 8 years ago
  89. c7bae0d sdcardfs: Add gid and mask to private mount data by Daniel Rosenberg · 8 years ago
  90. e78bbb3 sdcardfs: User new permission2 functions by Daniel Rosenberg · 8 years ago
  91. 3240841 ANDROID: sdcardfs: Fix backport issue for 3.10 by Daniel Rosenberg · 8 years ago
  92. 3c10f03 sdcardfs: Move directory unlock before touch by Daniel Rosenberg · 8 years ago
  93. c3c0a31 sdcardfs: fix external storage exporting incorrect uid by alvin_liang · 8 years ago
  94. 3286c8a sdcardfs: Added top to sdcardfs_inode_info by Daniel Rosenberg · 8 years ago
  95. a330694 sdcardfs: Switch package list to RCU by Daniel Rosenberg · 8 years ago
  96. dea7832 sdcardfs: Fix locking for permission fix up by Daniel Rosenberg · 8 years ago
  97. 86120a3 sdcardfs: Check for other cases on path lookup by Daniel Rosenberg · 8 years ago
  98. eb0f439 sdcardfs: override umask on mkdir and create by Daniel Rosenberg · 8 years ago
  99. e6355f1 ANDROID: sdcardfs: fix itnull.cocci warnings by Julia Lawall · 8 years ago
  100. c32c12d sdcardfs: Truncate packages_gid.list on overflow by Daniel Rosenberg · 8 years ago