1. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  2. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. c8fffa6 vfs: remove stale comment in inode_operations by Ross Zwisler · 9 years ago
  4. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  5. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  6. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  7. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 9 years ago
  8. 616fb38 locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait by Benjamin Coddington · 9 years ago
  9. e55c34a locks: introduce locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  10. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  11. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  13. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  14. 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  15. 061f98e Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next by Al Viro · 9 years ago
  16. c7f5408 inode: rename i_wb_list to i_io_list by Dave Chinner · 10 years ago
  17. e97fedb sync: serialise per-superblock sync operations by Dave Chinner · 10 years ago
  18. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 10 years ago
  19. cbedaac inode: add hlist_fake to avoid the inode hash lock in evict by Josef Bacik · 10 years ago
  20. 8129ed2 change sb_writers to use percpu_rw_semaphore by Oleg Nesterov · 9 years ago
  21. 853b39a shift percpu_counter_destroy() into destroy_super_work() by Oleg Nesterov · 9 years ago
  22. bee9182 introduce __sb_writers_{acquired,release}() helpers by Oleg Nesterov · 9 years ago
  23. c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 9 years ago
  24. 4248b0d fs, file table: reinit files_stat.max_files after deferred memory initialisation by Mel Gorman · 9 years ago
  25. ee296d7 locks: inline posix_lock_file_wait and flock_lock_file_wait by Jeff Layton · 9 years ago
  26. 29d01b2 locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait by Jeff Layton · 9 years ago
  27. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  28. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  29. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  30. fbabfd0 fs: Add helper functions for permanently empty directories. by Eric W. Biederman · 9 years ago
  31. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  32. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  33. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  34. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  35. dbfae0c fs: Provide function telling whether file_remove_privs() will do anything by Jan Kara · 9 years ago
  36. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  37. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  38. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  39. 46b15ca vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB by Tejun Heo · 9 years ago
  40. ce5c5d5 dax: expose __dax_fault for filesystems with locking constraints by Dave Chinner · 9 years ago
  41. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  42. 682aa8e writeback: implement unlocked_inode_to_wb transaction and use it for stat updates by Tejun Heo · 9 years ago
  43. 2a81490 writeback: implement foreign cgroup inode detection by Tejun Heo · 9 years ago
  44. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  45. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 9 years ago
  46. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 9 years ago
  47. be32417 block: export blkdev_reread_part() and __blkdev_reread_part() by Jarod Wilson · 9 years ago
  48. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  49. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 10 years ago
  50. 1b852bc mnt: Refactor the logic for mounting sysfs and proc in a user namespace by Eric W. Biederman · 9 years ago
  51. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  52. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  53. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  54. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  55. 61ba64f libfs: simple_follow_link() by Al Viro · 9 years ago
  56. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  57. ac74d8d fix I_DIO_WAKEUP definition by Eric Sandeen · 9 years ago
  58. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  59. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  60. 6c8c903 proc: show locks in /proc/pid/fdinfo/X by Andrey Vagin · 9 years ago
  61. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  62. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  64. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  65. f2b91d8 vfs: delete vfs_readdir function declaration by Zhang Zhen · 9 years ago
  66. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  67. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  69. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  70. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  71. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  72. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  73. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  74. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago
  75. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  76. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  77. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 9 years ago
  78. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  79. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  80. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  81. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  82. fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
  83. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  84. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 9 years ago
  85. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  86. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  87. a2f4870 fs: make sure the timestamps for lazytime inodes eventually get written by Theodore Ts'o · 10 years ago
  88. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  89. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  90. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  91. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  92. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 10 years ago
  93. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  94. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  95. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
  96. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
  97. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
  98. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  99. fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 10 years ago
  100. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago