1. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  2. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  3. 546bed6 btrfs: initialize the seq counter in struct btrfs_device by Sebastian Andrzej Siewior · 9 years ago
  4. 0dc924c5 Btrfs: clean up an error code in btrfs_init_space_info() by Dan Carpenter · 9 years ago
  5. 8e21785 btrfs: fix iterator with update error in backref.c by Geliang Tang · 9 years ago
  6. b7c47bb Btrfs: fix output of compression message in btrfs_parse_options() by Tsutomu Itoh · 9 years ago
  7. f32e48e Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots by Chandan Rajendra · 9 years ago
  8. 95617d6 btrfs: cleanup, stop casting for extent_map->lookup everywhere by Jeff Mahoney · 9 years ago
  9. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  10. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  11. 63f729c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  13. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
  14. 0e41e27 mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd() by Oleg Nesterov · 9 years ago
  15. 84ad580 proc: meminfo: estimate available memory more conservatively by Johannes Weiner · 9 years ago
  16. b832861 fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO) by Andrew Morton · 9 years ago
  17. 8cee852 mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status by Jerome Marchand · 9 years ago
  18. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  19. 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 9 years ago
  20. 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 9 years ago
  21. c261e7d mm, proc: account for shmem swap in /proc/pid/smaps by Vlastimil Babka · 9 years ago
  22. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
  23. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  24. b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 9 years ago
  25. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 9 years ago
  26. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 9 years ago
  27. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 9 years ago
  28. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 9 years ago
  29. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 9 years ago
  30. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 9 years ago
  31. 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 9 years ago
  32. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 9 years ago
  33. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
  34. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 9 years ago
  35. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 9 years ago
  36. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 9 years ago
  37. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 9 years ago
  38. d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 9 years ago
  39. 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 9 years ago
  40. 2886357b logfs: fix logfs build errors and dependencies by Arnd Bergmann · 9 years ago
  41. c510eff fsnotify: destroy marks with call_srcu instead of dedicated thread by Jeff Layton · 9 years ago
  42. 1deaf9d fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes by Geliang Tang · 9 years ago
  43. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 9 years ago
  44. 6e8b50d nfsd: add new io class tracepoint by Jeff Layton · 9 years ago
  45. 01b9b0b cifs_dbg() outputs an uninitialized buffer in cifs_readdir() by Vasily Averin · 9 years ago
  46. 820962d cifs: fix race between call_async() and reconnect() by Rabin Vincent · 9 years ago
  47. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 9 years ago
  48. 882137c cifs: Allow using O_DIRECT with cache=loose by Ross Lagerwall · 9 years ago
  49. adfeb3e cifs: Make echo interval tunable by Steve French · 9 years ago
  50. a108471b cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary by Ross Lagerwall · 9 years ago
  51. 275516c Print IP address of unresponsive server by Arnd Hannemann · 9 years ago
  52. ec7147a cifs: Ratelimit kernel log messages by Jamie Bainbridge · 9 years ago
  53. 7fdec82 Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  54. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  55. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  56. ac53b2e Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  57. ed8a9d2c block: use bd{grab,put}() instead of open-coding by Ilya Dryomov · 9 years ago
  58. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  59. 60b7eca Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  60. 420d12d Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  61. 4d58967 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  62. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  64. 065019a Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  65. 4f31d77 Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  66. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 447135a f2fs: should unset atomic flag after successful commit by Jaegeuk Kim · 9 years ago
  68. 1663cae f2fs: fix wrong memory condition check by Jaegeuk Kim · 9 years ago
  69. 42190d2 f2fs: monitor the number of background checkpoint by Jaegeuk Kim · 9 years ago
  70. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  71. 6beceb5 f2fs: introduce time and interval facility by Jaegeuk Kim · 9 years ago
  72. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  73. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  74. dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next by Dave Chinner · 9 years ago
  75. 7d6a13f xfs: handle dquot buffer readahead in log recovery correctly by Dave Chinner · 9 years ago
  76. b79f4a1 xfs: inode recovery readahead can race with inode buffer creation by Dave Chinner · 9 years ago
  77. 988f1f5 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 9 years ago
  78. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  79. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  80. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  81. 9f2dfda uml: fix hostfs mknod() by Vegard Nossum · 9 years ago
  82. 4fdd1d5 ubifs: Use XATTR_*_PREFIX_LEN by Richard Weinberger · 9 years ago
  83. 170eb55 UBIFS: add a comment in key.h for unused parameter by Dongsheng Yang · 9 years ago
  84. 5a023cd block: enable dax for raw block devices by Dan Williams · 9 years ago
  85. 4ebb16c block: introduce bdev_file_inode() by Dan Williams · 9 years ago
  86. bbddca8 nfsd: don't hold i_mutex over userspace upcalls by NeilBrown · 9 years ago
  87. db39c16 fs:affs:Replace time_t with time64_t by DengChao · 9 years ago
  88. 8f5fed1 fs/9p: use fscache mutex rather than spinlock by Sasha Levin · 9 years ago
  89. 3cc4a84 proc: add a reschedule point in proc_readfd_common() by Eric Dumazet · 9 years ago
  90. bc51b2a logfs: constify logfs_block_ops structures by Julia Lawall · 9 years ago
  91. 0dbf5f2 fcntl: allow to set O_DIRECT flag on pipe by Stanislav Kinsburskiy · 9 years ago
  92. 90330e6 fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE by Abhi Das · 9 years ago
  93. 0b2a6f2 fs: xattr: Use kvfree() by Richard Weinberger · 9 years ago
  94. 263a3df nbd: use ->compat_ioctl() by Al Viro · 9 years ago
  95. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 9 years ago
  96. a7f61e89 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS) by Jann Horn · 9 years ago
  97. 66cf191 compat_ioctl: don't pass fd around when not needed by Al Viro · 9 years ago
  98. b434172 compat_ioctl: don't look up the fd twice by Jann Horn · 9 years ago
  99. 6b9b210 nfsd: give up on CB_LAYOUTRECALLs after two lease periods by Jeff Layton · 9 years ago
  100. 9b7365f ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support by Li Xi · 9 years ago