1. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. ac270f1 fs/exofs: fix potential memory leak in mount option parsing by Chengguang Xu · 6 years ago
  3. 39cdeb1 ANDROID: fs: exofs: fix filler function type by Sami Tolvanen · 6 years ago
  4. 14f947c fs: exofs: print a hex number after a 0x prefix by Uwe Kleine-König · 8 years ago
  5. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  6. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  8. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  9. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  10. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  11. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  12. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  13. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  14. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  16. be5b82d make ext2_get_page() and friends work without external serialization by Al Viro · 8 years ago
  17. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  18. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  19. c19ca6c treewide: Fix typos in printk by Masanari Iida · 8 years ago
  20. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  21. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  22. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  23. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  24. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. 3066a96 osd fs: __r4w_get_page rely on PageUptodate for uptodate by Hugh Dickins · 8 years ago
  26. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  27. 5738939 fs/exofs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 8 years ago
  28. b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 9 years ago
  29. a5ef103 exofs: switch to {simple,page}_symlink_inode_operations by Al Viro · 9 years ago
  30. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  31. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  32. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  33. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 9 years ago
  34. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  35. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  36. aa281ac Boaz Harrosh - Fix broken email address by Boaz Harrosh · 10 years ago
  37. b134079 fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  38. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  39. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  40. ce5d36a ore: Support for raid 6 by Boaz Harrosh · 10 years ago
  41. 455682c ore: Remove redundant dev_order(), more cleanups by Boaz Harrosh · 10 years ago
  42. 101a642 ore: (trivial) reformat some code by Boaz Harrosh · 10 years ago
  43. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  44. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  45. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  46. 9e897e1 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  47. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  48. 0961f02a fs: Mark functions as static in exofs/ore_raid.c by Rashika Kheria · 10 years ago
  49. af8d0cc fs: Mark function as static in exofs/super.c by Rashika Kheria · 10 years ago
  50. 19350e7 exofs: Print less in r4w by Boaz Harrosh · 10 years ago
  51. c8592fc exofs: Allow corrupted directory entry to be empty file by Boaz Harrosh · 10 years ago
  52. d83c7eb exofs: Allow O_DIRECT open by Boaz Harrosh · 10 years ago
  53. 2deb76d ore: Don't crash on NULL bio in _clear_bio by Boaz Harrosh · 10 years ago
  54. aad560b ore: Fix wrong math in allocation of per device BIO by Boaz Harrosh · 10 years ago
  55. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  56. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  57. 75811d4 [readdir] convert exofs by Al Viro · 11 years ago
  58. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  59. d74c6d5 block: Add bio_for_each_segment_all() by Kent Overstreet · 11 years ago
  60. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  61. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  62. 861d666 exofs: don't leak io_state and pages on read error by Boaz Harrosh · 11 years ago
  63. af402ab exofs: clean up the correct page collection on write error by Idan Kedar · 11 years ago
  64. 79360dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  66. 4f7754c exofs: drop lock/unlock super by Marco Stornelli · 12 years ago
  67. 8711798 Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  68. 74b217d ore: signedness bug in _sp2d_min_pg() by Dan Carpenter · 12 years ago
  69. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  71. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  72. d001b05 userns: Convert exofs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  73. bf800ef block: Add bio_clone_bioset(), bio_clone_kmalloc() by Kent Overstreet · 12 years ago
  74. b8017d2 exofs: check for allocation failure in uri_store() by Alexey Khoroshilov · 12 years ago
  75. d42d1da Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  76. 9e62bb4 ore: Fix out-of-bounds access in _ios_obj() by Boaz Harrosh · 12 years ago
  77. be388f3 exofs: Use proper max_IO calculations from ore by Boaz Harrosh · 12 years ago
  78. 4b74f6e exofs: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 12 years ago
  79. 66153f6 exofs: stop using s_dirt by Artem Bityutskiy · 12 years ago
  80. 0e8d96d exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page) by Kautuk Consul · 12 years ago
  81. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  82. 537632e ore: Unlock r4w pages in exact reverse order of locking by Boaz Harrosh · 12 years ago
  83. 62b62ad ore: Remove support of partial IO request (NFS crash) by Boaz Harrosh · 12 years ago
  84. 9ff1930 ore: Fix NFS crash by supporting any unaligned RAID IO by Boaz Harrosh · 12 years ago
  85. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  86. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  87. b842971 exofs: fix sparse non-ANSI function warning by Randy Dunlap · 12 years ago
  88. a01ee16 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  89. 8b56a30 exofs: Add SYSFS info for autologin/pNFS export by Sachin Bhamare · 12 years ago
  90. 6abe4a8 exofs: Fix CRASH on very early IO errors. by Boaz Harrosh · 12 years ago
  91. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  92. afb9bd7 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  93. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  94. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  95. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  96. bf7014b exofs: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  97. 72749a2 exofs: Cap on the memcpy() size by Dan Carpenter · 12 years ago
  98. 3e57638 exofs: (trivial) Fix typo in super.c by Masanari Iida · 12 years ago
  99. b6d1f2d exofs: fix endian conversion in exofs_sync_fs() by Dan Carpenter · 12 years ago
  100. 9e20393 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago