1. 4248b0d fs, file table: reinit files_stat.max_files after deferred memory initialisation by Mel Gorman · 9 years ago
  2. ee296d7 locks: inline posix_lock_file_wait and flock_lock_file_wait by Jeff Layton · 9 years ago
  3. 29d01b2 locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait by Jeff Layton · 9 years ago
  4. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  6. fbabfd0 fs: Add helper functions for permanently empty directories. by Eric W. Biederman · 9 years ago
  7. 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
  8. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  9. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  10. 45f147a fs: Call security_ops->inode_killpriv on truncate by Jan Kara · 9 years ago
  11. dbfae0c fs: Provide function telling whether file_remove_privs() will do anything by Jan Kara · 9 years ago
  12. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  13. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  14. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  15. 46b15ca vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB by Tejun Heo · 9 years ago
  16. ce5c5d5 dax: expose __dax_fault for filesystems with locking constraints by Dave Chinner · 9 years ago
  17. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  18. 682aa8e writeback: implement unlocked_inode_to_wb transaction and use it for stat updates by Tejun Heo · 9 years ago
  19. 2a81490 writeback: implement foreign cgroup inode detection by Tejun Heo · 9 years ago
  20. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  21. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 9 years ago
  22. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 9 years ago
  23. be32417 block: export blkdev_reread_part() and __blkdev_reread_part() by Jarod Wilson · 9 years ago
  24. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  25. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 9 years ago
  26. 1b852bc mnt: Refactor the logic for mounting sysfs and proc in a user namespace by Eric W. Biederman · 9 years ago
  27. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  28. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  29. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  30. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  31. 61ba64f libfs: simple_follow_link() by Al Viro · 9 years ago
  32. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  33. ac74d8d fix I_DIO_WAKEUP definition by Eric Sandeen · 9 years ago
  34. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  35. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  36. 6c8c903 proc: show locks in /proc/pid/fdinfo/X by Andrey Vagin · 9 years ago
  37. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  38. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  39. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  40. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  41. f2b91d8 vfs: delete vfs_readdir function declaration by Zhang Zhen · 9 years ago
  42. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  43. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  44. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  45. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  46. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  47. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  48. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  49. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  50. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  51. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  52. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  53. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 9 years ago
  54. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  55. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  56. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  57. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  58. fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
  59. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  60. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 9 years ago
  61. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  62. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  63. a2f4870 fs: make sure the timestamps for lazytime inodes eventually get written by Theodore Ts'o · 9 years ago
  64. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  65. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  68. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 10 years ago
  69. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  70. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  71. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
  72. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
  73. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
  74. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  75. fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 10 years ago
  76. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
  77. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  78. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  79. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  80. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  81. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  82. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 10 years ago
  83. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  84. c8d78c1 mm: replace remap_file_pages() syscall with emulation by Kirill A. Shutemov · 10 years ago
  85. fe032c4 vfs: add find_inode_nowait() function by Theodore Ts'o · 10 years ago
  86. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  87. 11afe9f fs: add FL_LAYOUT lease type by Christoph Hellwig · 10 years ago
  88. 15d0f5e Make super_blocks and sb_lock static by Al Viro · 10 years ago
  89. dbe4e19 fs: add vfs_iter_{read,write} helpers by Christoph Hellwig · 10 years ago
  90. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 10 years ago
  91. 8116bf4 locks: update comments that refer to inode->i_flock by Jeff Layton · 10 years ago
  92. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  93. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  94. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  95. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 10 years ago
  96. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  97. a7231a9 locks: remove i_flock field from struct inode by Jeff Layton · 10 years ago
  98. 8634b51 locks: convert lease handling to file_lock_context by Jeff Layton · 10 years ago
  99. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  100. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 10 years ago