1. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 6e8cd2c efivarfs: we can use simple_lookup() now by Al Viro · 11 years ago
  3. 74931da make simple_lookup() usable for filesystems that set ->s_d_op by Al Viro · 11 years ago
  4. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
  5. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  6. 239dab4 Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  7. f1c4108 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  8. 4f5e65a fput: turn "list_head delayed_fput_list" into llist_head by Oleg Nesterov · 11 years ago
  9. 6437250 fs/file_table.c:fput(): add comment by Andrew Morton · 11 years ago
  10. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  11. 689c3db CIFS: Fix a deadlock when a file is reopened by Pavel Shilovsky · 11 years ago
  12. b33fcf1 CIFS: Reopen the file if reconnect durable handle failed by Pavel Shilovsky · 11 years ago
  13. c31ad43 xfs: Fix the logic check for all quotas being turned off by Chandra Seetharaman · 11 years ago
  14. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  15. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  16. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  17. 746919d Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  18. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  19. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  20. 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
  21. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  22. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  23. 1c46943 [CIFS] Fix minor endian error in durable handle patch series by Steve French · 11 years ago
  24. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  25. 064f604 CIFS: Make SMB2_open use cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  26. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  27. 63eb3de CIFS: Request durable open for SMB2 opens by Pavel Shilovsky · 11 years ago
  28. d22cbfe CIFS: Simplify SMB2 create context handling by Pavel Shilovsky · 11 years ago
  29. 59aa371 CIFS: Simplify SMB2_open code path by Pavel Shilovsky · 11 years ago
  30. ca81983 CIFS: Respect create_options in smb2_open_file by Pavel Shilovsky · 11 years ago
  31. fd55439 CIFS: Fix lease context buffer parsing by Pavel Shilovsky · 11 years ago
  32. 42c49d7 xfs: fix sgid inheritance for subdirectories inheriting default acls [V3] by Carlos Maiolino · 11 years ago
  33. cc18ec3 Use ecryptfs_dentry_to_lower_path in a couple of places by Matthew Wilcox · 11 years ago
  34. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  35. c755966 NFS: Allow nfs_updatepage to extend a write under additional circumstances by Scott Mayhew · 11 years ago
  36. b0a9dab xfs: dquot log reservations are too small by Dave Chinner · 11 years ago
  37. f3508bc xfs: remove local fork format handling from xfs_bmapi_write() by Dave Chinner · 11 years ago
  38. 07b5ce8 NFS: Make nfs_readdir revalidate less often by Scott Mayhew · 11 years ago
  39. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 11 years ago
  40. cda57a1 nfs: set verifier on existing dentries in nfs_prime_dcache by Jeff Layton · 11 years ago
  41. 862a629 xfs: use get_unused_fd_flags(0) instead of get_unused_fd() by Yann Droneaud · 11 years ago
  42. 9cee4c5 xfs: clean up unused codes at xfs_bulkstat() by Jie Liu · 11 years ago
  43. a82a729 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  44. 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  45. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  46. 76b1e9b net/fs: change busy poll time accounting by Eliezer Tamir · 11 years ago
  47. da89bd2 Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  48. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  49. 1f792dd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  50. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  51. a69c7c0 xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ by Eric Sandeen · 12 years ago
  52. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  53. 2417898 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  54. 25d130b mm/writeback: don't check force_wait to handle bdi->work_list by Wanpeng Li · 11 years ago
  55. 1205784 fs/fs-writeback.c: : make wb_do_writeback() as static by Haicheng Li · 11 years ago
  56. 9756b91 fsnotify: update comments concerning locking scheme by Lino Sanfilippo · 11 years ago
  57. e1e5a9f inotify: fix race when adding a new watch by Lino Sanfilippo · 11 years ago
  58. 52f8572 dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group by Lino Sanfilippo · 11 years ago
  59. 5e9c070c fanotify: put duplicate code for adding vfsmount/inode marks into an own function by Lino Sanfilippo · 11 years ago
  60. 7b18527 fanotify: fix races when adding/removing marks by Lino Sanfilippo · 11 years ago
  61. de1e0c4 fanotify: info leak in copy_event_to_user() by Dan Carpenter · 11 years ago
  62. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  63. d109148 nfsd4: support minorversion 1 by default by J. Bruce Fields · 11 years ago
  64. f0f51f5 nfsd4: allow destroy_session over destroyed session by J. Bruce Fields · 11 years ago
  65. 4fbeb19 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  66. 7012b02 locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock by Jeff Layton · 11 years ago
  67. 0bc7738 seq_file: add seq_list_*_percpu helpers by Jeff Layton · 11 years ago
  68. 99b072bb f2fs: fix readdir incorrectness by Jaegeuk Kim · 11 years ago
  69. f2692ea fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() by Gu Zheng · 11 years ago
  70. d9a7385 fs/9p: xattr: add trusted and security namespaces by Jim Garlick · 11 years ago
  71. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. 2dd1cb5 Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  73. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  74. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  75. 6658b9f [CIFS] use sensible file nlink values if unprovided by Steve French · 11 years ago
  76. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 11 years ago
  77. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  78. da67db4 Merge branch 'hpfs' from Mikulas Patocka by Linus Torvalds · 11 years ago
  79. 275f495 hpfs: implement prefetch to improve performance by Mikulas Patocka · 11 years ago
  80. a0c1b75 hpfs: use mpage by Mikulas Patocka · 11 years ago
  81. 3ebacb0 hpfs: better test for errors by Mikulas Patocka · 11 years ago
  82. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  83. e628753 quota: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  84. 3df3219 ext3: Fix fsync error handling after filesystem abort. by Dmitry Monakhov · 11 years ago
  85. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  86. 4b30f07 aio: fix wrong comment in aio_complete() by Tang Chen · 11 years ago
  87. 266b7a0 fs/exec.c:de_thread: mt-exec should update ->real_start_time by Oleg Nesterov · 11 years ago
  88. bd9d43f fs/exec.c: do_execve_common(): use current_user() by Oleg Nesterov · 11 years ago
  89. 30bc30d fs/proc/kcore.c: using strlcpy() instead of strncpy() by Zhao Hongjiang · 11 years ago
  90. 1d98a5f fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  91. 3f41854 fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pid by Oleg Nesterov · 11 years ago
  92. 888ffc5 coredump: '% at the end' shouldn't bypass core_uses_pid logic by Oleg Nesterov · 11 years ago
  93. 3ceadcf coredump: kill call_count, add core_name_size by Oleg Nesterov · 11 years ago
  94. 923bed03 coredump: kill cn_escape(), introduce cn_esc_printf() by Oleg Nesterov · 11 years ago
  95. 5fe9d8c coredump: cn_vprintf() has no reason to call vsnprintf() twice by Oleg Nesterov · 11 years ago
  96. bc03c69 coredump: introduce cn_vprintf() by Oleg Nesterov · 11 years ago
  97. e7fd154 coredump: format_corename() can leak cn->corename by Oleg Nesterov · 11 years ago
  98. 77d5591 signals: eventpoll: do not use sigprocmask() by Oleg Nesterov · 11 years ago
  99. e68e96d fs/fat: use fat_msg() to replace printk() in __fat_fs_error() by Gu Zheng · 11 years ago
  100. e5f7f84 ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct by Vyacheslav Dubeyko · 11 years ago