1. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  4. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  6. 80dcc31 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  7. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  8. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  9. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  10. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  11. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  12. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  13. 3013317 gfs2: fix quota refresh race in do_glock() by Abhi Das · 9 years ago
  14. 7b4ddfa gfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  15. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  16. d9be0cd gfs2: allow fallocate to max out quotas/fs efficiently by Abhi Das · 9 years ago
  17. 25435e5 gfs2: allow quota_check and inplace_reserve to return available blocks by Abhi Das · 9 years ago
  18. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 9 years ago
  19. f1ea6f4 GFS2: Move gfs2_file_splice_write outside of #ifdef by Bob Peterson · 9 years ago
  20. f42a69f GFS2: Allocate reservation during splice_write by Bob Peterson · 9 years ago
  21. 932e468 GFS2: gfs2_set_acl(): Cache "no acl" as well by Andreas Gruenbacher · 9 years ago
  22. e54b2e2 gfs2: Convert to using ->get_state callback by Jan Kara · 10 years ago
  23. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  24. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  25. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  26. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  27. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  28. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  29. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  30. b2718bf Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 9 years ago
  31. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  32. 2787020 GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl() by Andrew Elble · 9 years ago
  33. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  34. 7456a37 GFS2: use __vmalloc GFP_NOFS for fs-related allocations. by Oleg Drokin · 9 years ago
  35. 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
  36. 45094a5 GFS2: Eliminate a nonsense goto by Bob Peterson · 10 years ago
  37. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  38. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  39. 3566c96 GFS2: fix sprintf format specifier by alex chen · 10 years ago
  40. 8f6cb40 GFS2: Eliminate __gfs2_glock_remove_from_lru by Bob Peterson · 10 years ago
  41. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  43. ec7d879 GFS2: gfs2_atomic_open(): simplify the use of finish_no_open() by Al Viro · 10 years ago
  44. 9265f1d GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here... by Al Viro · 10 years ago
  45. 3cdcf63 GFS2: use kvfree() instead of open-coding it by Al Viro · 10 years ago
  46. 44bb31b GFS2: gfs2_create_inode(): don't bother with d_splice_alias() by Al Viro · 10 years ago
  47. 571a4b5 GFS2: bugger off early if O_CREAT open finds a directory by Al Viro · 10 years ago
  48. 154e80e4 Merge branch 'for-gfs2' into for-next by Al Viro · 10 years ago
  49. 845409b gfs2_atomic_open(): simplify the use of finish_no_open() by Al Viro · 10 years ago
  50. 81295ce gfs2_create_inode(): don't bother with d_splice_alias() by Al Viro · 10 years ago
  51. 986cdb8 gfs2: bugger off early if O_CREAT open finds a directory by Al Viro · 10 years ago
  52. 30badc9 GFS2: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  53. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  54. 98f1a69 GFS2: Update timestamps on fallocate by Andrew Price · 10 years ago
  55. 1885867 GFS2: Update i_size properly on fallocate by Andrew Price · 10 years ago
  56. 9c9f115 GFS2: Use inode_newsize_ok and get_write_access in fallocate by Andrew Price · 10 years ago
  57. de3b08d gfs2: Set allowed quota types by Jan Kara · 10 years ago
  58. 1a85503 GFS2: If we use up our block reservation, request more next time by Bob Peterson · 10 years ago
  59. 33ad5d5 GFS2: Only increase rs_sizehint by Bob Peterson · 10 years ago
  60. 0e27c18 GFS2: Set of distributed preferences for rgrps by Bob Peterson · 10 years ago
  61. 37975f1 GFS2: directly return gfs2_dir_check() by Fabian Frederick · 10 years ago
  62. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  63. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  64. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  65. 4d93bc3 gfs2_atomic_open(): skip lookups on hashed dentry by Al Viro · 10 years ago
  66. 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 10 years ago
  67. d29c0af GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0) by Fabian Frederick · 10 years ago
  68. d24e056 GFS2: Use gfs2_rbm_incr in rgblk_free by Bob Peterson · 10 years ago
  69. 19aeb5a GFS2: Make rename not save dirent location by Bob Peterson · 10 years ago
  70. 00a158b GFS2: fix bad inode i_goal values during block allocation by Abhi Das · 10 years ago
  71. cfb2f9d GFS2: fix d_splice_alias() misuses by Al Viro · 10 years ago
  72. a937cca GFS2: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  73. 7b7a911 GFS2: Hash the negative dentry during inode lookup by Benjamin Coddington · 10 years ago
  74. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  75. 2ddfbdd GFS2: Request demote when a "try" flock fails by Bob Peterson · 10 years ago
  76. b650738 GFS2: Change maxlen variables to size_t by Bob Peterson · 10 years ago
  77. eaebded GFS2: fs/gfs2/super.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  78. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  79. 27ff6a0 GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  80. 6b49d1d GFS2: memcontrol: Spelling s/invlidate/invalidate/ by Geert Uytterhoeven · 10 years ago
  81. 97a4f1d GFS2: Allow caching of glocks for flock by Bob Peterson · 10 years ago
  82. 5bef3e7 GFS2: Allow flocks to use normal glock dq rather than dq_wait by Bob Peterson · 10 years ago
  83. 6ec43b1 GFS2: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  84. fe0bbd2 GFS2: Use GFP_NOFS when allocating glocks by Steven Whitehouse · 10 years ago
  85. 94a09a3 GFS2: Fix race in glock lru glock disposal by Steven Whitehouse · 10 years ago
  86. 79272b3 GFS2: Only wait for demote when last holder is dequeued by Bob Peterson · 10 years ago
  87. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  88. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  90. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  91. ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 10 years ago
  92. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 10 years ago
  93. 9dd868e GFS2: fs/gfs2/file.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  94. c62baf6 GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  95. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  96. da56e45 gfs2: switch to ->write_iter() by Al Viro · 10 years ago
  97. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  98. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  99. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  100. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago