1. 5dd2142 ext4: disable synchronous transaction batching if max_batch_time==0 by Eric Sandeen · 10 years ago
  2. 94d4c06 ext4: clarify ext4_error message in ext4_mb_generate_buddy_error() by Theodore Ts'o · 10 years ago
  3. ae0f78d ext4: clarify error count warning messages by Theodore Ts'o · 10 years ago
  4. 61c219f ext4: fix unjournalled bg descriptor while initializing inode bitmap by Theodore Ts'o · 10 years ago
  5. 16874b2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  6. a93cd4c ext4: Fix hole punching for files with indirect blocks by Jan Kara · 10 years ago
  7. 77ea2a4 ext4: Fix block zeroing when punching holes in indirect block files by Jan Kara · 10 years ago
  8. e43bb4e ext4: decrement free clusters/inodes counters when block group declared bad by Namjae Jeon · 10 years ago
  9. d7933ab Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  10. ec71fea Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  11. ec7756a fs/mbcache: replace __builtin_log2() with ilog2() by T Makphaibulchoke · 10 years ago
  12. 66b0686 NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support by Andy Adamson · 10 years ago
  13. 8445cd3 NFS Return -EPERM if no supported or matching SECINFO flavor by Andy Adamson · 10 years ago
  14. 57bbe3d NFS check the return of nfs4_negotiate_security in nfs4_submount by Andy Adamson · 10 years ago
  15. 6edf960 NFS: Don't mark the data cache as invalid if it has been flushed by Trond Myklebust · 10 years ago
  16. f2467b6 NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size by Trond Myklebust · 10 years ago
  17. 18dd78c nfs: Fix cache_validity check in nfs_write_pageuptodate() by Scott Mayhew · 10 years ago
  18. edfbbf3 aio: fix kernel memory disclosure in io_getevents() introduced in v3.10 by Benjamin LaHaise · 10 years ago
  19. f8567a3 aio: fix aio request leak when events are reaped by userspace by Benjamin LaHaise · 10 years ago
  20. ce36d9a [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars option by Steve French · 10 years ago
  21. ac4fef4 ocfs2/dlm: do not purge lockres that is queued for assert master by Xue jiufei · 10 years ago
  22. b9aaac5 ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop during umount by jiangyiwen · 10 years ago
  23. 595297a ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknod by jiangyiwen · 10 years ago
  24. f7a14f3 ocfs2: fix a tiny race when running dirop_fileop_racer by Yiwen Jiang · 10 years ago
  25. a270c6d ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list() by Xue jiufei · 10 years ago
  26. 8a8ad1c ocfs2: refcount: take rw_lock in ocfs2_reflink by Wengang Wang · 10 years ago
  27. b253bfd ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously" by Xue jiufei · 10 years ago
  28. 27bf630 ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and idletimeout closes conn by Tariq Saeed · 10 years ago
  29. 5fb1beb ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename() by alex chen · 10 years ago
  30. 2dfded8 Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  31. e13d100 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  32. 147f140 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  33. 8408c71 Btrfs: fix wrong error handle when the device is missing or is not writeable by Miao Xie · 10 years ago
  34. c55f139 Btrfs: fix deadlock when mounting a degraded fs by Miao Xie · 10 years ago
  35. e990f16 Btrfs: use bio_endio_nodec instead of open code by Miao Xie · 10 years ago
  36. 298a8f9 Btrfs: fix NULL pointer crash when running balance and scrub concurrently by Wang Shilong · 10 years ago
  37. ced96ed btrfs: Skip scrubbing removed chunks to avoid -ENOENT. by Qu Wenruo · 10 years ago
  38. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  39. 5349d6c Btrfs: make free space cache write out functions more readable by Miao Xie · 10 years ago
  40. 46fefe4 Btrfs: remove unused wait queue in struct extent_buffer by Filipe Manana · 10 years ago
  41. ea4ebde Btrfs: fix deadlocks with trylock on tree nodes by Chris Mason · 10 years ago
  42. 08bc035 cifs: revalidate mapping prior to satisfying read_iter request with cache=loose by Jeff Layton · 10 years ago
  43. f41c5ad NFSD: fix bug for readdir of pseudofs by Kinglong Mee · 10 years ago
  44. 6282cd5 NFSD: Don't hand out delegations for 30 seconds after recalling them. by NeilBrown · 10 years ago
  45. ebe0618 epoll: fix use-after-free in eventpoll_release_file by Konstantin Khlebnikov · 10 years ago
  46. a1d0b84c fs/cifs: fix regression in cifs_create_mf_symlink() by Björn Baumbach · 10 years ago
  47. c5c7b8d ext4: Fix buffer double free in ext4_alloc_branch() by Jan Kara · 10 years ago
  48. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  49. a311c48 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  50. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 10 years ago
  51. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  52. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 10 years ago
  53. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  54. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  55. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 10 years ago
  56. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 10 years ago
  57. 4bdeb31 Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
  58. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  59. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. ba346b3 btrfs: tree_search, search_ioctl: direct copy to userspace by Gerhard Heift · 10 years ago
  61. 550ac1d btrfs: new function read_extent_buffer_to_user by Gerhard Heift · 10 years ago
  62. 9b6e817 btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW by Gerhard Heift · 10 years ago
  63. 8f5f617 btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer by Gerhard Heift · 10 years ago
  64. 1254444 btrfs: tree_search, search_ioctl: accept varying buffer by Gerhard Heift · 10 years ago
  65. 25c9bc2 btrfs: tree_search: eliminate redundant nr_items check by Gerhard Heift · 10 years ago
  66. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 10 years ago
  68. c2338f2 lock_parent: don't step on stale ->d_parent of all-but-freed one by Al Viro · 10 years ago
  69. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  70. 5f07385 kill generic_file_splice_write() by Al Viro · 10 years ago
  71. 3551dd7 ceph: switch to iter_file_splice_write() by Al Viro · 10 years ago
  72. 4da54c2 nfs: switch to iter_splice_write_file() by Al Viro · 10 years ago
  73. 96f9bc8 fs/splice.c: remove unneeded exports by Al Viro · 10 years ago
  74. 6dc8bc0 ocfs2: switch to iter_file_splice_write() by Al Viro · 10 years ago
  75. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  76. 2840c56 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  77. 859862d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  78. 412dd3a Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  79. 19ef122 reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK by Jan Kara · 10 years ago
  80. 9ee4d7a Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  81. 79deb3c ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting an invalid one by Tariq Saeed · 10 years ago
  82. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  83. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  84. c7548af Btrfs: convert smp_mb__{before,after}_clear_bit by Chris Mason · 10 years ago
  85. 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  86. 0c27362 locks: set fl_owner for leases back to current->files by Jeff Layton · 10 years ago
  87. d53b47c Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  88. a914722 NFS: populate ->net in mount data when remounting by Mateusz Guzik · 10 years ago
  89. c5e20cb pnfs: fix lockup caused by pnfs_generic_pg_test by Weston Andros Adamson · 10 years ago
  90. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  91. b1cce80 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  92. 6eda71d Btrfs: fix scrub_print_warning to handle skinny metadata extents by Liu Bo · 10 years ago
  93. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  94. cd857dd Btrfs: use right type to get real comparison by Liu Bo · 10 years ago
  95. 8a56457 Btrfs: don't check nodes for extent items by Josef Bacik · 10 years ago
  96. 6fdef6d Btrfs: don't release invalid page in btrfs_page_exists_in_range() by Filipe Manana · 10 years ago
  97. 809f901 Btrfs: make sure we retry if page is a retriable exception by Filipe Manana · 10 years ago
  98. 9140515 Btrfs: make sure we retry if we couldn't get the page by Filipe Manana · 10 years ago
  99. c81d576 btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56 by Gui Hecheng · 10 years ago
  100. 9391558 trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/ by Antonio Ospite · 10 years ago