1. c2afb81 Set previous session id correctly on SMB3 reconnect by Steve French · 8 years ago
  2. 7d414f3 cifs: Limit the overall credit acquired by Ross Lagerwall · 8 years ago
  3. 9742805 Display number of credits available by Steve French · 8 years ago
  4. 6609804 Add way to query creation time of file via cifs xattr by Steve French · 8 years ago
  5. a958fff Add way to query file attributes via cifs xattr by Steve French · 8 years ago
  6. d5e84fd Btrfs: fix incremental send failure caused by balance by Filipe Manana · 8 years ago
  7. a379f71 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  8. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  9. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  10. 086e774 pipe: cap initial pipe capacity according to pipe-max-size limit by Michael Kerrisk (man-pages) · 8 years ago
  11. 9c87bcf pipe: make account_pipe_buffers() return a value, and use it by Michael Kerrisk (man-pages) · 8 years ago
  12. a005ca0 pipe: fix limit checking in alloc_pipe_info() by Michael Kerrisk (man-pages) · 8 years ago
  13. 09b4d19 pipe: simplify logic in alloc_pipe_info() by Michael Kerrisk (man-pages) · 8 years ago
  14. b0b91d1 pipe: fix limit checking in pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  15. 3734a13 pipe: refactor argument for account_pipe_buffers() by Michael Kerrisk (man-pages) · 8 years ago
  16. d37d416 pipe: move limit checking logic into pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  17. f491bd7 pipe: relocate round_pipe_size() above pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  18. fcc2453 autofs: refactor ioctl fn vector in iookup_dev_ioctl() by Tomohiro Kusumi · 8 years ago
  19. 962ca7c autofs: remove possibly misleading /* #define DEBUG */ by Tomohiro Kusumi · 8 years ago
  20. 3908555 autofs: fix print format for ioctl warning message by Tomohiro Kusumi · 8 years ago
  21. d9e1923 autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD by Ian Kent · 8 years ago
  22. aa84193 autofs: fix dev ioctl number range check by Ian Kent · 8 years ago
  23. b6e3795 autofs: fix pr_debug() message by Tomohiro Kusumi · 8 years ago
  24. 41a4497 autofs: don't fail to free_dev_ioctl(param) by Tomohiro Kusumi · 8 years ago
  25. eea618e autofs: remove obsolete sb fields by Tomohiro Kusumi · 8 years ago
  26. ca55259 autofs: use autofs4_free_ino() to kfree dentry data by Tomohiro Kusumi · 8 years ago
  27. 1574fa7 autofs: remove ino free in autofs4_dir_symlink() by Ian Kent · 8 years ago
  28. 97537b3 autofs: add WARN_ON(1) for non dir/link inode case by Tomohiro Kusumi · 8 years ago
  29. 1973a12 autofs: fix autofs4_fill_super() error exit handling by Ian Kent · 8 years ago
  30. 749800e autofs: test autofs versions first on sb initialization by Tomohiro Kusumi · 8 years ago
  31. 4a44c18 autofs: drop unnecessary extern in autofs_i.h by Tomohiro Kusumi · 8 years ago
  32. 2d19309 fs/select: add vmalloc fallback for select(2) by Vlastimil Babka · 8 years ago
  33. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
  34. 0cc482e ocfs2: fix memory leak in dlm_migrate_request_handler() by Guozhonghua · 8 years ago
  35. d09ba13 Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  36. f29135b Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  37. 4c60992 Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  38. 6b5e09a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  39. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  40. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  41. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. feac470 xfs: convert COW blocks to real blocks before unwritten extent conversion by Christoph Hellwig · 8 years ago
  43. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  44. 6763afe Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  45. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  46. 19c4d2f Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs" by Chris Mason · 8 years ago
  47. fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. cd27e45 [btrfs] fix check_direct_IO() for non-iovec iterators by Al Viro · 8 years ago
  50. c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
  51. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  52. 6f97077 xfs: rework refcount cow recovery error handling by Darrick J. Wong · 8 years ago
  53. 1987fd7 xfs: clear reflink flag if setting realtime flag by Darrick J. Wong · 8 years ago
  54. 9780643c xfs: fix error initialization by Darrick J. Wong · 8 years ago
  55. 93fed47 xfs: fix label inaccuracies by Darrick J. Wong · 8 years ago
  56. 97a1b87 xfs: remove isize check from unshare operation by Darrick J. Wong · 8 years ago
  57. 024adf4 xfs: reduce stack usage of _reflink_clear_inode_flag by Darrick J. Wong · 8 years ago
  58. 63646fc xfs: check inode reflink flag before calling reflink functions by Darrick J. Wong · 8 years ago
  59. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  60. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  61. 73e8fb2 Merge branch 'work.const-qstr' into work.misc by Al Viro · 8 years ago
  62. 33e09f0 Merge branch 'work.iget' into work.misc by Al Viro · 8 years ago
  63. a17e7d2 befs: befs: fix style issues in datastream.c by Luis de Bethencourt · 8 years ago
  64. a20af5f befs: improve documentation in datastream.c by Luis de Bethencourt · 8 years ago
  65. d327e612 befs: fix typos in datastream.c by Luis de Bethencourt · 8 years ago
  66. 02d91f9 befs: fix typos in btree.c by Luis de Bethencourt · 8 years ago
  67. 103c0fb befs: fix style issues in super.c by Luis de Bethencourt · 8 years ago
  68. 1167423 befs: fix comment style by Luis de Bethencourt · 8 years ago
  69. bbe1bd0 befs: add check for ag_shift in superblock by Luis de Bethencourt · 8 years ago
  70. d1a8c70 befs: dump inode_size superblock information by Luis de Bethencourt · 8 years ago
  71. 78f647c befs: remove unnecessary initialization by Salah Triki · 8 years ago
  72. 2ac636b befs: fix typo in befs_sb_info by Salah Triki · 8 years ago
  73. 6ea4558 befs: add flags field to validate superblock state by Salah Triki · 8 years ago
  74. bb75e66 befs: fix typo in befs_find_key by Luis de Bethencourt · 8 years ago
  75. 672a851 befs: remove unused BEFS_BT_PARMATCH by Luis de Bethencourt · 8 years ago
  76. 33c712b fs: befs: remove ret variable by Salah Triki · 8 years ago
  77. abcf911 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  78. f306610 fs: befs: remove unnecessary *befs_sb variable by Salah Triki · 8 years ago
  79. 143d2a6 fs: befs: remove useless initialization to zero by Salah Triki · 8 years ago
  80. 88ff344 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  81. a26bc1a fs: befs: Insert NULL inode to dentry by Salah Triki · 8 years ago
  82. d70ee4f fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect by Salah Triki · 8 years ago
  83. 4bb5943 fs: befs: Coding style fix by Salah Triki · 8 years ago
  84. d84e4a5 fs: befs: Remove redundant validation from befs_find_brun_direct by Salah Triki · 8 years ago
  85. 2dfa8a6 befs: fix typo in befs_bt_read_node documentation by Luis de Bethencourt · 8 years ago
  86. cfe0cb2 befs: in memory free_node_ptr and max_size never read by Luis de Bethencourt · 8 years ago
  87. 4c3897c befs: make consistent use of befs_error() by Luis de Bethencourt · 8 years ago
  88. 9ae51a3 befs: use simpler while loop by Luis de Bethencourt · 8 years ago
  89. 50858ef befs: remove constant variable by Luis de Bethencourt · 8 years ago
  90. f7769f9 befs: avoid dereferencing dentry twice by Luis de Bethencourt · 8 years ago
  91. 39dcfd3 fs: befs: remove comment that confuses kernel-doc by Luis de Bethencourt · 8 years ago
  92. a649985 fs: befs: check silent flag before logging error by Luis de Bethencourt · 8 years ago
  93. f7f6754 fs: befs: replace befs_bread by sb_bread by Salah Triki · 8 years ago
  94. f0f2536 befs: remove unused functions by Luis de Bethencourt · 8 years ago
  95. 10145d6 befs: fix function name in documentation by Luis de Bethencourt · 8 years ago
  96. 173b066 befs: check return of sb_min_blocksize by Luis de Bethencourt · 8 years ago
  97. c08f1cb fs: befs: remove useless pr_err in befs_init_inodecache() by Salah Triki · 8 years ago
  98. e808792 fs/befs/linuxvfs.c: remove useless befs_error by Salah Triki · 8 years ago
  99. c625426 fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super() by Salah Triki · 8 years ago
  100. dceee2e fs/befs/linuxvfs.c: check silent flag before logging errors by Salah Triki · 8 years ago