1. ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 11 years ago
  2. a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 11 years ago
  3. e001873 xfs: ensure we capture IO errors correctly by Dave Chinner · 11 years ago
  4. 3325bee xfs: fix xfs_iomap_eof_prealloc_initial_size type by Mark Tinguely · 11 years ago
  5. 83cdadd xfs: fix potential infinite loop in xfs_iomap_prealloc_size() by Brian Foster · 11 years ago
  6. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 11 years ago
  7. 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  8. 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 11 years ago
  9. 40e4591 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  10. 7c2ec3f Btrfs: fix warning when creating snapshots by Liu Bo · 11 years ago
  11. 720f1e2 Btrfs: return as soon as possible when edquot happens by Wang Shilong · 11 years ago
  12. 492104c Btrfs: return EIO if we have extent tree corruption by Josef Bacik · 11 years ago
  13. bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 11 years ago
  14. d340d24 Btrfs: remove btrfs_try_spin_lock by Liu Bo · 11 years ago
  15. a09a0a7 Btrfs: get better concurrency for snapshot-aware defrag work by Liu Bo · 11 years ago
  16. 67e753c UBIFS: make space fixup work in the remount case by Artem Bityutskiy · 11 years ago
  17. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  18. ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 11 years ago
  19. 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 11 years ago
  20. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 11 years ago
  21. 47c78f4 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY by Sachin Prabhu · 11 years ago
  22. c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 11 years ago
  23. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  24. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  25. 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 11 years ago
  26. a930d87 vfs: fix pipe counter breakage by Al Viro · 11 years ago
  27. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  28. af591ad reiserfs: Use kstrdup instead of kmalloc/strcpy by Ionut-Gabriel Radu · 11 years ago
  29. 8d0c2d1 ext3: Fix format string issues by Lars-Peter Clausen · 11 years ago
  30. 68ac8bf quota: add missing use of dq_data_lock in __dquot_initialize by Jeff Mahoney · 11 years ago
  31. ad56eda jbd2: fix use after free in jbd2_journal_dirty_metadata() by Jan Kara · 11 years ago
  32. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  33. bc07732 hostfs: fix a not needed double check by Marco Stornelli · 12 years ago
  34. 386ad67 ext4: reserve metadata block for every delayed write by Lukas Czerner · 11 years ago
  35. 232ec87 ext4: update reserved space after the 'correction' by Lukas Czerner · 11 years ago
  36. bb8b20e ext4: do not use yield() by Lukas Czerner · 11 years ago
  37. e3d85c3 ext4: remove unused variable in ext4_free_blocks() by Lukas Czerner · 11 years ago
  38. e1c3659 ext4: fix WARN_ON from ext4_releasepage() by Jan Kara · 11 years ago
  39. 3a22567 ext4: fix the wrong number of the allocated blocks in ext4_split_extent() by Zheng Liu · 11 years ago
  40. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 11 years ago
  41. cdee784 ext4: fix wrong m_len value after unwritten extent conversion by Zheng Liu · 11 years ago
  42. 921f266 ext4: add self-testing infrastructure to do a sanity check by Dmitry Monakhov · 11 years ago
  43. bd38436 ext4: avoid a potential overflow in ext4_es_can_be_merged() by Zheng Liu · 11 years ago
  44. 7293261 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  45. db04dc6 proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 11 years ago
  46. 0aefda3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  47. 67a865a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  48. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  49. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  50. de3cb94 Btrfs: improve the delayed inode throttling by Chris Mason · 11 years ago
  51. 9141770 fs: Limit sys_mount to only request filesystem modules (Part 2). by Eric W. Biederman · 11 years ago
  52. 3a01aa7 Btrfs: fix a mismerge in btrfs_balance() by Ilya Dryomov · 11 years ago
  53. 067785c CIFS: Fix missing of oplock_read value in smb30_values structure by Pavel Shilovsky · 11 years ago
  54. 94e1800 cifs: don't try to unlock pagecache page after releasing it by Jeff Layton · 11 years ago
  55. 2518964 cifs: remove the sockopt= mount option by Jeff Layton · 11 years ago
  56. 2cc65e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 11 years ago
  57. c483a98 cifs: Check server capability before attempting silly rename by Sachin Prabhu · 11 years ago
  58. 72d282d cifs: Fix bug when checking error condition in cifs_rename_pending_delete() by Sachin Prabhu · 11 years ago
  59. 154ea28 Btrfs: enforce min_bytes parameter during extent allocation by Chris Mason · 11 years ago
  60. 9b53157 Btrfs: allow running defrag in parallel to administrative tasks by Stefan Behrens · 11 years ago
  61. 66b6135 Btrfs: avoid deadlock on transaction waiting list by Liu Bo · 11 years ago
  62. 0f788c5 Btrfs: do not BUG_ON on aborted situation by Liu Bo · 11 years ago
  63. 2881894 Btrfs: do not BUG_ON in prepare_to_reloc by Liu Bo · 11 years ago
  64. e1a1267 Btrfs: free all recorded tree blocks on error by Liu Bo · 11 years ago
  65. aca1bba Btrfs: build up error handling for merge_reloc_roots by Liu Bo · 11 years ago
  66. 8f71f3e Btrfs: check for NULL pointer in updating reloc roots by Liu Bo · 11 years ago
  67. 00d71c9 Btrfs: fix unclosed transaction handler when the async transaction commitment fails by Miao Xie · 11 years ago
  68. aec8030 Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails by Miao Xie · 11 years ago
  69. 9bf7a48 Btrfs: use set_nlink if our i_nlink is 0 by Josef Bacik · 11 years ago
  70. 290502b eCryptfs: allow userspace messaging to be disabled by Kees Cook · 11 years ago
  71. 6ca470d7 ext4: invalidate extent status tree during extent migration by Dmitry Monakhov · 11 years ago
  72. de99fcc ext4: remove unnecessary wait for extent conversion in ext4_fallocate() by Jan Kara · 11 years ago
  73. ff95ec2 ext4: add warning to ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 11 years ago
  74. ec22ba8 ext4: disable merging of uninitialized extents by Dmitry Monakhov · 11 years ago
  75. 357b66f ext4: ext4_split_extent should take care of extent zeroout by Dmitry Monakhov · 11 years ago
  76. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  77. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  79. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  80. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  81. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  82. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  83. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  84. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  85. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  86. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  87. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  88. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  89. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 11 years ago
  90. c07380b Revert some of "binfmt_elf: cleanups" by James Hogan · 13 years ago
  91. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  92. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  93. 0e803ba compat: restore timerfd settime and gettime compat syscalls by Heiko Carstens · 11 years ago
  94. dcf787f constify path_get/path_put and fs_struct.c stuff by Al Viro · 11 years ago
  95. dd37978 cache the value of file_inode() in struct file by Al Viro · 11 years ago
  96. cc73dc0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  97. 5140a8c autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree() by Tim Gardner · 11 years ago
  98. 9d8072e autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block by Peter Huewe · 11 years ago
  99. 180e001 btrfs: fixup/remove module.h usage as required by Paul Gortmaker · 11 years ago
  100. 124fe66 Btrfs: delete inline extents when we find them during logging by Josef Bacik · 11 years ago