1. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  2. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  3. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  4. bba61cb xfs: clean up typedef usage in the EFI/EFD handling code by Darrick J. Wong · 8 years ago
  5. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 8 years ago
  6. 4e0cc29 xfs: move deferred operations into a separate file by Darrick J. Wong · 8 years ago
  7. 28a8956 xfs: refactor btree owner change into a separate visit-blocks function by Darrick J. Wong · 8 years ago
  8. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 8 years ago
  9. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 8 years ago
  10. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  11. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 8 years ago
  12. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 8 years ago
  13. 0d30979 xfs: set *stat=1 after iroot realloc by Darrick J. Wong · 8 years ago
  14. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 8 years ago
  15. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 8 years ago
  16. 0facef7 xfs: in _attrlist_by_handle, copy the cursor back to userspace by Darrick J. Wong · 8 years ago
  17. 8cbdd85 Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux by Linus Torvalds · 8 years ago
  18. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  19. 0a11b9a reiserfs: fix "new_insert_key may be used uninitialized ..." by Jeff Mahoney · 8 years ago
  20. e63e88b nilfs2: move ioctl interface and disk layout to uapi separately by Ryusuke Konishi · 8 years ago
  21. 4ce5c34 nilfs2: use BIT() macro by Ryusuke Konishi · 8 years ago
  22. ad980c9 nilfs2: fix misuse of a semaphore in sysfs code by Ryusuke Konishi · 8 years ago
  23. a7d3f10 nilfs2: refactor parser of snapshot mount option by Ryusuke Konishi · 8 years ago
  24. aceb417 nilfs2: do not use yield() by Ryusuke Konishi · 8 years ago
  25. 39a9dcc nilfs2: emit error message when I/O error is detected by Ryusuke Konishi · 8 years ago
  26. d6517de nilfs2: replace nilfs_warning() with nilfs_msg() by Ryusuke Konishi · 8 years ago
  27. feee880 nilfs2: reduce bare use of printk() with nilfs_msg() by Ryusuke Konishi · 8 years ago
  28. 6625689 nilfs2: embed a back pointer to super block instance in nilfs object by Ryusuke Konishi · 8 years ago
  29. a66dfb0 nilfs2: add nilfs_msg() message interface by Ryusuke Konishi · 8 years ago
  30. cae3d4c nilfs2: hide function name argument from nilfs_error() by Ryusuke Konishi · 8 years ago
  31. a310dcb fs/binfmt_em86.c: fix incompatible pointer type by Daniel Wagner · 8 years ago
  32. 0036d1f binfmt_elf: fix calculations for bss padding by Kees Cook · 8 years ago
  33. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  34. ca52953 fs/proc/task_mmu.c: suppress compilation warnings with W=1 by Valdis Kletnieks · 8 years ago
  35. 519ded5 procfs: avoid 32-bit time_t in /proc/*/stat by Arnd Bergmann · 8 years ago
  36. ef41939 proc_oom_score: remove tasklist_lock and pid_alive() by Oleg Nesterov · 8 years ago
  37. 05eb6e7 radix-tree: account nodes to memcg only if explicitly requested by Vladimir Davydov · 8 years ago
  38. ee8f7fc ocfs2/dlm: continue to purge recovery lockres when recovery master goes down by piaojun · 8 years ago
  39. 309e919 ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref by piaojun · 8 years ago
  40. 86b652b ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dlm_deref_lockres_done_handler by piaojun · 8 years ago
  41. 2070ad1 ocfs2: retry on ENOSPC if sufficient space in truncate log by Eric Ren · 8 years ago
  42. 01a36b6 ocfs2: ensure that dlm lockspace is created by kernel module by Gang He · 8 years ago
  43. 8bbb20a orangefs: Account for jiffies wraparound. by Martin Brandenburg · 8 years ago
  44. 957ee43 orangefs: Change default dcache and getattr timeout to 50 msec. by Martin Brandenburg · 8 years ago
  45. 4cd8f31 orangefs: Allow dcache and getattr cache time to be configured. by Martin Brandenburg · 8 years ago
  46. 71680c1 orangefs: Cache getattr results. by Martin Brandenburg · 8 years ago
  47. 31b7c1a orangefs: Use d_time to avoid excessive lookups by Martin Brandenburg · 9 years ago
  48. 44f714d Btrfs: improve performance on fsync against new inode after rename/unlink by Filipe Manana · 8 years ago
  49. 6771089 Btrfs: be more precise on errors when getting an inode from disk by Filipe Manana · 8 years ago
  50. 9515558 Btrfs: send, don't bug on inconsistent snapshots by Filipe Manana · 8 years ago
  51. 15b253e Btrfs: send, avoid incorrect leaf accesses when sending utimes operations by Filipe Manana · 8 years ago
  52. 764433a Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations by Robbie Ko · 9 years ago
  53. 443f9d2 Btrfs: send, fix warning due to late freeing of orphan_dir_info structures by Robbie Ko · 9 years ago
  54. 99ea42d Btrfs: incremental send, fix premature rmdir operations by Robbie Ko · 9 years ago
  55. 4122ea6 Btrfs: incremental send, fix invalid paths for rename operations by Filipe Manana · 8 years ago
  56. 7969e77 Btrfs: send, add missing error check for calls to path_loop() by Filipe Manana · 8 years ago
  57. 801bec3 Btrfs: send, fix failure to move directories with the same name around by Robbie Ko · 9 years ago
  58. 0596a90 Btrfs: add missing check for writeback errors on fsync by Filipe Manana · 8 years ago
  59. ba929b6 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  60. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  61. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  62. 19a6d89 qstr: constify instances in adfs by Al Viro · 8 years ago
  63. 185de68 qstr: constify instances in f2fs by Al Viro · 8 years ago
  64. ac3ba64 qstr: constify instances in ext2 by Al Viro · 8 years ago
  65. b59091c qstr: constify instances in vfat by Al Viro · 8 years ago
  66. dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
  67. 13983d0 qstr: constify instances in fuse by Al Viro · 8 years ago
  68. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  69. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  70. e0b3f59 affs ->d_compare(): don't bother with ->d_inode by Al Viro · 8 years ago
  71. 15d3c58 fold _d_rehash() and __d_rehash() together by Al Viro · 8 years ago
  72. 13cd0913 ubifs: switch_gc_head: Remove redondant sync of wbuf by Sylvain Etienne · 8 years ago
  73. dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 8 years ago
  74. 380bc8b ubifs: Update comment for ubifs_errc by Daniel Golle · 8 years ago
  75. d614146 fold dentry_rcuwalk_invalidate() into its only remaining caller by Al Viro · 8 years ago
  76. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  77. 20d00ee Revert "vfs: add lookup_hash() helper" by Linus Torvalds · 8 years ago
  78. e7b4f2d Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  79. 0a7736d Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs by Linus Torvalds · 8 years ago
  80. a54809f Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  81. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  82. dfaf8d2 ubifs: Make xattr structures static by Ben Dooks · 8 years ago
  83. 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 8 years ago
  84. 4a7f4e8 fuse: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  85. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  86. 9ebce59 fuse: fuse_flush must check mapping->flags for errors by Maxim Patlasov · 8 years ago
  87. ac7f052 fuse: fsync() did not return IO errors by Alexey Kuznetsov · 8 years ago
  88. 30c17eb ovl: simplify empty checking by Miklos Szeredi · 8 years ago
  89. 29c42e8 qstr: constify instances in overlayfs by Al Viro · 8 years ago
  90. dbc816d ovl: clear nlink on rmdir by Miklos Szeredi · 8 years ago
  91. 76bc8e2 ovl: disallow overlayfs as upperdir by Miklos Szeredi · 8 years ago
  92. 656189d ovl: fix warning by Miklos Szeredi · 8 years ago
  93. 5f21501 ovl: remove duplicated include from super.c by Wei Yongjun · 8 years ago
  94. 500cac3 ovl: append MAY_READ when diluting write checks by Vivek Goyal · 8 years ago
  95. e29841a ovl: dilute permission checks on lower only if not special file by Vivek Goyal · 8 years ago
  96. d837a49 ovl: fix POSIX ACL setting by Miklos Szeredi · 8 years ago
  97. 51f7e52 ovl: share inode for hard link by Miklos Szeredi · 8 years ago
  98. 39b681f ovl: store real inode pointer in ->i_private by Miklos Szeredi · 8 years ago
  99. a999d7e ovl: permission: return ECHILD instead of ENOENT by Miklos Szeredi · 8 years ago
  100. d719e8f ovl: update atime on upper by Miklos Szeredi · 8 years ago