1. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  2. 9cc64ce fs/exec.c: make bprm_mm_init() static by Yuanhan Liu · 12 years ago
  3. b24ae0b ocfs2/dlm: use GFP_ATOMIC inside a spin_lock by Dan Carpenter · 12 years ago
  4. 9b171e0 ocfs2: fix possible use-after-free with AIO by Jan Kara · 12 years ago
  5. 30b9c9e ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code path by Sunil Mushran · 12 years ago
  6. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 12 years ago
  7. 0e9b10a target: writev() on single-element vector is pointless by Al Viro · 12 years ago
  8. 7bb307e export kernel_write(), convert open-coded instances by Al Viro · 12 years ago
  9. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  10. 182be68 kill f_vfsmnt by Al Viro · 12 years ago
  11. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 12 years ago
  12. 4f4a4fa nfsd: handle vfs_getattr errors in acl protocol by J. Bruce Fields · 12 years ago
  13. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  14. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 12 years ago
  15. 79f9f99 ceph: prepopulate inodes only when request is aborted by Sage Weil · 12 years ago
  16. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 12 years ago
  17. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 12 years ago
  18. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 12 years ago
  19. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 12 years ago
  20. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 12 years ago
  21. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 12 years ago
  22. 38baba9 9p: add fid-based variant of v9fs_xattr_set() by Al Viro · 12 years ago
  23. 8add862 tegra: don't wank with d_find_alias() by Al Viro · 12 years ago
  24. 0990a97 lirc: get rid of bogus checks by Al Viro · 12 years ago
  25. 0df4d6e hugetlb_file_setup(): use d_alloc_pseudo() by Al Viro · 12 years ago
  26. 3451538 shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() by Al Viro · 12 years ago
  27. 3f3834c oprofilefs: add missing ->i_mutex locking in object creation by Al Viro · 12 years ago
  28. 2248b87 spufs_mkdir(): don't d_add() on negative parent by Al Viro · 12 years ago
  29. 4e6b897 hostfs: directory methods have no business in non-directory inode_operations by Al Viro · 12 years ago
  30. 78c3e47 xenfs: switch to pure simple_fill_super() by Al Viro · 12 years ago
  31. 740da42 __d_materialise_unique() is too generic by Al Viro · 12 years ago
  32. 54c807e fs: Fix possible use-after-free with AIO by Jan Kara · 12 years ago
  33. da2d845 constify d_lookup() arguments by Al Viro · 12 years ago
  34. a713ca2 constify __d_lookup() arguments by Al Viro · 12 years ago
  35. cc2a527 lookup_slow: get rid of name argument by Al Viro · 12 years ago
  36. e97cdc8 lookup_fast: get rid of name argument by Al Viro · 12 years ago
  37. 21b9b07 get rid of name and type arguments of walk_component() by Al Viro · 12 years ago
  38. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 12 years ago
  39. ad8ca37 vfs: remove d_path_with_unreachable by Jeff Layton · 12 years ago
  40. 6b4d0b2 clean shmem_file_setup() a bit by Al Viro · 12 years ago
  41. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  42. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 12 years ago
  43. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  44. 57eccb8 mount: consolidate permission checks by Al Viro · 12 years ago
  45. 9b40bc9 get rid of unprotected dereferencing of mnt->mnt_ns by Al Viro · 12 years ago
  46. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  47. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 12 years ago
  48. b1e0318 sys_clone() needs asmlinkage_protect by Al Viro · 12 years ago
  49. 43b1682 make sure that /linuxrc has std{in,out,err} by Al Viro · 12 years ago
  50. 5da1f88 Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  51. 793388a Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  52. abad21a Merge tag 'staging-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  53. 0d060d2 Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  54. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  55. b814469 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  56. 2f91ec8 asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build by Kirill A. Shutemov · 12 years ago
  57. 7d1f9ae Linux 3.8-rc4 by Linus Torvalds · 12 years ago
  58. 1ee0a22 USB: io_ti: Fix NULL dereference in chase_port() by Wolfgang Frisch · 12 years ago
  59. 99beb2e USB: option: add TP-LINK HSUPA Modem MA180 by Bjørn Mork · 12 years ago
  60. 2291dff USB: option: blacklist network interface on ONDA MT8205 4G LTE by Bjørn Mork · 12 years ago
  61. 7dfc833 staging/sb105x: PARPORT config is not good enough must use PARPORT_PC by Steven Rostedt · 12 years ago
  62. 811a37e staging: wlan-ng: Fix clamping of returned SSID length by Tormod Volden · 12 years ago
  63. aec992f Merge tag 'iio-fixes-for-3.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 12 years ago
  64. ebebd49 8250/16?50: Add support for Broadcom TruManage redirected serial port by Stephen Hurd · 12 years ago
  65. ded2f295 pty: return EINVAL for TIOCGPTN for BSD ptys by Jiri Slaby · 12 years ago
  66. 1ee4c55 staging: vt6656: Fix inconsistent structure packing by Ben Hutchings · 12 years ago
  67. 33080c1 Drivers: hv: balloon: Fix a memory leak by K. Y. Srinivasan · 12 years ago
  68. 6427a0d Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg by K. Y. Srinivasan · 12 years ago
  69. 72ffaa4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  70. dfdebc2 Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  71. 309b51e Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  72. 37f1356 xfs: recalculate leaf entry pointer after compacting a dir2 block by Eric Sandeen · 12 years ago
  73. ab7eac2 xfs: remove int casts from debug dquot soft limit timer asserts by Brian Foster · 12 years ago
  74. 91e4bac xfs: fix the multi-segment log buffer format by Mark Tinguely · 12 years ago
  75. 2d0e9df xfs: fix segment in xfs_buf_item_format_segment by Mark Tinguely · 12 years ago
  76. 0f22f9d xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 12 years ago
  77. d44d9bc xfs: use b_maps[] for discontiguous buffers by Mark Tinguely · 12 years ago
  78. 9174adb xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. by Andrew Cooper · 12 years ago
  79. 3a55fb0 Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZE by Kirill Smelkov · 12 years ago
  80. fbfc23e mfd, TWL4030: TWL4030 need select REGMAP_I2C by Chuansheng Liu · 12 years ago
  81. 30a4840 drivers/base/cpu.c: Fix typo in comment by Ralf Baechle · 12 years ago
  82. e65b9ad lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOC by Jiri Kosina · 12 years ago
  83. 36e7a96 Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  84. ce0f706 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  85. 31db720 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  86. 56400b5 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  87. aa8b550 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  88. a6d3bd27 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  89. 2409c87 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. c4ef9bc MAINTAINERS: update email address for Timur Tabi by Timur Tabi · 12 years ago
  91. 4adf07f firmware: make sure the fw file size is not 0 by Luciano Coelho · 12 years ago
  92. 774a122 module, async: async_synchronize_full() on module init iff async is used by Tejun Heo · 12 years ago
  93. 509d97b s390/chsc: fix SEI usage by Sebastian Ott · 12 years ago
  94. ed4f209 s390/time: fix sched_clock() overflow by Heiko Carstens · 12 years ago
  95. 035688d sh: ecovec: add sample amixer settings by Kuninori Morimoto · 12 years ago
  96. 5dd070d serial:ifx6x60:Keep word size accordance with SPI controller by channing · 12 years ago
  97. 68e56cb tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler by Maxime Ripard · 12 years ago
  98. 2eaa865 serial: samsung: remove redundant setting of line config during port reset by Thomas Abraham · 12 years ago
  99. d55bf53 Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic." by Konrad Rzeszutek Wilk · 12 years ago
  100. 014b9b4 serial:ifx6x60:Delete SPI timer when shut down port by chao bi · 12 years ago