1. 186c585 cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) by Al Viro · 6 years ago
  2. 6194fba cachefiles: Wait rather than BUG'ing on "Unexpected object collision" by Kiran Kumar Modukuri · 6 years ago
  3. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  6. a818101 cachefiles: Fix attempt to read i_blocks after deleting file [ver #2] by David Howells · 8 years ago
  7. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  8. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  9. db20a89 cachefiles: Fix race between inactivating and culling a cache object by David Howells · 8 years ago
  10. a5b3a80 CacheFiles: Provide read-and-reset release counters for cachefilesd by David Howells · 8 years ago
  11. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  12. 95201a4 cachefiles: perform test on s_blocksize when opening cache file. by NeilBrown · 9 years ago
  13. 8ea3a7c Merge branch 'fscache-fixes' into for-next by Al Viro · 9 years ago
  14. 466b77b VFS: fs/cachefiles: d_backing_inode() annotations by David Howells · 9 years ago
  15. 5153bc8 VFS: Cachefiles should perform fs modifications on the top layer only by David Howells · 9 years ago
  16. 182d919 FS-Cache: Count culled objects and objects rejected due to lack of space by David Howells · 9 years ago
  17. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 9 years ago
  18. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  19. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  20. a30efe2 CacheFiles: Fix incorrect test for in-memory object collision by David Howells · 10 years ago
  21. 6ff66ac fs/cachefiles: add missing \n to kerror conversions by Fabian Frederick · 10 years ago
  22. e2cf1f1 CacheFiles: Handle rename2 by David Howells · 10 years ago
  23. 0227d6ab fs/cachefiles: replace kerror by pr_err by Fabian Frederick · 10 years ago
  24. 4e1eb88 FS/CACHEFILES: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  25. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  26. 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 10 years ago
  27. 0b3974e security: add flags to rename hooks by Miklos Szeredi · 10 years ago
  28. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  29. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  30. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  31. 509bf24 CacheFiles: Don't try to dump the index key if the cookie has been cleared by David Howells · 11 years ago
  32. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 11 years ago
  33. 493f7bc FS-Cache: Wrap checks on object state by David Howells · 11 years ago
  34. 6bd5e82 CacheFiles: name i_mutex lock class explicitly by J. Bruce Fields · 11 years ago
  35. c2d35bf FS-Cache: Don't mask off the object event mask when printing it by David Howells · 11 years ago
  36. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  37. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  38. 8214044 CacheFiles: Add calls to path-based security hooks by David Howells · 13 years ago
  39. 8b8edef fscache: convert object to use workqueue instead of slow-work by Tejun Heo · 14 years ago
  40. c61ea31 CacheFiles: Fix occasional EIO on call to vfs_unlink() by David Howells · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  42. 8f9941a CacheFiles: Fix a race in cachefiles_delete_object() vs rename by David Howells · 14 years ago
  43. fee096d CacheFiles: Catch an overly long wait for an old active object by David Howells · 15 years ago
  44. d0e27b7 CacheFiles: Better showing of debugging information in active object problems by David Howells · 15 years ago
  45. 6511de3 CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy by David Howells · 15 years ago
  46. 9ae326a CacheFiles: A cache that backs onto a mounted filesystem by David Howells · 15 years ago