1. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  2. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 10 years ago
  3. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  4. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  5. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  6. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  7. 61ba64f libfs: simple_follow_link() by Al Viro · 9 years ago
  8. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  9. ac74d8d fix I_DIO_WAKEUP definition by Eric Sandeen · 9 years ago
  10. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  11. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  12. 6c8c903 proc: show locks in /proc/pid/fdinfo/X by Andrey Vagin · 9 years ago
  13. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  14. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  15. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  16. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  17. f2b91d8 vfs: delete vfs_readdir function declaration by Zhang Zhen · 9 years ago
  18. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  19. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  20. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  21. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  22. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  23. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  24. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  25. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  26. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago
  27. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  28. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  29. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 9 years ago
  30. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  31. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  32. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  33. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  34. fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
  35. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  36. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 9 years ago
  37. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  38. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  39. a2f4870 fs: make sure the timestamps for lazytime inodes eventually get written by Theodore Ts'o · 10 years ago
  40. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  41. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  44. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 10 years ago
  45. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  46. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  47. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
  48. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
  49. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
  50. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  51. fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 10 years ago
  52. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
  53. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  54. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  55. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  56. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  57. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  58. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 10 years ago
  59. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  60. c8d78c1 mm: replace remap_file_pages() syscall with emulation by Kirill A. Shutemov · 10 years ago
  61. fe032c4 vfs: add find_inode_nowait() function by Theodore Ts'o · 10 years ago
  62. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  63. 11afe9f fs: add FL_LAYOUT lease type by Christoph Hellwig · 10 years ago
  64. 15d0f5e Make super_blocks and sb_lock static by Al Viro · 10 years ago
  65. dbe4e19 fs: add vfs_iter_{read,write} helpers by Christoph Hellwig · 10 years ago
  66. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 10 years ago
  67. 8116bf4 locks: update comments that refer to inode->i_flock by Jeff Layton · 10 years ago
  68. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  69. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  70. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  71. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 10 years ago
  72. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  73. a7231a9 locks: remove i_flock field from struct inode by Jeff Layton · 10 years ago
  74. 8634b51 locks: convert lease handling to file_lock_context by Jeff Layton · 10 years ago
  75. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  76. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 10 years ago
  77. 6dee60f locks: add new struct list_head to struct file_lock by Jeff Layton · 10 years ago
  78. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  79. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  80. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  81. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  82. 7d22286 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  83. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  84. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  85. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  86. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  87. 8b28f62 mm,fs: introduce helpers around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  88. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  89. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  90. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  91. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  92. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  93. 56429e9b merge nfs bugfixes into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  94. a6aacbd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 10 years ago
  95. 6fb5032 VFS: refactor vfs_read() by Dmitry Kasatkin · 10 years ago
  96. 48b6bca fs: add freeze_super/thaw_super fs hooks by Benjamin Marzinski · 10 years ago
  97. 75cbe70 vfs: Remove i_dquot field from inode by Jan Kara · 10 years ago
  98. 2d0fa46 quota: Use function to provide i_dquot pointers by Jan Kara · 10 years ago
  99. 2c5f648 quota: Allow each filesystem to specify which quota types it supports by Jan Kara · 10 years ago
  100. 72c72bd VFS: Rename do_fallocate() to vfs_fallocate() by Anna Schumaker · 10 years ago