1. da51d39 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  2. 9898cc8 VFS: Fix the banner comment on lookup_open() by David Howells · 12 years ago
  3. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  4. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  5. 292d3af fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 12 years ago
  6. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  7. 61b61da fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 12 years ago
  8. 28ca326 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 12 years ago
  9. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  10. 70806c3 fs/namei.c: get do_last() and friends return int by Al Viro · 12 years ago
  11. 6c47ccc fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 12 years ago
  12. ffb1868 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 12 years ago
  13. c70f498 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 12 years ago
  14. 57fa6ca make finish_no_open() return int by Al Viro · 12 years ago
  15. b2ebdc5 kill struct opendata by Al Viro · 12 years ago
  16. 37132a7 kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  17. c313080 don't modify od->filp at all by Al Viro · 12 years ago
  18. 50ed02d make ->atomic_open() return int by Al Viro · 12 years ago
  19. 8915ef3 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  20. dac29ea ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  21. 87bc217 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  22. d669ac2 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  23. 6bb08a0 nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  24. a364dac nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  25. bfa0937 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  26. 902c6d6 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  27. 1e80e52 nfs: don't open in ->d_revalidate by Miklos Szeredi · 12 years ago
  28. ec95ac3 fuse: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  29. 7dd2d2f cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  30. 2de99c0 vfs: move O_DIRECT check to common code by Miklos Szeredi · 12 years ago
  31. 36c2752 vfs: do_last(): clean up retry by Miklos Szeredi · 12 years ago
  32. d6a4ce3 vfs: do_last(): clean up bool by Miklos Szeredi · 12 years ago
  33. 8d49e6e vfs: do_last(): clean up labels by Miklos Szeredi · 12 years ago
  34. 4233c21 vfs: do_last(): clean up error handling by Miklos Szeredi · 12 years ago
  35. 2f80ad3 vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  36. 48b105f vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  37. 1060664 vfs: lookup_open(): expand lookup_hash() by Miklos Szeredi · 12 years ago
  38. 8632d4d vfs: add lookup_open() by Miklos Szeredi · 12 years ago
  39. 8c27a1e vfs: be even more careful about dentry RCU name lookups by Linus Torvalds · 12 years ago
  40. 6cd1e70 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  41. 3ae62d9 vfs: move dentry name length comparison from dentry_cmp() into callers by Linus Torvalds · 12 years ago
  42. da99237 vfs: do the careful dentry name access for all dentry_cmp cases by Linus Torvalds · 12 years ago
  43. a2ab364 vfs: do_last(): common slow lookup by Miklos Szeredi · 12 years ago
  44. 441a458 vfs: do_last(): separate O_CREAT specific code by Miklos Szeredi · 12 years ago
  45. 513072f vfs: do_last(): inline lookup_slow() by Miklos Szeredi · 12 years ago
  46. 2c4d739 namei.c: let follow_link() do put_link() on failure by Al Viro · 12 years ago
  47. efbfa63 vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
  48. 99ec980 vfs: do_last() common post lookup by Miklos Szeredi · 12 years ago
  49. 60fc85b vfs: do_last(): add audit_inode before open by Miklos Szeredi · 12 years ago
  50. c631721 vfs: do_last(): only return EISDIR for O_CREAT by Miklos Szeredi · 12 years ago
  51. aba9dce vfs: do_last(): check LOOKUP_DIRECTORY by Miklos Szeredi · 12 years ago
  52. 1678506 vfs: do_last(): make ENOENT exit RCU safe by Miklos Szeredi · 12 years ago
  53. 458abf2 vfs: make follow_link check RCU safe by Miklos Szeredi · 12 years ago
  54. 5c7f451 vfs: do_last(): use inode variable by Miklos Szeredi · 12 years ago
  55. a5f84da vfs: do_last(): inline walk_component() by Miklos Szeredi · 12 years ago
  56. 2aabf6d vfs: do_last(): make exit RCU safe by Miklos Szeredi · 12 years ago
  57. db77d76 vfs: split do_lookup() by Miklos Szeredi · 12 years ago
  58. b7d3740d vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  59. 256a73d VFS: clean up and simplify getname_flags() by Linus Torvalds · 12 years ago
  60. b95e212 vfs: Don't allow a user namespace root to make device nodes by Eric W. Biederman · 13 years ago
  61. 141bbc3 vfs: nameidata_to_filp(): don't throw away file on error by Miklos Szeredi · 12 years ago
  62. 092ecbe vfs: nameidata_to_filp(): inline __dentry_open() by Miklos Szeredi · 12 years ago
  63. f3aa868 vfs: do_dentry_open(): don't put filp by Miklos Szeredi · 12 years ago
  64. d061116 vfs: split __dentry_open() by Miklos Szeredi · 12 years ago
  65. cefc92d vfs: canonicalize create mode in build_open_flags() by Miklos Szeredi · 12 years ago
  66. 4c97a40 ANDROID: sdcardfs: Change current->fs under lock by Daniel Rosenberg · 6 years ago
  67. a6d8221 eCryptfs: Invalidate dcache entries when lower i_nlink is zero by Tyler Hicks · 9 years ago
  68. a38e985 NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate by Trond Myklebust · 12 years ago
  69. 443c368 Allow sharing external names after __d_move() by Al Viro · 10 years ago
  70. edb6ff1 new helper: dentry_free() by Al Viro · 10 years ago
  71. 284400a FP2: use lzma to make smaller recovery (and fit twrp) by chrmhoffmann · 6 years ago
  72. e67e2f1 coresight: tmc: Fix the unbalanced lock in tmc_read() by Saranya Chidura · 7 years ago
  73. 7fec3cc coresight: tmc: Fix use after free issue with tmc read by Saranya Chidura · 7 years ago
  74. 42922ea v4l2: Refactor, fix security bug in compat ioctl32 by Daniel Mentz · 7 years ago
  75. e2f0a15 UPSTREAM: ALSA: timer: Call notifier in the same spinlock by Takashi Iwai · 9 years ago
  76. 45eeadd UPSTREAM: ALSA: timer: Fix race between stop and interrupt by Takashi Iwai · 9 years ago
  77. 916a24e UPSTREAM: ALSA: timer: Fix link corruption due to double start or stop by Takashi Iwai · 9 years ago
  78. 0b5da7c UPSTREAM: ALSA: timer: Code cleanup by Takashi Iwai · 9 years ago
  79. 9f87540 BACKPORT: ALSA: timer: Fix race at concurrent reads by Takashi Iwai · 9 years ago
  80. 62bf043 BACKPORT: ALSA: timer: Handle disconnection more safely by Takashi Iwai · 9 years ago
  81. 88c6701 UPSTREAM: ALSA: timer: Fix wrong instance passed to slave callbacks by Takashi Iwai · 9 years ago
  82. abcfd64 KEYS: add missing permission check for request_key() destination by Eric Biggers · 7 years ago
  83. 8ed8e50 KEYS: Don't permit request_key() to construct a new keyring by David Howells · 9 years ago
  84. 1e7c24a KEYS: Fix stale key registration at error path by Takashi Iwai · 10 years ago
  85. 829089b key: Fix resource leak by Alan Cox · 12 years ago
  86. a1d714b Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  87. f60eef7 keys: fix race with concurrent install_user_keyrings() by David Howells · 11 years ago
  88. c1a72df BACKPORT: msm: adsprpc: Use unsigned integer for length values by Dennis Cagle · 6 years ago
  89. 544dcfd BACKPORT: futex: Prevent overflow by strengthen input validation by Li Jinyue · 7 years ago
  90. 5a50667 BACKPORT: futex: Remove requirement for lock_page() in get_futex_key() by Mel Gorman · 9 years ago
  91. 2cf02d4 futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 10 years ago
  92. b579353 futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 10 years ago
  93. 400a14a futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 10 years ago
  94. e94cdf7 rtmutex: Plug slow unlock race by Thomas Gleixner · 10 years ago
  95. 2ea8735 rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 10 years ago
  96. 1fabdbb rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 10 years ago
  97. 12c1ed0 rtmutex: Fix deadlock detector for real by Thomas Gleixner · 10 years ago
  98. aa76baa futex: Make lookup_pi_state more robust by Thomas Gleixner · 10 years ago
  99. 4dddf67 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 10 years ago
  100. 5808c72 futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 10 years ago