1. 78d2978 CRED: Fix kernel panic upon security_file_alloc() failure. by Tetsuo Handa · 13 years ago
  2. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 14 years ago
  3. 8984096 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  4. 1065348 hfsplus: fix up a comparism in hfsplus_file_extend by Christoph Hellwig · 14 years ago
  5. a1dbcef hfsplus: fix two memory leaks in wrapper.c by Chuck Ebbert · 14 years ago
  6. 14dd01f hfsplus: do not leak buffer on error by Chuck Ebbert · 14 years ago
  7. c5b8d0b hfsplus: fix failed mount handling by Christoph Hellwig · 14 years ago
  8. dd68314 ext4: fix up ext4 error handling by Theodore Ts'o · 14 years ago
  9. 8f02122 ext4: unregister features interface on module unload by Lukas Czerner · 14 years ago
  10. 8f1f745 ext4: fix panic on module unload when stopping lazyinit thread by Eric Sandeen · 14 years ago
  11. 0b0abea Revert "exofs: Set i_mapping->backing_dev_info anyway" by Boaz Harrosh · 14 years ago
  12. d54cdc8 fs: make block fiemap mapping length at least blocksize long by Josef Bacik · 14 years ago
  13. 3cd90ea vfs: sparse: add __FMODE_EXEC by Namhyung Kim · 14 years ago
  14. 0781b90 epoll: epoll_wait() should not use timespec_add_ns() by Eric Dumazet · 14 years ago
  15. 9587fcf cifs: fix length vs. total_read confusion in cifs_demultiplex_thread by Jeff Layton · 14 years ago
  16. 405b864 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  17. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
  18. 5df6708 btrfs: checking NULL or not in some functions by Tsutomu Itoh · 14 years ago
  19. c87fb6f Btrfs: avoid uninit variable warnings in ordered-data.c by Chris Mason · 14 years ago
  20. 0fd08c5 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  21. 6284644 cifs: fix length checks in checkSMB by Jeff Layton · 14 years ago
  22. fb9f1f1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  23. cab6958 [CIFS] Update cifs minor version by Steve French · 14 years ago
  24. b31eabd Btrfs: catch errors from btrfs_sync_log by Chris Mason · 14 years ago
  25. b1953bc Btrfs: make shrink_delalloc a little friendlier by Josef Bacik · 14 years ago
  26. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 14 years ago
  27. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 14 years ago
  28. f855f6c cifs: make CIFS depend on CRYPTO_MD4 by Jeff Layton · 14 years ago
  29. 92a4e0f cifs: force a reconnect if there are too many MIDs in flight by Jeff Layton · 14 years ago
  30. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 14 years ago
  31. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 14 years ago
  32. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 14 years ago
  33. 1be912d cifs: handle cancelled requests better by Jeff Layton · 14 years ago
  34. 58b8a5b Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  35. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 14 years ago
  36. af5eb74 NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). by Anton Altaparmakov · 14 years ago
  37. 9fbf0c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  38. 7adf5df Btrfs: handle no memory properly in prepare_pages by Josef Bacik · 14 years ago
  39. ad0397a Btrfs: do error checking in btrfs_del_csums by Josef Bacik · 14 years ago
  40. 68a8227 Btrfs: use the global block reserve if we cannot reserve space by Josef Bacik · 14 years ago
  41. e9e2289 Btrfs: do not release more reserved bytes to the global_block_rsv than we need by Josef Bacik · 14 years ago
  42. dedefd7 Btrfs: fix check_path_shared so it returns the right value by Josef Bacik · 14 years ago
  43. abd30bb btrfs: check return value of btrfs_start_ioctl_transaction() properly by Tsutomu Itoh · 14 years ago
  44. 3612b49 btrfs: fix return value check of btrfs_join_transaction() by Tsutomu Itoh · 14 years ago
  45. 34d19ba fs/btrfs/inode.c: Add missing IS_ERR test by Julia Lawall · 14 years ago
  46. 333e810 btrfs: fix missing break in switch phrase by liubo · 14 years ago
  47. 2a29edc btrfs: fix several uncheck memory allocations by liubo · 14 years ago
  48. 6b82ce8 btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read by liubo · 14 years ago
  49. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  50. d1205f8 NFS: NFSv4 readdir loses entries by Chuck Lever · 14 years ago
  51. c08e76d NFS: Micro-optimize nfs4_decode_dirent() by Chuck Lever · 14 years ago
  52. e00b8a2 NFS: Fix an NFS client lockdep issue by Trond Myklebust · 14 years ago
  53. 24446fc xfs: xfs_bmap_add_extent_delay_real should init br_startblock by bpm@sgi.com · 14 years ago
  54. 0fbca4d xfs: fix dquot shaker deadlock by Dave Chinner · 14 years ago
  55. c6f990d xfs: handle CIl transaction commit failures correctly by Dave Chinner · 14 years ago
  56. 5315837 xfs: limit extsize to size of AGs and/or MAXEXTLEN by Dave Chinner · 14 years ago
  57. 4ce1598 xfs: prevent extsize alignment from exceeding maximum extent size by Dave Chinner · 14 years ago
  58. 14b064c xfs: limit extent length for allocation to AG size by Dave Chinner · 14 years ago
  59. b8fc826 xfs: speculative delayed allocation uses rounddown_power_of_2 badly by Dave Chinner · 14 years ago
  60. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 14 years ago
  61. b12ece7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  62. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 14 years ago
  63. 7db37c5 xfs: fix log ticket leak on forced shutdown. by Dave Chinner · 14 years ago
  64. 4d728ec Btrfs: Fix file clone when source offset is not 0 by Li Zefan · 14 years ago
  65. b897abe Btrfs: Fix memory leak in writepage fixup work by Miao Xie · 14 years ago
  66. d0f6968 Btrfs: Don't return acl info when mounting with noacl option by Miao Xie · 14 years ago
  67. 3f3d0bc Btrfs: Free correct pointer after using strsep by Tero Roponen · 14 years ago
  68. bdc924b Btrfs: Fix memory leak on finding existing super by Ian Kent · 14 years ago
  69. 83a4d54 Btrfs: Fix memory leak at umount by Li Zefan · 14 years ago
  70. f333adb btrfs: Check mergeable free space when removing a cluster by Li Zefan · 14 years ago
  71. 120d66e btrfs: Add a helper try_merge_free_space() by Li Zefan · 14 years ago
  72. 5e71b5d btrfs: Update stats when allocating from a cluster by Li Zefan · 14 years ago
  73. 70b7da3 btrfs: Free fully occupied bitmap in cluster by Li Zefan · 14 years ago
  74. edf6e2d btrfs: Add helper function free_bitmap() by Li Zefan · 14 years ago
  75. 8eb2d82 btrfs: Fix threshold calculation for block groups smaller than 1GB by Li Zefan · 14 years ago
  76. c7a360b NFS construct consistent co_ownerid for v4.1 by Andy Adamson · 14 years ago
  77. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
  78. 3689456 squashfs: fix use of uninitialised variable in zlib & xz decompressors by Phillip Lougher · 14 years ago
  79. 3af0365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  80. 27dc1cd NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount by Trond Myklebust · 14 years ago
  81. b2a2897 NFS improve pnfs_put_deviceid_cache debug print by Andy Adamson · 14 years ago
  82. 2c4cdf8 NFS fix cb_sequence error processing by Andy Adamson · 14 years ago
  83. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 14 years ago
  84. 80c30e8 NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!" by Chuck Lever · 14 years ago
  85. f61f6da NFS: Prevent memory allocation failure in nfsacl_encode() by Chuck Lever · 14 years ago
  86. 731f3f4 NFS: nfsacl_{encode,decode} should return signed integer by Chuck Lever · 14 years ago
  87. ee5dc77 NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!" by Chuck Lever · 14 years ago
  88. 839f7ad NFS: Fix "kernel BUG at fs/aio.c:554!" by Chuck Lever · 14 years ago
  89. ad3d2ee NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds(). by Jesper Juhl · 14 years ago
  90. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 14 years ago
  91. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 14 years ago
  92. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 14 years ago
  93. d66bbd4 ceph: avoid picking MDS that is not active by Sage Weil · 14 years ago
  94. c723fda Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  95. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 14 years ago
  96. 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 14 years ago
  97. ff5fdb6 fs: fix new dcache.c kernel-doc warnings by Randy Dunlap · 14 years ago
  98. 0ca7a5b nilfs2: fix crash after one superblock became unavailable by Ryusuke Konishi · 14 years ago
  99. 9093ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  100. 4843456 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago