1. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  2. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  3. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  4. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  5. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  6. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  7. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  8. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  9. 599bd19 fs: don't allow to complete sync iocbs through aio_complete by Christoph Hellwig · 9 years ago
  10. 6d65261 eCryptfs: don't pass fs-specific ioctl commands through by Tyler Hicks · 9 years ago
  11. 2a559a8 eCryptfs: ensure copy to crypt_stat->cipher does not overrun by Colin Ian King · 9 years ago
  12. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  13. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  14. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  15. 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 9 years ago
  16. 9420806 eCryptfs: Remove buggy and unnecessary write in file name decode routine by Michael Halcrow · 10 years ago
  17. b583043 kill f_dentry uses by Al Viro · 10 years ago
  18. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  19. 831115a eCryptfs: Remove unnecessary casts when parsing packet lengths by Tyler Hicks · 10 years ago
  20. 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  21. 332b122 eCryptfs: Force RO mount when encrypted view is enabled by Tyler Hicks · 10 years ago
  22. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  23. eca9fdf Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  24. c2e3f5d ecryptfs: ->f_op is never NULL by Al Viro · 10 years ago
  25. 0f9e2bf ecryptfs: remove unneeded buggy code in ecryptfs_do_create() by Alexey Khoroshilov · 10 years ago
  26. 35425ea ecryptfs: avoid to access NULL pointer when write metadata in xattr by Chao Yu · 10 years ago
  27. 04ec5f5 ecryptfs: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  28. 27199b1 ecryptfs: Remove unnecessary include of syscall.h in keystore.c by Steven Rostedt · 10 years ago
  29. 3db593e fs/ecryptfs/messaging.c: remove null test before kfree by Fabian Frederick · 10 years ago
  30. c4cf3ba ecryptfs: Drop cast by Himangi Saraogi · 10 years ago
  31. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  32. 0279782 ecryptfs: switch to ->read_iter() by Al Viro · 10 years ago
  33. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  34. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  35. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  36. b22e8fe ecryptfs: fix failure handling in ->readlink() by Al Viro · 11 years ago
  37. 9e78d14 Use %pd in eCryptFS by David Howells · 11 years ago
  38. 57498f9 Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  39. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  40. 2000f5b eCryptfs: file->private_data is always valid by Tyler Hicks · 11 years ago
  41. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. bdd3536 ecryptfs: ->f_op is never NULL by Al Viro · 11 years ago
  43. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  44. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  45. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  46. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  47. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  48. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  49. cbe9c08 ecryptfs: ->lower_path.dentry is never NULL by Al Viro · 11 years ago
  50. 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
  51. 2edbfbf ecryptfs: don't leave RCU pathwalk immediately by Al Viro · 11 years ago
  52. 3a93e17 ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_op by Al Viro · 11 years ago
  53. 43b7c6c eCryptfs: fix 32 bit corruption issue by Colin Ian King · 11 years ago
  54. 3edc837 ecryptfs: Fix memory leakage in keystore.c by Geyslan G. Bem · 11 years ago
  55. cb69f36 ecryptfs: avoid ctx initialization race by Kees Cook · 11 years ago
  56. e6cbd6a ecryptfs: remove check for if an array is NULL by Dan Carpenter · 11 years ago
  57. 746919d Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  58. cc18ec3 Use ecryptfs_dentry_to_lower_path in a couple of places by Matthew Wilcox · 11 years ago
  59. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  60. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  61. 2de5f05 [readdir] convert ecryptfs by Al Viro · 11 years ago
  62. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  63. 0df5ed6 eCryptfs: Make extent and scatterlist crypt function parameters similar by Tyler Hicks · 11 years ago
  64. 406c93d eCryptfs: Collapse crypt_page_offset() into crypt_extent() by Tyler Hicks · 11 years ago
  65. d78de61 eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent() by Tyler Hicks · 11 years ago
  66. a8ca90e eCryptfs: Combine page_offset crypto functions by Tyler Hicks · 11 years ago
  67. 00a6994 eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist() by Tyler Hicks · 11 years ago
  68. 9c6043f eCryptfs: Decrypt pages in-place by Tyler Hicks · 11 years ago
  69. 28916d1 eCryptfs: Accept one offset parameter in page offset crypto functions by Tyler Hicks · 11 years ago
  70. 24d1526 eCryptfs: Simplify lower file offset calculation by Tyler Hicks · 11 years ago
  71. 0f89617 eCryptfs: Read/write entire page during page IO by Tyler Hicks · 11 years ago
  72. 12003e5 eCryptfs: Use entire helper page during page crypto operations by Tyler Hicks · 11 years ago
  73. fc8b14d eCryptfs: Cocci spatch "memdup.spatch" by Thomas Meyer · 11 years ago
  74. bc5abcf eCryptfs: Check return of filemap_write_and_wait during fsync by Tyler Hicks · 11 years ago
  75. c15cddd ecryptfs: fixed msync to flush data by Paul Taysom · 11 years ago
  76. 6fad8d0 Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  77. 4dfea4f eCryptfs: Use the ablkcipher crypto API by Tyler Hicks · 11 years ago
  78. 07e0745 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 39dfe6c ecryptfs: don't open-code kernel_read() by Al Viro · 11 years ago
  80. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  81. 52f2199 ecryptfs: close rmmod race by Al Viro · 11 years ago
  82. 7293261 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  83. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  84. 290502b eCryptfs: allow userspace messaging to be disabled by Kees Cook · 11 years ago
  85. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  86. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  87. 1111eae eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid() by Tyler Hicks · 11 years ago
  88. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  89. 7bb307e export kernel_write(), convert open-coded instances by Al Viro · 11 years ago
  90. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  91. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  92. 1101d58 ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check by Tim Gardner · 11 years ago
  93. 3a46741 eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check by Tim Gardner · 11 years ago
  94. a07c48a eCryptfs: remove unneeded checks in virt_to_scatterlist() by Dan Carpenter · 11 years ago
  95. 111d61a eCryptfs: Fix -Wmissing-prototypes warnings by Tyler Hicks · 11 years ago
  96. bbcb03e eCryptfs: Fix -Wunused-but-set-variable warnings by Tyler Hicks · 11 years ago
  97. fa51996 eCryptfs: initialize payload_len in keystore.c by Simon Que · 11 years ago
  98. 336d6d0 fs/ecryptfs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  99. 3702875 fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static by Cong Ding · 12 years ago
  100. 8bbca57 eCryptfs: fix to use list_for_each_entry_safe() when delete items by Wei Yongjun · 12 years ago