1. c5bf8fe gfs2: set FILE_CREATED by Miklos Szeredi · 11 years ago
  2. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  3. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  4. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  5. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  6. 6c337ad 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
  7. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  9. 1191a2b gfs2: use check_submounts_and_drop() by Miklos Szeredi · 11 years ago
  10. 0c90180 GFS2: dirty inode correctly in gfs2_write_end by Benjamin Marzinski · 11 years ago
  11. 1d12d17 GFS2: Don't flag consistency error if first mounter is a spectator by Bob Peterson · 11 years ago
  12. 068213f GFS2: Remove unnecessary memory barrier by Bob Peterson · 11 years ago
  13. 9d35814 GFS2: Merge ordered and writeback writepage by Steven Whitehouse · 11 years ago
  14. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  15. 7286b31 GFS2: Take glock reference in examine_bucket() by Steven Whitehouse · 11 years ago
  16. 7c0ef28 GFS2: Move gfs2_sync_meta to lops.c by Steven Whitehouse · 11 years ago
  17. 7bd9ee5 GFS2: Check for glock already held in gfs2_getxattr by Steven Whitehouse · 11 years ago
  18. dfc4616 GFS2: alloc_workqueue() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  19. 1bc333f GFS2: don't overrun reserved revokes by Benjamin Marzinski · 11 years ago
  20. d08fa65 GFS2: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  21. 2523d47 GFS2: Fix typo in gfs2_create_inode() by Steven Whitehouse · 11 years ago
  22. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  23. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  24. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  25. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  26. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  27. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  28. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  29. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  30. a01aedf GFS2: Reserve journal space for quota change in do_grow by Bob Peterson · 11 years ago
  31. 6a98c33 GFS2: Fix fstrim boundary conditions by Abhijith Das · 11 years ago
  32. 2b12eea GFS2: fix warning message by Benjamin Marzinski · 11 years ago
  33. 5d05496 GFS2: aggressively issue revokes in gfs2_log_flush by Benjamin Marzinski · 11 years ago
  34. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  35. 512cbf0 GFS2: fix regression in dir_double_exhash by Bob Peterson · 11 years ago
  36. 6d4ade9 GFS2: Add atomic_open support by Steven Whitehouse · 11 years ago
  37. 5a00f3c GFS2: Only do one directory search on create by Steven Whitehouse · 11 years ago
  38. a9aefd7 GFS2: fix error propagation in init_threads() by Alexey Khoroshilov · 11 years ago
  39. edd2e9a GFS2: Remove no-op wrapper function by Steven Whitehouse · 11 years ago
  40. 2b6f8860 GFS2: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  41. cd51e61e GFS2: Eliminate gfs2_rg_lops by Bob Peterson · 11 years ago
  42. 7f63257 GFS2: Sort buffer lists by inplace block number by Benjamin Marzinski · 11 years ago
  43. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  44. a6a4d98 GFS2: Don't cache iopen glocks by Bob Peterson · 11 years ago
  45. e8830d8 GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables by Bob Peterson · 11 years ago
  46. 2b3dcf3 GFS2: Increase i_writecount during gfs2_setattr_size by Bob Peterson · 11 years ago
  47. 4a58681 GFS2: Set log descriptor type for jdata blocks by Bob Peterson · 11 years ago
  48. e97e548 GFS2: Fix typo in gfs2_log_end_write loop by Steven Whitehouse · 11 years ago
  49. 75f96ce GFS2: fix DLM depends to fix build errors by Randy Dunlap · 11 years ago
  50. af21ca8 GFS2: Use single-block reservations for directories by Bob Peterson · 11 years ago
  51. 37f7157 GFS2: two minor quota fixups by Bob Peterson · 11 years ago
  52. 5c0bb97 gfs2: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  53. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  54. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  55. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  56. e72859b Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  57. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  58. 7af584d gfs2: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  59. 222cb53 GFS2: Flush work queue before clearing glock hash tables by Bob Peterson · 11 years ago
  60. 7bd8b2e GFS2: Add origin indicator to glock demote tracing by Steven Whitehouse · 11 years ago
  61. 81ffbf6 GFS2: Add origin indicator to glock callbacks by Steven Whitehouse · 11 years ago
  62. 16ca941 GFS2: replace gfs2_ail structure with gfs2_trans by Benjamin Marzinski · 11 years ago
  63. 2009521 GFS2: Remove vestigial parameter ip from function rs_deltree by Bob Peterson · 11 years ago
  64. 79ba748 GFS2: Use gfs2_dinode_out() in the inode create path by Steven Whitehouse · 11 years ago
  65. 28fb302 GFS2: Remove gfs2_refresh_inode from inode creation path by Steven Whitehouse · 11 years ago
  66. fd4b4e0 GFS2: Clean up inode creation path by Steven Whitehouse · 11 years ago
  67. b2c87ca GFS2: Issue discards in 512b sectors by Bob Peterson · 11 years ago
  68. c2952d2 GFS2: Fix unlock of fcntl locks during withdrawn state by Steven Whitehouse · 11 years ago
  69. 441362d GFS2: return error if malloc failed in gfs2_rs_alloc() by Wei Yongjun · 11 years ago
  70. 4146c3d GFS2: use memchr_inv by Akinobu Mita · 11 years ago
  71. 57c7310 GFS2: use kmalloc for lvb bitmap by David Teigland · 11 years ago
  72. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  73. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  74. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  75. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  76. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  77. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  78. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  79. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  80. d054642 gfs2: Convert uids and gids between dinodes and vfs inodes. by Eric W. Biederman · 11 years ago
  81. 6b24c0d gfs2: Use uid_eq and gid_eq where appropriate by Eric W. Biederman · 11 years ago
  82. 7c06b5d gfs2: Use kuid_t and kgid_t types where appropriate. by Eric W. Biederman · 11 years ago
  83. 236c64e gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines by Eric W. Biederman · 11 years ago
  84. 05e0a60 gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid by Eric W. Biederman · 11 years ago
  85. ed87dab gfs2: Convert gfs2_quota_refresh to take a kqid by Eric W. Biederman · 11 years ago
  86. b59c8b6 gfs2: Modify qdsb_get to take a struct kqid by Eric W. Biederman · 11 years ago
  87. e08d8d7 gfs2: Modify struct gfs2_quota_change_host to use struct kqid by Eric W. Biederman · 11 years ago
  88. 2f6c989 gfs2: Introduce qd2index by Eric W. Biederman · 11 years ago
  89. 558e852 gfs2: Report quotas in the caller's user namespace. by Eric W. Biederman · 11 years ago
  90. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 11 years ago
  91. 393551e gfs2: Remove improper checks in gfs2_set_dqblk. by Eric W. Biederman · 11 years ago
  92. fd95e81 GFS2: Reinstate withdraw ack system by Steven Whitehouse · 11 years ago
  93. d2b47cf GFS2: Get a block reservation before resizing a file by Bob Peterson · 11 years ago
  94. 4506a51 GFS2: Split glock lru processing into two parts by Steven Whitehouse · 11 years ago
  95. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 11 years ago
  96. d564053f GFS2: Clean up freeze code by Steven Whitehouse · 12 years ago
  97. c76c4d9 GFS2: Merge gfs2_attach_bufdata() into trans.c by Steven Whitehouse · 12 years ago
  98. 767f433 GFS2: Copy gfs2_trans_add_bh into new data/meta functions by Steven Whitehouse · 12 years ago
  99. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  100. 75f2b87 GFS2: Merge revoke adding functions by Steven Whitehouse · 12 years ago