1. 3b96d7d fs/exec.c: call arch_pick_mmap_layout() only once by Richard Weinberger · 11 years ago
  2. b88fae6 exec: avoid propagating PF_NO_SETAFFINITY into userspace child by Zhang Yi · 11 years ago
  3. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 11 years ago
  4. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 11 years ago
  5. 63e46b9 exec: move the final allow_write_access/fput into free_bprm() by Oleg Nesterov · 11 years ago
  6. 9e00cdb exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic by Oleg Nesterov · 11 years ago
  7. 83f62a2 exec:check_unsafe_exec: use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
  8. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  9. 3d93116 fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns by Axel Lin · 11 years ago
  10. c1d867a fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists. by Dave Jones · 11 years ago
  11. cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 11 years ago
  12. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 11 years ago
  13. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 11 years ago
  14. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
  15. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 11 years ago
  16. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 11 years ago
  17. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 11 years ago
  18. 7288e11 coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY by Oleg Nesterov · 11 years ago
  19. abacd2f coredump: set_dumpable: fix the theoretical race with itself by Oleg Nesterov · 11 years ago
  20. d74a054 hfsplus: remove hfsplus_file_lookup() by Sougata Santra · 11 years ago
  21. d623a94 nilfs2: add comments for ioctls by Vyacheslav Dubeyko · 11 years ago
  22. 4b15d61 fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy() by Wenliang Fan · 11 years ago
  23. 7e775f4 fs/pipe.c: skip file_update_time on frozen fs by Dmitry Monakhov · 11 years ago
  24. 8dc51fe autofs: fix symlinks aren't checked for expiry by Ian Kent · 11 years ago
  25. c24930a autofs: use IS_ROOT to replace root dentry checks by Rui Xiang · 11 years ago
  26. da29b75 autofs: fix the return value of autofs4_fill_super by Rui Xiang · 11 years ago
  27. fbff087 autofs4: translate pids to the right namespace for the daemon by Miklos Szeredi · 11 years ago
  28. 6eaba35 autofs4: allow autofs to work outside the initial PID namespace by Sukadev Bhattiprolu · 11 years ago
  29. 87e06aa fs/ramfs: move ramfs_aops to inode.c by Axel Lin · 11 years ago
  30. 0fa9aa2 fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static by Axel Lin · 11 years ago
  31. 7a5f4f1 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF by Todor Minchev · 11 years ago
  32. 04f9b74 remove extra definitions of U32_MAX by Alex Elder · 11 years ago
  33. 7771953 conditionally define U32_MAX by Alex Elder · 11 years ago
  34. 2252b62 logfs: check for the return value after calling find_or_create_page() by Younger Liu · 11 years ago
  35. e3bba3c fs/proc/page.c: add PageAnon check to surely detect thp by Naoya Horiguchi · 11 years ago
  36. 90804ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  37. 5ee7a81a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  38. 0d90d63 Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  39. 1d32bda Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  40. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  41. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 11 years ago
  42. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  43. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  44. 063ec1e fuse: fix SetPageUptodate() condition in STORE by Miklos Szeredi · 11 years ago
  45. 28a625c fuse: fix pipe_buf_operations by Miklos Szeredi · 11 years ago
  46. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  47. 63f5384 f2fs: remove the orphan block page array by Gu Zheng · 11 years ago
  48. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  49. e8dae60 f2fs: move a branch for code redability by Jaegeuk Kim · 11 years ago
  50. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  51. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  52. ff0bc6c Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  53. 2182c81 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  54. 34e431b /proc/meminfo: provide estimated available memory by Rik van Riel · 11 years ago
  55. af52b04 fs/ramfs: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  56. b5bd856 fs/super.c: fix WARN on alloc_super() fail path by Vladimir Davydov · 11 years ago
  57. 4e4f9e6 fs/read_write.c:compat_readv(): remove bogus area verify by Corey Minyard · 11 years ago
  58. 38316c8 fs/compat_ioctl.c: fix an underflow issue (harmless) by Dan Carpenter · 11 years ago
  59. 0afaa12 posix_acl: uninlining by Andrew Morton · 11 years ago
  60. 75f82ea ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously by Yiwen Jiang · 11 years ago
  61. a2a3b39 ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative by Tariq Saeed · 11 years ago
  62. 16eac4b ocfs2: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  63. 1ba2212 ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl by Jie Liu · 11 years ago
  64. aa89762 ocfs2: return EINVAL if the given range to discard is less than block size by Jie Liu · 11 years ago
  65. 19e8ac2 ocfs2: return EOPNOTSUPP if the device does not support discard by Jie Liu · 11 years ago
  66. 0a2fcd89 ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits() by Younger Liu · 11 years ago
  67. c994c2e ocfs2: use the new DLM operation callbacks while requesting new lockspace by Goldwyn Rodrigues · 11 years ago
  68. 4150363 ocfs2: framework for version LVB by Goldwyn Rodrigues · 11 years ago
  69. 3e83415 ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node by Goldwyn Rodrigues · 11 years ago
  70. 24aa338 ocfs2: shift allocation ocfs2_live_connection to user_connect() by Goldwyn Rodrigues · 11 years ago
  71. 66e188f ocfs2: add DLM recovery callbacks by Goldwyn Rodrigues · 11 years ago
  72. c74a3bd ocfs2: add clustername to cluster connection by Goldwyn Rodrigues · 11 years ago
  73. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  74. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  75. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  76. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  77. e9fe690 inotify: provide function for name length rounding by Jan Kara · 11 years ago
  78. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  79. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  80. d57b9c9 GFS2: revert "GFS2: d_splice_alias() can't return error" by J. Bruce Fields · 11 years ago
  81. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  82. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
  83. 8b127d0 GFS2: Small cleanup by Bob Peterson · 11 years ago
  84. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 11 years ago
  85. c434cbc f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) by Changman Lee · 11 years ago
  86. c33ec32 f2fs: avoid f2fs_balance_fs call during pageout by Jaegeuk Kim · 11 years ago
  87. 70b23ce Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  88. 1e3d362 GFS2: Fix kbuild test robot reported warning by Steven Whitehouse · 11 years ago
  89. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 11 years ago
  90. 2d9e723 GFS2: Move quota bitmap operations under their own lock by Steven Whitehouse · 11 years ago
  91. ee2411a GFS2: Clean up quota slot allocation by Steven Whitehouse · 11 years ago
  92. 8ad151c GFS2: Only run logd and quota when mounted read/write by Steven Whitehouse · 11 years ago
  93. c754fbb GFS2: Use RCU/hlist_bl based hash for quotas by Steven Whitehouse · 11 years ago
  94. 086352f GFS2: No need to invalidate pages for a dio read by Steven Whitehouse · 11 years ago
  95. bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  96. 499046a f2fs: add delimiter to seperate name and value in debug phrase by Changman Lee · 11 years ago
  97. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 11 years ago
  98. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 11 years ago
  99. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 11 years ago
  100. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago