1. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  2. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  3. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 10 years ago
  4. 619d30b convert the guts of nfs_direct_IO() to iov_iter by Al Viro · 10 years ago
  5. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  6. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  7. 0ae5e4d __btrfs_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  8. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  9. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  10. f6c0a19 fs/file.c: don't open-code kvfree() by Al Viro · 10 years ago
  11. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 10 years ago
  12. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 10 years ago
  13. 16da167 reiserfs: cleanup, remove unnecessary parens in dirent creation by Jeff Mahoney · 10 years ago
  14. b491dd1 reiserfs: cleanup, remove blocks arg from journal_join by Jeff Mahoney · 10 years ago
  15. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 10 years ago
  16. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 10 years ago
  17. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 10 years ago
  18. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 10 years ago
  19. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 10 years ago
  20. 797d901 reiserfs: use per-fs commit workqueues by Jeff Mahoney · 10 years ago
  21. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  22. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  23. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 10 years ago
  24. 6b6751f autofs: fix lockref lookup by Ian Kent · 10 years ago
  25. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago
  26. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 10 years ago
  28. 4cb57e3 NFSd: call rpc_destroy_wait_queue() from free_client() by Trond Myklebust · 10 years ago
  29. 5694c93 NFSd: Move default initialisers from create_client() to alloc_client() by Trond Myklebust · 10 years ago
  30. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  31. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  32. 8275cdd xfs: remote attribute overwrite causes transaction overrun by Dave Chinner · 10 years ago
  33. d540e43 xfs: initialize default acls for ->tmpfile() by Brian Foster · 10 years ago
  34. b28fd7b xfs: Fix wrong error codes being returned by From: Tuomas Tynkkynen · 10 years ago
  35. 3c3533757 xfs: remove dquot hints by Dave Chinner · 10 years ago
  36. f58522c xfs: bulletfproof xfs_qm_scall_trunc_qfiles() by Eric Sandeen · 10 years ago
  37. 9da93f9 xfs: fix Q_XQUOTARM ioctl by Eric Sandeen · 10 years ago
  38. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 10 years ago
  39. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 10 years ago
  40. 60942f2 dcache: don't need rcu in shrink_dentry_list() by Miklos Szeredi · 10 years ago
  41. 9c8c10e more graceful recovery in umount_collect() by Al Viro · 10 years ago
  42. fe91522 don't remove from shrink list in select_collect() by Al Viro · 10 years ago
  43. 98794f9 Merge git://git.kvack.org/~bcrl/aio-fixes by Linus Torvalds · 10 years ago
  44. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 10 years ago
  45. 754320d aio: fix potential leak in aio_run_iocb(). by Leon Yu · 10 years ago
  46. 01b6035 expand the call of dentry_lru_del() in dentry_kill() by Al Viro · 10 years ago
  47. b4f0354 new helper: dentry_free() by Al Viro · 10 years ago
  48. 5c47e6d fold try_prune_one_dentry() by Al Viro · 10 years ago
  49. 03b3b88 fold d_kill() and d_free() by Al Viro · 10 years ago
  50. fa88b6f aio: cleanup: flatten kill_ioctx() by Benjamin LaHaise · 10 years ago
  51. fb2d448 aio: report error from io_destroy() when threads race in io_destroy() by Benjamin LaHaise · 10 years ago
  52. 3bd5814 ceph: reserve caps for file layout/lock MDS requests by Yan, Zheng · 10 years ago
  53. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 10 years ago
  54. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 10 years ago
  55. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 10 years ago
  56. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 10 years ago
  57. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 10 years ago
  58. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 10 years ago
  59. 3ad22c6 fuse: clear FUSE_I_CTIME_DIRTY flag on setattr by Maxim Patlasov · 10 years ago
  60. 31f3267 fuse: trust kernel i_ctime only by Maxim Patlasov · 10 years ago
  61. 8b47e73 fuse: remove .update_time by Miklos Szeredi · 10 years ago
  62. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 10 years ago
  63. e27c9d3 fuse: fuse: add time_gran to INIT_OUT by Miklos Szeredi · 10 years ago
  64. 1e18bda fuse: add .write_inode by Miklos Szeredi · 10 years ago
  65. 22401e7 fuse: clean up fsync by Miklos Szeredi · 10 years ago
  66. 93d2269 fuse: fuse: fallocate: use file_update_time() by Miklos Szeredi · 10 years ago
  67. 75caeec fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode by Maxim Patlasov · 10 years ago
  68. 009dd69 fuse: update mtime on truncate(2) by Maxim Patlasov · 10 years ago
  69. d31433c fuse: do not use uninitialized i_mode by Maxim Patlasov · 10 years ago
  70. aeb4eb6 fuse: fix mtime update error in fsync by Miklos Szeredi · 10 years ago
  71. 4adb830 fuse: check fallocate mode by Miklos Szeredi · 10 years ago
  72. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 10 years ago
  73. 5a7c669 GFS2: lops.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  74. d35cc56 Merge 3.15-rc3 into staging-next by Greg Kroah-Hartman · 10 years ago
  75. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  76. 005fbcd Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  77. cfd4a53 Btrfs: limit the path size in send to PATH_MAX by Chris Mason · 10 years ago
  78. 625bba6 Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  79. b8e6dec Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  80. b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 10 years ago
  81. c1befb8 kernfs: fix a subdir count leak by Jianyu Zhan · 10 years ago
  82. d911d98 kernfs: make kernfs_notify() trigger inotify events too by Tejun Heo · 10 years ago
  83. 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 10 years ago
  84. a87c9ad cifs: fix actimeo=0 corner case when cifs_i->time == jiffies by Jeff Layton · 10 years ago
  85. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 10 years ago
  86. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 10 years ago
  87. 1c70d8f Btrfs: fix inode caching vs tree log by Miao Xie · 10 years ago
  88. 28c16cb Btrfs: fix possible memory leaks in open_ctree() by Wang Shilong · 10 years ago
  89. e60efa8 Btrfs: avoid triggering bug_on() when we fail to start inode caching task by Wang Shilong · 10 years ago
  90. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 10 years ago
  91. 3f9e3df btrfs: replace error code from btrfs_drop_extents by David Sterba · 10 years ago
  92. c5f7d0b btrfs: Change the hole range to a more accurate value. by Qu Wenruo · 10 years ago
  93. 53801fd xfs: enable the finobt feature on v5 superblocks by Brian Foster · 10 years ago
  94. 0c153c1 xfs: report finobt status in fs geometry by Brian Foster · 10 years ago
  95. a3fa516 xfs: add finobt support to growfs by Brian Foster · 10 years ago
  96. 3efa4ff xfs: update the finobt on inode free by Brian Foster · 10 years ago
  97. 2b64ee5 xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper by Brian Foster · 10 years ago
  98. 6dd8638 xfs: use and update the finobt on inode allocation by Brian Foster · 10 years ago
  99. 0aa0a75 xfs: insert newly allocated inode chunks into the finobt by Brian Foster · 10 years ago
  100. 9d43b18 xfs: update inode allocation/free transaction reservations for finobt by Brian Foster · 10 years ago