1. c86c97f mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty() by Cyrill Gorcunov · 10 years ago
  2. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  3. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
  4. bdbeacd fs/9p/v9fs.c: add __init to v9fs_sysfs_init by Fabian Frederick · 10 years ago
  5. e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
  6. 17bf141 ocfs2: fix incorrect i_size of global bitmap inode after resize by Joseph Qi · 10 years ago
  7. b7ac233 ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super by Joseph Qi · 10 years ago
  8. 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
  9. a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 10 years ago
  10. c253ed1 fs/ocfs2/ioctl.c: add static to local functions by Fabian Frederick · 10 years ago
  11. 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
  12. 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 10 years ago
  13. b3821c3 ocfs2: remove some redundant casting by George Spelvin · 10 years ago
  14. 69201bb fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy by Fabian Frederick · 10 years ago
  15. 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
  16. 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 10 years ago
  17. c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  18. f6b1fe7 fs/configs/item.c: kernel-doc fixes + clean-up by Fabian Frederick · 10 years ago
  19. 2201083 fs/squashfs/squashfs.h: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  20. 504e0e2 ntfs: remove NULL value assignments by Fabian Frederick · 10 years ago
  21. 48149e9 fanotify: check file flags passed in fanotify_init by Heinrich Schuchardt · 10 years ago
  22. cc299a9 fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking by Heinrich Schuchardt · 10 years ago
  23. efa8f7e fs/notify/mark.c: trivial cleanup by David Cohen · 10 years ago
  24. d4c7cf6 fanotify: create FAN_ACCESS event for readdir by Heinrich Schuchardt · 10 years ago
  25. 0a8dd2d fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path by Heinrich Schuchardt · 10 years ago
  26. 3185a88 fs/fscache: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  27. 36dfd11 fs/fscache: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  28. daf342a Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into next by Linus Torvalds · 10 years ago
  29. ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 10 years ago
  30. 74efa04 Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next by Linus Torvalds · 10 years ago
  31. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  32. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  33. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  34. 4f65b6d fs/jfs/jfs_dmap.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  35. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  36. bc4e6b2 fs/jfs/jfs_logmgr.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  37. 5da7776 Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Linus Torvalds · 10 years ago
  38. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 10 years ago
  39. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  40. 62af4f1 locks: add some tracepoints in the lease handling code by Jeff Layton · 10 years ago
  41. 5315c26 fs/locks.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  42. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  43. 9f12600 dcache: add missing lockdep annotation by Linus Torvalds · 10 years ago
  44. 8cbf74d dentry_kill() doesn't need the second argument now by Al Viro · 10 years ago
  45. b2b8019 dealing with the rest of shrink_dentry_list() livelock by Al Viro · 10 years ago
  46. 046b961 shrink_dentry_list(): take parent's ->d_lock earlier by Al Viro · 10 years ago
  47. ff2fde9 expand dentry_kill(dentry, 0) in shrink_dentry_list() by Al Viro · 10 years ago
  48. e55fd01 split dentry_kill() by Al Viro · 10 years ago
  49. e31da3f JFS: Check for NULL before calling posix_acl_equiv_mode() by William Burrow · 10 years ago
  50. 64fd72e lift the "already marked killed" case into shrink_dentry_list() by Al Viro · 10 years ago
  51. b6dd6f4 vfs: fix vmplice_to_user() by Miklos Szeredi · 10 years ago
  52. 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  53. 9f70a40 sysfs: fix attribute_group bin file path on removal by Robert ABEL · 10 years ago
  54. db1003f Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  55. 80a1de2 Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  56. 66db6cf ocfs2: fix double kmem_cache_destroy in dlm_init by Joseph Qi · 10 years ago
  57. 656f88d AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* by David Howells · 10 years ago
  58. 150a6b4 AFS: Fix kafs module unloading by Nathaniel Wesley Filardo · 10 years ago
  59. 6cf1286 AFS: Part of afs_end_call() is identical to code elsewhere, so split it by Nathaniel Wesley Filardo · 10 years ago
  60. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  61. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  62. 11da37b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  63. 5e9d9fc Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  64. 27b1142 nfsd4: warn on finding lockowner without stateid's by J. Bruce Fields · 10 years ago
  65. a1b8ff4 nfsd4: remove lockowner when removing lock stateid by J. Bruce Fields · 10 years ago
  66. 6c67c7c AFS: Fix cache manager service handlers by David Howells · 10 years ago
  67. 439c610 Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  68. 51a6025 Btrfs: send, fix incorrect ref access when using extrefs by Filipe Manana · 10 years ago
  69. d3ecfcd Btrfs: fix EIO on reading file after ioctl clone works on it by Liu Bo · 10 years ago
  70. 41abc90 Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  71. f5c16f2 sysfs: make sure read buffer is zeroed by Tejun Heo · 10 years ago
  72. 2667bcb block: move ioprio.c from fs/ to block/ by Jens Axboe · 10 years ago
  73. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 10 years ago
  74. 9dd868e GFS2: fs/gfs2/file.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  75. c62baf6 GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  76. 5513a51 nfsd4: fix corruption on setting an ACL. by J. Bruce Fields · 10 years ago
  77. ee4eec4 xfs: list_lru_init returns a negative error by Dave Chinner · 10 years ago
  78. bc14782 xfs: negate xfs_icsb_init_counters error value by Dave Chinner · 10 years ago
  79. 4568764 xfs: negate mount workqueue init error value by Dave Chinner · 10 years ago
  80. 6670232 xfs: fix wrong err sign on xfs_set_acl() by Dave Chinner · 10 years ago
  81. a5a14de xfs: fix wrong errno from xfs_initxattrs by Dave Chinner · 10 years ago
  82. 65149e3 xfs: correct error sign on COLLAPSE_RANGE errors by Dave Chinner · 10 years ago
  83. b38a134 xfs: xfs_commit_metadata returns wrong errno by Dave Chinner · 10 years ago
  84. 8ff1e67 xfs: fix incorrect error sign in xfs_file_aio_read by Dave Chinner · 10 years ago
  85. 43ec146 xfs: xfs_dir_fsync() returns positive errno by Dave Chinner · 10 years ago
  86. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 10 years ago
  87. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  88. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 10 years ago
  89. 14186fe Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  90. 1972663 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  91. 7e338c9 Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  92. cf01f4e locks: only validate the lock vs. f_mode in F_SETLK codepaths by Jeff Layton · 10 years ago
  93. afcf0a2 Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  94. aa07c71 NFSD: Call ->set_acl with a NULL ACL structure if no entries by Kinglong Mee · 10 years ago
  95. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  96. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  97. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  98. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 10 years ago
  99. 6b6751f autofs: fix lockref lookup by Ian Kent · 10 years ago
  100. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago