1. 48af96a xfs: don't reserve blocks for right shift transactions by Brian Foster · 8 years ago
  2. 353fe44 xfs: fix len comparison in xfs_extent_busy_trim by Arnd Bergmann · 8 years ago
  3. 93aaead xfs: fix uninitialized variable in _reflink_convert_cow by Darrick J. Wong · 8 years ago
  4. 75d6536 xfs: split indlen reservations fairly when under reserved by Brian Foster · 8 years ago
  5. 0e339ef xfs: handle indlen shortage on delalloc extent merge by Brian Foster · 8 years ago
  6. 9dbddd7 xfs: resurrect debug mode drop buffered writes mechanism by Brian Foster · 8 years ago
  7. fa7f138 xfs: clear delalloc and cache on buffered write failure by Brian Foster · 8 years ago
  8. 4560e78 xfs: don't block the log commit handler for discards by Christoph Hellwig · 8 years ago
  9. 4669412 xfs: improve busy extent sorting by Christoph Hellwig · 8 years ago
  10. ebf5587 xfs: improve handling of busy extents in the low-level allocator by Christoph Hellwig · 8 years ago
  11. 5e30c23 xfs: don't fail xfs_extent_busy allocation by Christoph Hellwig · 8 years ago
  12. b20fe47 xfs: correct null checks and error processing in xfs_initialize_perag by Bill O'Donnell · 8 years ago
  13. c5ecb42 xfs: update ctime and mtime on clone destinatation inodes by Christoph Hellwig · 8 years ago
  14. 3c68d44 xfs: allocate direct I/O COW blocks in iomap_begin by Christoph Hellwig · 8 years ago
  15. a14234c xfs: go straight to real allocations for direct I/O COW writes by Christoph Hellwig · 8 years ago
  16. dcf9585 xfs: return the converted extent in __xfs_reflink_convert_cow by Christoph Hellwig · 8 years ago
  17. f13eb20 xfs: introduce xfs_aligned_fsb_count by Christoph Hellwig · 8 years ago
  18. 54a4ef8 xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 8 years ago
  19. 4dd2eb6 xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t by Hou Tao · 8 years ago
  20. 5eda430 xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 8 years ago
  21. 05a630d xfs: allow unwritten extents in the CoW fork by Darrick J. Wong · 8 years ago
  22. de14c5f xfs: verify free block header fields by Darrick J. Wong · 8 years ago
  23. b3bf607 xfs: check for obviously bad level values in the bmbt root by Darrick J. Wong · 8 years ago
  24. d5a91ba xfs: filter out obviously bad btree pointers by Darrick J. Wong · 8 years ago
  25. 7a652bb xfs: fail _dir_open when readahead fails by Darrick J. Wong · 8 years ago
  26. 4b5bd5b xfs: fix toctou race when locking an inode to access the data map by Darrick J. Wong · 8 years ago
  27. 1dbba08 xfs: remove unused full argument from bmap by Eric Sandeen · 8 years ago
  28. e4229d6b xfs: fix eofblocks race with file extending async dio writes by Brian Foster · 8 years ago
  29. c315509 xfs: sync eofblocks scans under iolock are livelock prone by Brian Foster · 8 years ago
  30. a36b926 xfs: pull up iolock from xfs_free_eofblocks() by Brian Foster · 8 years ago
  31. 64f61ab xfs: remove unused struct declarations by Eric Sandeen · 8 years ago
  32. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  33. b6f41e4 xfs: remove boilerplate around xfs_btree_init_block by Eric Sandeen · 8 years ago
  34. af7d20f xfs: make xfs_btree_magic more generic by Eric Sandeen · 8 years ago
  35. f88ae46 xfs: glean crc status from mp not flags in xfs_btree_init_block_int by Eric Sandeen · 8 years ago
  36. d56a5ca Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  37. 3365135 Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  38. 5906374 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  39. 2fb78e8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  40. e0d76fa xfs: prevent quotacheck from overloading inode lru by Brian Foster · 8 years ago
  41. 57b59ed Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations by Omar Sandoval · 8 years ago
  42. 1fdf419 Btrfs: disable xattr operations on subvolume directories by Omar Sandoval · 8 years ago
  43. 67ade05 Btrfs: remove old tree_root case in btrfs_read_locked_inode() by Omar Sandoval · 8 years ago
  44. ee6625a pNFS: Fix a reference leak in _pnfs_return_layout by Trond Myklebust · 8 years ago
  45. 406dab8 nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED" by Chuck Lever · 8 years ago
  46. c364b6d xfs: fix bmv_count confusion w/ shared extents by Darrick J. Wong · 8 years ago
  47. 2aa6ba7b xfs: clear _XBF_PAGES from buffers when readahead page by Darrick J. Wong · 8 years ago
  48. 493611e xfs: extsize hints are not unlikely in xfs_bmap_btalloc by Christoph Hellwig · 8 years ago
  49. 5a93790 xfs: remove racy hasattr check from attr ops by Brian Foster · 8 years ago
  50. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  51. 4dfa2b8 xfs: only update mount/resv fields on success in __xfs_ag_resv_init by Christoph Hellwig · 8 years ago
  52. f598f82 romfs: use different way to generate fsid for BLOCK or MTD by Coly Li · 8 years ago
  53. 3ba4bce proc: add a schedule point in proc_pid_readdir() by Eric Dumazet · 8 years ago
  54. 15a77c6 userfaultfd: fix SIGBUS resulting from false rwsem wakeups by Andrea Arcangeli · 8 years ago
  55. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 8 years ago
  56. 83d230e xfs: verify dirblocklog correctly by Darrick J. Wong · 8 years ago
  57. a430607 NFSv4.0: always send mode in SETATTR after EXCLUSIVE4 by Benjamin Coddington · 8 years ago
  58. 690e532 block: fix use after free in __blkdev_direct_IO by Christoph Hellwig · 8 years ago
  59. 8ac0925 NFSv4.1: Fix a deadlock in layoutget by Trond Myklebust · 8 years ago
  60. d2b3964 xfs: fix COW writeback race by Christoph Hellwig · 8 years ago
  61. e90665a Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  62. 56ef188 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  63. eefa9fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  64. 6e0362b Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  65. 91298ee Btrfs: fix truncate down when no_holes feature is enabled by Liu Bo · 8 years ago
  66. 97dcdea Btrfs: Fix deadlock between direct IO and fast fsync by Chandan Rajendra · 8 years ago
  67. 47b5d64 btrfs: fix false enospc error when truncating heavily reflinked file by Wang Xiaoguang · 8 years ago
  68. fd29f7a xfs: fix xfs_mode_to_ftype() prototype by Arnd Bergmann · 8 years ago
  69. 6df8c9d ceph: fix bad endianness handling in parse_reply_info_extra by Jeff Layton · 8 years ago
  70. fe2ed42 ceph: fix endianness bug in frag_tree_split_cmp by Jeff Layton · 8 years ago
  71. 1097680 ceph: fix endianness of getattr mask in ceph_d_revalidate by Jeff Layton · 8 years ago
  72. 6e09d0f ceph: fix ceph_get_caps() interruption by Yan, Zheng · 8 years ago
  73. 4c7d0c9 ovl: fix possible use after free on redirect dir lookup by Amir Goldstein · 8 years ago
  74. 657bdfb xfs: don't wrap ID in xfs_dq_get_next_id by Eric Sandeen · 8 years ago
  75. a324cbf xfs: sanity check inode di_mode by Amir Goldstein · 8 years ago
  76. fab8eef xfs: sanity check inode mode when creating new dentry by Amir Goldstein · 8 years ago
  77. 1fc4d33 xfs: replace xfs_mode_to_ftype table with switch statement by Amir Goldstein · 8 years ago
  78. b597dd5 xfs: add missing include dependencies to xfs_dir2.h by Amir Goldstein · 8 years ago
  79. 3c6f46e xfs: sanity check directory inode di_size by Amir Goldstein · 8 years ago
  80. bf46ecc xfs: make the ASSERT() condition likely by Amir Goldstein · 8 years ago
  81. 1cb51a1 ubifs: Fix journal replay wrt. xattr nodes by Richard Weinberger · 8 years ago
  82. 3d4b2fc ubifs: remove redundant checks for encryption key by Eric Biggers · 8 years ago
  83. a75467d ubifs: allow encryption ioctls in compat mode by Eric Biggers · 8 years ago
  84. 404e0b6 ubifs: add CONFIG_BLOCK dependency for encryption by Arnd Bergmann · 8 years ago
  85. 507502a ubifs: fix unencrypted journal write by Peter Rosin · 8 years ago
  86. e8f1974 ubifs: ensure zero err is returned on successful return by Colin Ian King · 8 years ago
  87. 5cf7a0f Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  88. 2eabb8b Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  89. 99421c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  90. f4d3935 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  91. 34241af Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 4d22c75 coredump: Ensure proper size of sparse core files by Dave Kleikamp · 8 years ago
  93. a12f1ae aio: fix lock dep warning by Shaohua Li · 8 years ago
  94. e96f8f1 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  95. 04e3962 Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  96. c6180a6 NFSv4: Fix client recovery when server reboots multiple times by Trond Myklebust · 8 years ago
  97. 2106752 fuse: fix time_to_jiffies nsec sanity check by David Sheets · 8 years ago
  98. a8a86d7 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 8 years ago
  99. dcd20869 nfsd: fix supported attributes for acl & labels by J. Bruce Fields · 8 years ago
  100. d3129ef NFSv4: update_changeattr should update the attribute timestamp by Trond Myklebust · 8 years ago