1. 9754767 Btrfs: fix missing write access release in btrfs_ioctl_resize() by Miao Xie · 12 years ago
  2. dba60f3 Btrfs: fix resize a readonly device by Miao Xie · 12 years ago
  3. 5c39da5 Btrfs: do not delete a subvolume which is in a R/O subvolume by Miao Xie · 12 years ago
  4. d86e56c Btrfs: disable qgroup id 0 by Miao Xie · 12 years ago
  5. cc975eb btrfs: get the device in write mode when deleting it by Lukas Czerner · 12 years ago
  6. cfa7a9c Btrfs: fix memory leak in name_cache_insert() by Tsutomu Itoh · 12 years ago
  7. 3441f0d Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  8. 1637998 f2fs: avoid redundant time update for parent directory in f2fs_delete_entry by Namjae Jeon · 12 years ago
  9. ff9234a f2fs: remove redundant call to set_blocksize in f2fs_fill_super by Namjae Jeon · 12 years ago
  10. 6d92d4f fs/exec.c: work around icc miscompilation by Xi Wang · 12 years ago
  11. f1688e0 debugfs: convert gid= argument from decimal, not octal by Dave Reisner · 12 years ago
  12. 9eaeba7 f2fs: move f2fs_balance_fs to punch_hole by Jaegeuk Kim · 12 years ago
  13. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 12 years ago
  14. 254adaa seq_file: fix new kernel-doc warnings by Randy Dunlap · 12 years ago
  15. 408e937 f2fs: revisit the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  16. 5c33d9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  17. 127aa930 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  18. f776372 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  19. 4c9014f Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  20. ae62ca7 tcp: fix MSG_SENDPAGE_NOTLAST logic by Eric Dumazet · 12 years ago
  21. fef0ebd ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir() by Guo Chao · 12 years ago
  22. 0ecaef0 ext4: release buffer in failed path in dx_probe() by Guo Chao · 12 years ago
  23. 96465ef ext4: fix configuration dependencies for ext4 ACLs and security labels by Valerie Aurora · 12 years ago
  24. ecf0eb9 nfs: avoid dereferencing null pointer in initiate_bulk_draining by Nickolai Zeldovich · 12 years ago
  25. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 12 years ago
  26. e25fbe3 nfs: fix null checking in nfs_get_option_str() by Xi Wang · 12 years ago
  27. 39e88fc pnfs: Increase the refcount when LAYOUTGET fails the first time by Yanchuan Nian · 12 years ago
  28. c335a86 f2fs: check return value during recovery by Jaegeuk Kim · 12 years ago
  29. c1b75ea f2fs: avoid null dereference in f2fs_acl_from_disk by Jaegeuk Kim · 12 years ago
  30. d66d1f7 f2fs: initialize newly allocated dnode structure by Jaegeuk Kim · 12 years ago
  31. 7880cee f2fs: update f2fs partition info about SIT/NAT layout by Huajun Li · 12 years ago
  32. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 12 years ago
  33. 3af60a4 f2fs: fix time update in case of f2fs fallocate by Namjae Jeon · 12 years ago
  34. a07ef78 f2fs: introduce f2fs_msg to ease adding information prints by Namjae Jeon · 12 years ago
  35. 4956964 Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  36. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  37. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  38. f8d9a89 NFS: Fix access to suid/sgid executables by Weston Andros Adamson · 12 years ago
  39. 2318aa2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  40. ed4e6a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  41. 007f6c3 Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  42. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  43. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
  44. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  45. 13d2eb0 GFS2: Reset rd_last_alloc when it reaches the end of the rgrp by Bob Peterson · 12 years ago
  46. 15bd50a GFS2: Stop looking for free blocks at end of rgrp by Bob Peterson · 12 years ago
  47. f1213ca GFS2: Fix race in gfs2_rs_alloc by Abhijith Das · 12 years ago
  48. ec14875 GFS2: Initialize hex string to '0' by Nathan Straz · 12 years ago
  49. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 12 years ago
  50. 88cf75a CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  51. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  52. 31efee6 cifs: adjust sequence number downward after signing NT_CANCEL request by Jeff Layton · 12 years ago
  53. ea702b8 cifs: move check for NULL socket into smb_send_rqst by Jeff Layton · 12 years ago
  54. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 12 years ago
  55. 2b50638 f2fs: clean up unused variables and return values by Jaegeuk Kim · 12 years ago
  56. ce19a5d f2fs: clean up the start_bidx_of_node function by Jaegeuk Kim · 12 years ago
  57. 64c576f f2fs: remove unneeded variable from f2fs_sync_fs by Namjae Jeon · 12 years ago
  58. fd8bb65 f2fs: fix fsync_inode list addition logic and avoid invalid access to memory by Namjae Jeon · 12 years ago
  59. 344324f f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info by Namjae Jeon · 12 years ago
  60. 06025f4 f2fs: handle error from f2fs_iget_nowait by Namjae Jeon · 12 years ago
  61. 029cd28 f2fs: fix equation of has_not_enough_free_secs() by Jaegeuk Kim · 12 years ago
  62. 12a6714 f2fs: return a default value for non-void function by Jaegeuk Kim · 12 years ago
  63. 71e9fec f2fs: invalidate the node page if allocation is failed by Jaegeuk Kim · 12 years ago
  64. 690e4a3 f2fs: add missing #include <linux/prefetch.h> by Geert Uytterhoeven · 12 years ago
  65. 0e9a9a1 ext4: avoid hang when mounting non-journal filesystems with orphan list by Theodore Ts'o · 12 years ago
  66. 721e3eb ext4: lock i_mutex when truncating orphan inodes by Theodore Ts'o · 12 years ago
  67. 48c6d12 f2fs: Don't assign e_id in f2fs_acl_from_disk by Eric W. Biederman · 12 years ago
  68. 1efef83 f2fs: do f2fs_balance_fs in front of dir operations by Jaegeuk Kim · 12 years ago
  69. 30f0c75 f2fs: should recover orphan and fsync data by Jaegeuk Kim · 12 years ago
  70. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 12 years ago
  71. 38e0abd f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number by Namjae Jeon · 12 years ago
  72. 1362b5e f2fs: fix wrong calculation on f_files in statfs by Jaegeuk Kim · 12 years ago
  73. dfb7c0c f2fs: remove set_page_dirty for atomic f2fs_end_io_write by Jaegeuk Kim · 12 years ago
  74. dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
  75. d096ad0 ext4: do not try to write superblock on ro remount w/o journal by Michael Tokarev · 12 years ago
  76. 0875a2b ext4: include journal blocks in df overhead calcs by Eric Sandeen · 12 years ago
  77. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 12 years ago
  78. ad96f71 ext4: fix an incorrect comment about i_mutex by Andy Lutomirski · 12 years ago
  79. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  80. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 12 years ago
  81. 769cb85 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  82. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 12 years ago
  83. c4271c6 NFS: Kill fscache warnings when mounting without -ofsc by Trond Myklebust · 12 years ago
  84. c129c29 NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n by David Howells · 12 years ago
  85. d7961c7 jbd2: fix assertion failure in jbd2_journal_flush() by Jan Kara · 12 years ago
  86. 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
  87. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  88. 1f0377f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  89. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  90. a68c2f1 sendfile: allows bypassing of notifier events by Scott Wolchok · 12 years ago
  91. c39540c fat: fix incorrect function comment by Ravishankar N · 12 years ago
  92. ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
  93. bffdd66 hfsplus: add error message for the case of failure of sync fs in delayed_sync_fs() method by Vyacheslav Dubeyko · 12 years ago
  94. 81cc7fa hfsplus: rework processing of hfs_btree_write() returned error by Vyacheslav Dubeyko · 12 years ago
  95. 1b243fd hfsplus: rework processing errors in hfsplus_free_extents() by Vyacheslav Dubeyko · 12 years ago
  96. 5daa669 hfsplus: avoid crash on failed block map free by Alan Cox · 12 years ago
  97. b66c598 exec: do not leave bprm->interp on stack by Kees Cook · 12 years ago
  98. b729d75 vfs: make lremovexattr retry once on ESTALE error by Jeff Layton · 12 years ago
  99. 12f0621 vfs: make removexattr retry once on ESTALE by Jeff Layton · 12 years ago
  100. bd9bbc9 vfs: make llistxattr retry once on ESTALE error by Jeff Layton · 12 years ago