1. 654a6d2 GFS2: Reduce struct gfs2_trans in size by Steven Whitehouse · 10 years ago
  2. a9b8241 ext4: merge uninitialized extents by Darrick J. Wong · 10 years ago
  3. e251f9b ext4: avoid exposure of stale data in ext4_punch_hole() by Maxim Patlasov · 10 years ago
  4. ce140cd ext4: silence warnings in extent status tree debugging code by Eric Whitney · 10 years ago
  5. 1362f4e quota: Fix race between dqput() and dquot_scan_active() by Jan Kara · 10 years ago
  6. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 10 years ago
  7. 6a4d07f Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  8. dc9ddd9 ext4: remove unused ac_ex_scanned by Eric Sandeen · 10 years ago
  9. e861b5e ext4: avoid possible overflow in ext4_map_blocks() by Theodore Ts'o · 10 years ago
  10. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  11. ab0c00f ext4: make sure ex.fe_logical is initialized by Theodore Ts'o · 10 years ago
  12. 027f185 Merge remote-tracking branch 'xfs-async-aio-extend' into for-next by Dave Chinner · 10 years ago
  13. b678573 Merge branch 'xfs-fixes-for-3.15' into for-next by Dave Chinner · 10 years ago
  14. 4f14c19 NFSv4: Clear the open state flags if the new stateid does not match by Trond Myklebust · 10 years ago
  15. 226056c NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done by Trond Myklebust · 10 years ago
  16. 78096cc NFSv4.1: Ensure that we free existing layout segments if we get a new layout by Trond Myklebust · 10 years ago
  17. 9a7fe9e8 NFSv4.1: Minor optimisation in get_layout_by_fh_locked() by Trond Myklebust · 10 years ago
  18. 27999f2 NFSv4.1: Ensure that the layout recall callback matches layout stateids by Trond Myklebust · 10 years ago
  19. e999e80 NFSv4: Don't update the open stateid unless it is newer than the old one by Trond Myklebust · 10 years ago
  20. 2c64c57 NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer() by Trond Myklebust · 10 years ago
  21. 7b1b2c1 ext4: don't calculate total xattr header size unless needed by Theodore Ts'o · 10 years ago
  22. 9a6633b ext4: add ext4_es_store_pblock_status() by Theodore Ts'o · 10 years ago
  23. ce37c42 ext4: fix error return from ext4_ext_handle_uninitialized_extents() by Eric Whitney · 10 years ago
  24. e95003c Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  25. 146d70c NFS fix error return in nfs4_select_rw_stateid by Andy Adamson · 10 years ago
  26. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  27. 5ef11eb xfs: limit superblock corruption errors to actual corruption by Eric Sandeen · 10 years ago
  28. daba542 xfs: skip verification on initial "guess" superblock read by Eric Sandeen · 10 years ago
  29. 7a01e707 xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sb by Eric Sandeen · 10 years ago
  30. 341bbdc Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 10 years ago
  31. b4d7124 bio: don't write "bio: create slab" messages to syslog by Mikulas Patocka · 10 years ago
  32. 805937c Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  33. 1406b91 nfsd: fix lost nfserrno() call in nfsd_setattr() by J. R. Okajima · 10 years ago
  34. 91219a3 Merge 3.14-rc3 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  35. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 10 years ago
  36. 024949e ext4: address a benign compiler warning by Patrick Palka · 10 years ago
  37. 7747e6d jbd2: mark file-local functions as static by Rashika Kheria · 10 years ago
  38. df3a98b ext4: remove an unneeded check in mext_page_mkuptodate() by Dan Carpenter · 10 years ago
  39. d8558a2 ext4: clean up error handling in swap_inode_boot_loader() by Theodore Ts'o · 10 years ago
  40. e67bc2b ext4: Add __init marking to init_inodecache by Fabian Frederick · 10 years ago
  41. 92e3b40 jbd2: fix use after free in jbd2_journal_start_reserved() by Dan Carpenter · 10 years ago
  42. add1f09 fs: Substitute rcu_access_pointer() for rcu_dereference_raw() by Paul E. McKenney · 10 years ago
  43. 87eeff7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  44. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  45. 7026f19 FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree by David Howells · 10 years ago
  46. 416e2ab reiserfs: fix utterly brain-damaged indentation. by Dave Jones · 10 years ago
  47. 4d5f5df ceph: fix __dcache_readdir() by Yan, Zheng · 10 years ago
  48. 45195e4 ceph: add acl, noacl options for cephfs mount by Sage Weil · 10 years ago
  49. c969d9b ceph: make ceph_forget_all_cached_acls() static inline by Guangliang Zhao · 10 years ago
  50. b20a95a ceph: add missing init_acl() for mkdir() and atomic_open() by Yan, Zheng · 10 years ago
  51. 7a92d64 ceph: fix ceph_set_acl() by Yan, Zheng · 10 years ago
  52. 524186a ceph: fix ceph_removexattr() by Yan, Zheng · 10 years ago
  53. bcdfeb2 ceph: remove xattr when null value is given to setxattr() by Yan, Zheng · 10 years ago
  54. fbc0b97 ceph: properly handle XATTR_CREATE and XATTR_REPLACE by Yan, Zheng · 10 years ago
  55. 292f503 NFSv4: Use the correct net namespace in nfs4_update_server by Trond Myklebust · 10 years ago
  56. ad78197 GFS2: add missing newline by David Teigland · 10 years ago
  57. b63da15 f2fs: fix the calculation of max_nids by Jaegeuk Kim · 10 years ago
  58. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 10 years ago
  59. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  60. 3375f69 f2fs: use inode mutex to keep atomicity of f2fs_falloc by Chao Yu · 10 years ago
  61. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  62. 203681f f2fs: fix f2fs_write_meta_page at no checkpoint status by Jaegeuk Kim · 10 years ago
  63. bd859c6 f2fs: fix to truncate dentry pages in the error case by Jaegeuk Kim · 10 years ago
  64. f6517cf f2fs: fix a build warning by Jaegeuk Kim · 10 years ago
  65. 491c085 f2fs: clean up with a macro by Jaegeuk Kim · 10 years ago
  66. 924a2dd f2fs: fix the potential mismatch between dir's i_size and i_blocks by Jaegeuk Kim · 10 years ago
  67. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 10 years ago
  68. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 10 years ago
  69. 5e44381 f2fs: handle dirty segments inside refresh_sit_entry by Jaegeuk Kim · 10 years ago
  70. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 10 years ago
  71. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 10 years ago
  72. 3962dfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  73. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 10 years ago
  74. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 10 years ago
  75. aabaf4c sysfs: create bin_attributes under the requested group by Cody P Schafer · 10 years ago
  76. 93de4ba Btrfs: use right clone root offset for compressed extents by Filipe David Borba Manana · 10 years ago
  77. f085381 btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105 by Anand Jain · 10 years ago
  78. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 10 years ago
  79. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 10 years ago
  80. f41c593 kernfs: fix kernfs_node_from_dentry() by Li Zefan · 10 years ago
  81. 3a0dfa6 Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol by Josef Bacik · 10 years ago
  82. feb5f96 Btrfs: fix max_inline mount option by Mitch Harder · 10 years ago
  83. a9d2d4a Btrfs: fix a lockdep warning when cleaning up aborted transaction by Liu Bo · 10 years ago
  84. 11bcac8 Revert "btrfs: add ioctl to export size of global metadata reservation" by Chris Mason · 10 years ago
  85. 8ba7451 Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  86. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  87. 075f017 dlm: use INFO for recovery messages by David Teigland · 10 years ago
  88. 844fa1b jfs: set i_ctime when setting ACL by Dave Kleikamp · 10 years ago
  89. 2ec197d lockd: send correct lock when granting a delayed lock. by NeilBrown · 10 years ago
  90. 9505857 fs: Include appropriate header file in dlm/ast.c by Rashika Kheria · 10 years ago
  91. e8243f3 dlm: silence a harmless use after free warning by Dan Carpenter · 10 years ago
  92. 2330141 ext4: don't try to modify s_flags if the the file system is read-only by Theodore Ts'o · 10 years ago
  93. 30d29b1 ext4: fix error paths in swap_inode_boot_loader() by Zheng Liu · 10 years ago
  94. 15cc176 ext4: fix xfstest generic/299 block validity failures by Eric Whitney · 10 years ago
  95. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  96. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 10 years ago
  97. 09bdc2d nfsd4: fix acl buffer overrun by J. Bruce Fields · 10 years ago
  98. 8423ae3 block: Fix cloning of discard/write same bios by Kent Overstreet · 10 years ago
  99. a8fa94e Merge branch 'master' into driver-core-next-test-merge-rc2 by Tejun Heo · 10 years ago
  100. 6792dfe Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago