1. b9ffce9 Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 9 years ago
  2. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  3. 77a7880 Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  4. 5445b1f NFSv4: Respect the server imposed limit on how many changes we may cache by Trond Myklebust · 9 years ago
  5. 7d160a6 NFSv4: Express delegation limit in units of pages by Trond Myklebust · 9 years ago
  6. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  7. bd77966 Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  8. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  9. 2236597 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  10. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  11. 2c5b7e1 userfaultfd: avoid missing wakeups during refile in userfaultfd_read by Andrea Arcangeli · 9 years ago
  12. dfa37dc userfaultfd: allow signals to interrupt a userfault by Andrea Arcangeli · 9 years ago
  13. e6485a4 userfaultfd: require UFFDIO_API before other ioctls by Andrea Arcangeli · 9 years ago
  14. ad465ca userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE by Andrea Arcangeli · 9 years ago
  15. a14c151 userfaultfd: buildsystem activation by Andrea Arcangeli · 9 years ago
  16. 8d2afd9 userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read by Andrea Arcangeli · 9 years ago
  17. 3004ec9 userfaultfd: allocate the userfaultfd_ctx cacheline aligned by Andrea Arcangeli · 9 years ago
  18. 15b726e userfaultfd: optimize read() and poll() to be O(1) by Andrea Arcangeli · 9 years ago
  19. ba85c70 userfaultfd: wake pending userfaults by Andrea Arcangeli · 9 years ago
  20. a9b85f9 userfaultfd: change the read API to return a uffd_msg by Andrea Arcangeli · 9 years ago
  21. 3f602d2 userfaultfd: Rename uffd_api.bits into .features by Pavel Emelyanov · 9 years ago
  22. 86039bd userfaultfd: add new syscall to provide memory externalization by Andrea Arcangeli · 9 years ago
  23. 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
  24. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  25. 4635929 ocfs2: clean up redundant NULL checks before kfree by Joseph Qi · 9 years ago
  26. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  27. d0c97d5 ocfs2: do not set fs read-only if rec[0] is empty while committing truncate by Xue jiufei · 9 years ago
  28. 7f27ec9 ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock() by yangwenfang · 9 years ago
  29. 40476b8 ocfs2: use 64bit variables to track heartbeat time by Tina Ruchandani · 9 years ago
  30. ad69482 ocfs2: fix race between crashed dio and rm by Joseph Qi · 9 years ago
  31. f57a22d ocfs2: avoid access invalid address when read o2dlm debug messages by Yiwen Jiang · 9 years ago
  32. 743b5f1 ocfs2: take inode lock in ocfs2_iop_set/get_acl() by Tariq Saeed · 9 years ago
  33. 3d46a44 ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() by Tariq Saeed · 9 years ago
  34. 72f6fe1 ocfs2: optimize error handling in dlm_request_join by Norton.Zhu · 9 years ago
  35. 928dda1 ocfs2: fix a tiny case that inode can not removed by Yiwen Jiang · 9 years ago
  36. 6ab855a ocfs2: add ip_alloc_sem in direct IO to protect allocation changes by WeiWei Wang · 9 years ago
  37. 3423768 ocfs2: clear the rest of the buffers on error by Goldwyn Rodrigues · 9 years ago
  38. 17a5b9a ocfs2: acknowledge return value of ocfs2_error() by Goldwyn Rodrigues · 9 years ago
  39. 7d0fb91 ocfs2: add errors=continue by Goldwyn Rodrigues · 9 years ago
  40. 513e2da ocfs2: flush inode data to disk and free inode when i_count becomes zero by Xue jiufei · 9 years ago
  41. 0f5e7b4 ocfs2: trusted xattr missing CAP_SYS_ADMIN check by Sanidhya Kashyap · 9 years ago
  42. 807a790 ocfs2: set filesytem read-only when ocfs2_delete_entry failed. by jiangyiwen · 9 years ago
  43. f83c7b5 ocfs2/dlm: use list_for_each_entry instead of list_for_each by Joseph Qi · 9 years ago
  44. 0e3d9ea ocfs2: remove unneeded code in dlm_register_domain_handlers by Joseph Qi · 9 years ago
  45. cdd09f4 ocfs2: fix BUG when o2hb_register_callback fails by Joseph Qi · 9 years ago
  46. 914a9b7 ocfs2: remove unneeded code in ocfs2_dlm_init by Joseph Qi · 9 years ago
  47. 3cb2ec4 ocfs2: adjust code to match locking/unlocking order by Joseph Qi · 9 years ago
  48. bf59e66 ocfs2: clean up unused local variables in ocfs2_file_write_iter by Joseph Qi · 9 years ago
  49. 372a447 ocfs2: do not log twice error messages by Christophe JAILLET · 9 years ago
  50. acf8fdb ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access by Joseph Qi · 9 years ago
  51. faaebf1 ocfs2: fix several issues of append dio by Joseph Qi · 9 years ago
  52. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  53. 917520e ntfs: delete unnecessary checks before calling iput() by SF Markus Elfring · 9 years ago
  54. 4712e722 fsnotify: get rid of fsnotify_destroy_mark_locked() by Jan Kara · 9 years ago
  55. 925d113 fsnotify: remove mark->free_list by Jan Kara · 9 years ago
  56. 3c53e51 fsnotify: fix check in inotify fdinfo printing by Jan Kara · 9 years ago
  57. 7c49b86 fs/notify: optimize inotify/fsnotify code for unwatched files by Dave Hansen · 9 years ago
  58. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  59. aa1057b ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dio by Ryan Ding · 9 years ago
  60. 4eae501 Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files" by Trond Myklebust · 9 years ago
  61. 5cf9d70 NFS: Optimise away the close-to-open getattr if there is no cached data by Trond Myklebust · 9 years ago
  62. 4c12ab7 Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  63. 9cbf22b Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
  64. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  65. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  66. 824b005 Merge branch 'hpfs' (patches from Mikulas) by Linus Torvalds · 9 years ago
  67. f49a26e hpfs: update ctime and mtime on directory modification by Mikulas Patocka · 9 years ago
  68. a64eefa hpfs: support hotfixes by Mikulas Patocka · 9 years ago
  69. 7cc8c5c NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb by Trond Myklebust · 9 years ago
  70. f95c03b NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error() by Trond Myklebust · 9 years ago
  71. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  72. a457974 nfsd: deal with DELEGRETURN racing with CB_RECALL by Andrew Elble · 9 years ago
  73. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  74. 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  75. 4a3e577 nfs: Remove unneeded checking of the return value from scnprintf by Kinglong Mee · 9 years ago
  76. 4a70316 nfs: Fix truncated client owner id without proto type by Kinglong Mee · 9 years ago
  77. 889d94d NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid by Trond Myklebust · 9 years ago
  78. 81d6dc8 NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid by Trond Myklebust · 9 years ago
  79. 388ef16 NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid() by Trond Myklebust · 9 years ago
  80. 01a5ad8 f2fs: upset segment_info repair by Yunlei He · 9 years ago
  81. 972398f NFSv4.1/flexfiles: Fix freeing of mirrors by Trond Myklebust · 9 years ago
  82. f984a7c nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM case by J. Bruce Fields · 9 years ago
  83. 5d54b8c Merge branch 'xfs-misc-fixes-for-4.3-4' into for-next by Dave Chinner · 9 years ago
  84. 3fcbbd2 nfsd: ensure that delegation stateid hash references are only put once by Jeff Layton · 9 years ago
  85. e856873 nfsd: ensure that the ol stateid hash reference is only put once by Jeff Layton · 9 years ago
  86. 51a5456 nfsd: allow more than one laundry job to run at a time by Jeff Layton · 9 years ago
  87. 46cc8ba nfsd: don't WARN/backtrace for invalid container deployment. by Paul Gortmaker · 9 years ago
  88. 7fadc59 fs: fix fs/locks.c kernel-doc warning by Randy Dunlap · 9 years ago
  89. 75976de NFSD: Return word2 bitmask if setting security label in OPEN/CREATE by Kinglong Mee · 9 years ago
  90. ead8fb8 NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  91. 7d58072 nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL. by Kinglong Mee · 9 years ago
  92. 6896f15 nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bug by Kinglong Mee · 9 years ago
  93. 0a2050d NFSD: Store parent's stat in a separate value by Kinglong Mee · 9 years ago
  94. 1c00038 Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  95. 2d89a1d NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file by Trond Myklebust · 9 years ago
  96. 21b874c NFSv4.1/pnfs: Handle LAYOUTGET return values correctly by Trond Myklebust · 9 years ago
  97. 4ae93560 NFSv4.1/pnfs: Don't ask for a read layout for an empty file. by Trond Myklebust · 9 years ago
  98. 4a1e2fe NFSv4.1: Fix a protocol issue with CLOSE stateids by Trond Myklebust · 9 years ago
  99. 90816d1 NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors by Trond Myklebust · 9 years ago
  100. 54d7185 f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent by Chao Yu · 9 years ago