1. b2f4edb jbd2: use kmem_cache_zalloc wrapper instead of flag by Wanlong Gao · 12 years ago
  2. 9559996 ext4: remove mb_groups before tearing down the buddy_cache by Salman Qazi · 12 years ago
  3. 02b7831 ext4: add ext4_mb_unload_buddy in the error path by Salman Qazi · 12 years ago
  4. 7990696 ext4: don't trash state flags in EXT4_IOC_SETFLAGS by Theodore Ts'o · 12 years ago
  5. 9660755 ext4: let getattr report the right blocks in delalloc+bigalloc by Tao Ma · 12 years ago
  6. a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  7. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  8. 5b172087 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat by Cyrill Gorcunov · 12 years ago
  9. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  10. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 12 years ago
  11. ee62c6b eventfd: change int to __u64 in eventfd_signal() by Sha Zhengju · 12 years ago
  12. 71ca97d fs/nls: add Apple NLS by Vladimir Serbinenko · 12 years ago
  13. bca1554 proc/smaps: show amount of nonlinear ptes in vma by Konstantin Khlebnikov · 12 years ago
  14. b1d4d9e proc/smaps: carefully handle migration entries by Konstantin Khlebnikov · 12 years ago
  15. 052fb0d proc: report file/anon bit in /proc/pid/pagemap by Konstantin Khlebnikov · 12 years ago
  16. 715be1f procfs: use more apprioriate types when dumping /proc/N/stat by Jan Engelhardt · 12 years ago
  17. af5e617 proc: pass "fd" by value in /proc/*/{fd,fdinfo} code by Alexey Dobriyan · 12 years ago
  18. f05ed3f proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path by Alexey Dobriyan · 12 years ago
  19. 2344bec proc: use mm_access() instead of ptrace_may_access() by Cong Wang · 12 years ago
  20. e7dcd99 proc: remove mm_for_maps() by Cong Wang · 12 years ago
  21. b409e57 proc: clean up /proc/<pid>/environ handling by Cong Wang · 12 years ago
  22. f0aac61 fat: use fat_msg_ratelimit() in fat__get_entry() by Namjae Jeon · 12 years ago
  23. b742c34 fat: add fat_msg_ratelimit() by Namjae Jeon · 12 years ago
  24. 7849118 fat: switch to fsinfo_inode by Artem Bityutskiy · 12 years ago
  25. 330fe3c fat: mark superblock as dirty less often by Artem Bityutskiy · 12 years ago
  26. 90b4366 fat: introduce mark_fsinfo_dirty helper by Artem Bityutskiy · 12 years ago
  27. 020ac5b fat: introduce special inode for managing the FSINFO block by Artem Bityutskiy · 12 years ago
  28. 7bc1bac HPFS: remove PRINTK() macro by Dan Carpenter · 12 years ago
  29. 1147597 nilfs2: flush disk caches in syncing by Ryusuke Konishi · 12 years ago
  30. a1d4944 pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command by Will Deacon · 12 years ago
  31. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  32. 6eccece nfsd4: fix, consolidate client_has_state by J. Bruce Fields · 12 years ago
  33. b9831b5 nfsd4: don't remove rebooted client record until confirmation by J. Bruce Fields · 12 years ago
  34. 32f16b3 nfsd4: remove some dprintk's and a comment by J. Bruce Fields · 12 years ago
  35. 778df3f nfsd4: return "real" sequence id in confirmed case by J. Bruce Fields · 12 years ago
  36. 0f1ba0e nfsd4: fix exchange_id to return confirm flag by J. Bruce Fields · 12 years ago
  37. 7447758 nfsd4: clarify that renewing expired client is a bug by J. Bruce Fields · 12 years ago
  38. 90d700b nfsd4: simpler ordering of setclientid_confirm checks by J. Bruce Fields · 12 years ago
  39. f3d03b9 nfsd4: setclientid: remove pointless assignment by J. Bruce Fields · 12 years ago
  40. 8695b90 nfsd4: fix error return in non-matching-creds case by J. Bruce Fields · 12 years ago
  41. 788c1eb nfsd4: fix setclientid_confirm same_cred check by J. Bruce Fields · 12 years ago
  42. 34b232b nfsd4: merge 3 setclientid cases to 2 by J. Bruce Fields · 12 years ago
  43. 8f93071 nfsd4: pull out common code from setclientid cases by J. Bruce Fields · 12 years ago
  44. ad72aae nfsd4: merge last two setclientid cases by J. Bruce Fields · 12 years ago
  45. 63db463 nfsd4: setclientid/confirm comment cleanup by J. Bruce Fields · 12 years ago
  46. e98479b nfsd4: setclientid remove unnecessary terms from a logical expression by J. Bruce Fields · 12 years ago
  47. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 12 years ago
  48. 8fbba96 nfsd4: stricter cred comparison for setclientid/exchange_id by J. Bruce Fields · 12 years ago
  49. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  50. 631fc9e nfsd4: allow removing clients not holding state by J. Bruce Fields · 12 years ago
  51. 136e658 nfsd4: rearrange exchange_id logic to simplify by J. Bruce Fields · 12 years ago
  52. 2dbb269 nfsd4: exchange_id cleanup: comments by J. Bruce Fields · 12 years ago
  53. 83e08fd nfsd4: exchange_id cleanup: local shorthands for repeated tests by J. Bruce Fields · 12 years ago
  54. 1a30811 nfsd4: allow an EXCHANGE_ID to kill a 4.0 client by J. Bruce Fields · 12 years ago
  55. ea236d0 nfsd4: exchange_id: check creds before killing confirmed client by J. Bruce Fields · 12 years ago
  56. 2786cc3 nfsd4: exchange_id error cleanup by J. Bruce Fields · 12 years ago
  57. 11ae681 nfsd4: exchange_id has a pointless copy by J. Bruce Fields · 12 years ago
  58. 5fb35a3 nfsd: return 0 on reads of fault injection files by Weston Andros Adamson · 12 years ago
  59. ce0fc43 nfsd: wrap all accesses to st_deny_bmap by Jeff Layton · 12 years ago
  60. 82c5ff1 nfsd: wrap accesses to st_access_bmap by Jeff Layton · 12 years ago
  61. 3a32861 nfsd: make test_share a bool return by Jeff Layton · 12 years ago
  62. 5ae037e nfsd: consolidate set_access and set_deny by Jeff Layton · 12 years ago
  63. f07ea10 NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too often by Chuck Lever · 12 years ago
  64. 8dbf28e LockD: add debug message to start and stop functions by Stanislav Kinsbursky · 12 years ago
  65. 3d1221d LockD: service start function introduced by Stanislav Kinsbursky · 12 years ago
  66. 7d13ec7 LockD: move global usage counter manipulation from error path by Stanislav Kinsbursky · 12 years ago
  67. 2445223 LockD: service creation function introduced by Stanislav Kinsbursky · 12 years ago
  68. dbf9b5d7 LockD: use existing per-net data function on service creation by Stanislav Kinsbursky · 12 years ago
  69. 4db7769 LockD: pass service to per-net up and down functions by Stanislav Kinsbursky · 12 years ago
  70. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 12 years ago
  71. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 12 years ago
  72. e7a0444 nfsd: add IPv6 addr escaping to fs_location hosts by Weston Andros Adamson · 12 years ago
  73. 45eaa1c nfsd4: fix change attribute endianness by J. Bruce Fields · 12 years ago
  74. d1829b3 nfsd4: fix free_stateid return endianness by J. Bruce Fields · 12 years ago
  75. 57b7b43 nfsd4: int/__be32 fixes by J. Bruce Fields · 12 years ago
  76. bc1b542 nfsd4: preserve __user annotation on cld downcall msg by J. Bruce Fields · 12 years ago
  77. 2355c59 nfsd4: fix missing "static" by J. Bruce Fields · 12 years ago
  78. bfa4b36 nfsd: state.c should include current_stateid.h by J. Bruce Fields · 12 years ago
  79. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  80. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  81. c319310 Btrfs: fix tree mod log rewinded level and rewinding of moved keys by Jan Schmidt · 12 years ago
  82. f395694 Btrfs: fix tree mod log del_ptr by Jan Schmidt · 12 years ago
  83. e9b7fd4 Btrfs: add tree_mod_dont_log helper by Jan Schmidt · 12 years ago
  84. 926dd8a Btrfs: add missing spin_lock for insertion into tree mod log by Jan Schmidt · 12 years ago
  85. 3301958 Btrfs: add inodes before dropping the extent lock in find_all_leafs by Jan Schmidt · 12 years ago
  86. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  87. f3fc0210 ext4: add missing save_error_info() to ext4_error() by Theodore Ts'o · 12 years ago
  88. 2c0544b ext4: add debugging trigger for ext4_error() by Theodore Ts'o · 12 years ago
  89. 7696e0c binfmt_flat: use vm_munmap, we are missing ->mmap_sem there by Al Viro · 12 years ago
  90. 5a5e4c2 binfmt_elf: switch elf_map() to vm_mmap/vm_munmap by Al Viro · 12 years ago
  91. 63d37a8 vfs: umount_tree() might be called on subtree that had never made it by Al Viro · 12 years ago
  92. 46ce341 pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command by Will Deacon · 12 years ago
  93. 3f50fff vfs: remove unused __d_splice_alias argument by J. Bruce Fields · 12 years ago
  94. 7732a55 vfs: stop d_splice_alias creating directory aliases by J. Bruce Fields · 12 years ago
  95. fd65717 fsnotify: remove unused parameter from send_to_group() by Dan Carpenter · 12 years ago
  96. 799243a vfs: increment iversion when a file is truncated by Dmitry Kasatkin · 12 years ago
  97. a0a9b04 fs: Move bh_cachep to the __read_mostly section by Shai Fultheim · 12 years ago
  98. 3ed3764 fs: move file_remove_suid() to fs/inode.c by Cong Wang · 12 years ago
  99. 8bdc81c jffs2: get rid of jffs2_sync_super by Artem Bityutskiy · 12 years ago
  100. 0668890 jffs2: remove unnecessary GC pass on sync by Artem Bityutskiy · 12 years ago