1. 5657cb0 fs/fcntl: use copy_to/from_user() for u64 types by Jens Axboe · 7 years ago
  2. e6959b9 btrfs: add support for passing in write hints for buffered writes by Jens Axboe · 7 years ago
  3. 31d7d58 xfs: add support for passing in write hints for buffered writes by Jens Axboe · 7 years ago
  4. 0127251 ext4: add support for passing in write hints for buffered writes by Jens Axboe · 7 years ago
  5. 8e8f929 fs: add support for buffered writeback to pass down write hints by Jens Axboe · 7 years ago
  6. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 7 years ago
  7. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 7 years ago
  8. 0e9350d btrfs: use new block error code by Dan Carpenter · 7 years ago
  9. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  10. edf064e btrfs: nowait aio support by Goldwyn Rodrigues · 7 years ago
  11. 29a5d29e xfs: nowait aio support by Goldwyn Rodrigues · 7 years ago
  12. 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 7 years ago
  13. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 7 years ago
  14. a38d124 fs: Introduce IOMAP_NOWAIT by Goldwyn Rodrigues · 7 years ago
  15. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 7 years ago
  16. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 7 years ago
  17. fdd2f5b fs: Separate out kiocb flags setup based on RWF_* flags by Goldwyn Rodrigues · 7 years ago
  18. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  19. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  20. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  21. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  22. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  23. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  24. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 7 years ago
  25. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 7 years ago
  26. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 7 years ago
  27. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 7 years ago
  28. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 7 years ago
  29. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 7 years ago
  30. 414cf71 fix ufs_isblockset() by Al Viro · 7 years ago
  31. 8785d84 ufs: restore proper tail allocation by Al Viro · 7 years ago
  32. 70e7af2 Btrfs: fix delalloc accounting leak caused by u32 overflow by Omar Sandoval · 8 years ago
  33. 452e62b Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 8 years ago
  34. 286b92f btrfs: tree-log.c: Wrong printk information about namelen by Su Yue · 8 years ago
  35. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  36. 36ffc6c block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO by Christoph Hellwig · 8 years ago
  37. d5245d7 fs: simplify dio_bio_complete by Christoph Hellwig · 8 years ago
  38. 4055351 fs: remove the unused error argument to dio_end_io() by Christoph Hellwig · 8 years ago
  39. f729b66 gfs2: remove the unused sd_log_error field by Christoph Hellwig · 8 years ago
  40. 01633fd overlayfs: use uuid_t instead of uuid_be by Christoph Hellwig · 8 years ago
  41. 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
  42. d905fda xfs: use the common helper uuid_is_null() by Amir Goldstein · 8 years ago
  43. cb0ba6c xfs: remove uuid_getnodeuniq and xfs_uu_t by Christoph Hellwig · 8 years ago
  44. df33767 uuid: hoist helpers uuid_equal() and uuid_copy() from xfs by Christoph Hellwig · 8 years ago
  45. f9727a1 uuid: rename uuid types by Christoph Hellwig · 8 years ago
  46. 12ce5f8 nfsd: namespace-prefix uuid_parse by Christoph Hellwig · 8 years ago
  47. b1f359f xfs: use uuid_be to implement the uuid_t type by Christoph Hellwig · 8 years ago
  48. dfd7487 xfs: use uuid_copy() helper to abstract uuid_t by Amir Goldstein · 8 years ago
  49. 41bb26f uuid,afs: move struct uuid_v1 back into afs by Christoph Hellwig · 8 years ago
  50. 239e250 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 8 years ago
  51. 125f42b Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  52. 4f253e1 nfs: Mark unnecessarily extern functions as static by Jan Kara · 8 years ago
  53. f219764 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  54. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 8 years ago
  55. e6e6d07 Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  56. 3b1e342 Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  57. 2f48641 Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  58. 30181fa nfsd: Check queue type before submitting a SCSI request by Bart Van Assche · 8 years ago
  59. 0bb2303 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  60. a9b3311 btrfs: fix race with relocation recovery and fs_root setup by Jeff Mahoney · 8 years ago
  61. 896533a btrfs: fix memory leak in update_space_info failure path by Jeff Mahoney · 8 years ago
  62. cc2b702 btrfs: use correct types for page indices in btrfs_page_exists_in_range by David Sterba · 8 years ago
  63. d602fb6 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  64. 63db7c8 xfs: use ->b_state to fix buffer I/O accounting release race by Brian Foster · 8 years ago
  65. f511c0b "Yes, people use FOLL_FORCE ;)" by Linus Torvalds · 8 years ago
  66. 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 8 years ago
  67. a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 8 years ago
  68. f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
  69. 7585d12 ocfs2: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  70. fee2aa7 ntfs: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  71. fe3b81b NFS: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  72. a056bda ext4: fix data corruption for mmap writes by Jan Kara · 8 years ago
  73. 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 8 years ago
  74. cdbe020 Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  75. a54fba8 xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  76. d7fd242 xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  77. 5375023 xfs: Fix missed holes in SEEK_HOLE implementation by Jan Kara · 8 years ago
  78. 8affebe xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() by Eryu Guan · 8 years ago
  79. a4d768e xfs: fix unaligned access in xfs_btree_visit_blocks by Eric Sandeen · 8 years ago
  80. b8cb5a5 ext4: fix quota charging for shared xattr blocks by Tahsin Erdogan · 8 years ago
  81. c41d342 ext4: remove redundant check for encrypted file on dio write path by Eric Biggers · 8 years ago
  82. d6b9755 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 8 years ago
  83. e546579 ext4: fix off-by-one error when writing back pages before dio read by Eric Biggers · 8 years ago
  84. 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 8 years ago
  85. 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
  86. b49c15f NFSv4.0: Fix a lock leak in nfs40_walk_client_list by Trond Myklebust · 8 years ago
  87. 08cb5b0 pnfs: Fix the check for requests in range of layout segment by Benjamin Coddington · 8 years ago
  88. 662f9a1 pNFS/flexfiles: missing error code in ff_layout_alloc_lseg() by Dan Carpenter · 8 years ago
  89. 6d3b5d8 NFS fix COMMIT after COPY by Olga Kornievskaia · 8 years ago
  90. d8747d6 reiserfs: Make flush bios explicitely sync by Jan Kara · 8 years ago
  91. 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
  92. 9a30740 nfsd4: fix null dereference on replay by J. Bruce Fields · 8 years ago
  93. 887a973 ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 8 years ago
  94. 9651e6b ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 8 years ago
  95. 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 8 years ago
  96. 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 8 years ago
  97. b470906 jbd2: preserve original nofs flag during journal restart by Tahsin Erdogan · 8 years ago
  98. 964edf6 ext4: clear lockdep subtype for quota files on quota off by Jan Kara · 8 years ago
  99. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  100. 8c3fc16 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago