1. 154ea28 Btrfs: enforce min_bytes parameter during extent allocation by Chris Mason · 11 years ago
  2. 9b53157 Btrfs: allow running defrag in parallel to administrative tasks by Stefan Behrens · 11 years ago
  3. 66b6135 Btrfs: avoid deadlock on transaction waiting list by Liu Bo · 11 years ago
  4. 0f788c5 Btrfs: do not BUG_ON on aborted situation by Liu Bo · 11 years ago
  5. 2881894 Btrfs: do not BUG_ON in prepare_to_reloc by Liu Bo · 11 years ago
  6. e1a1267 Btrfs: free all recorded tree blocks on error by Liu Bo · 11 years ago
  7. aca1bba Btrfs: build up error handling for merge_reloc_roots by Liu Bo · 11 years ago
  8. 8f71f3e Btrfs: check for NULL pointer in updating reloc roots by Liu Bo · 11 years ago
  9. 00d71c9 Btrfs: fix unclosed transaction handler when the async transaction commitment fails by Miao Xie · 11 years ago
  10. aec8030 Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails by Miao Xie · 11 years ago
  11. 9bf7a48 Btrfs: use set_nlink if our i_nlink is 0 by Josef Bacik · 11 years ago
  12. 290502b eCryptfs: allow userspace messaging to be disabled by Kees Cook · 11 years ago
  13. 6ca470d7 ext4: invalidate extent status tree during extent migration by Dmitry Monakhov · 11 years ago
  14. de99fcc ext4: remove unnecessary wait for extent conversion in ext4_fallocate() by Jan Kara · 11 years ago
  15. ff95ec2 ext4: add warning to ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 11 years ago
  16. ec22ba8 ext4: disable merging of uninitialized extents by Dmitry Monakhov · 11 years ago
  17. 357b66f ext4: ext4_split_extent should take care of extent zeroout by Dmitry Monakhov · 11 years ago
  18. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  19. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  21. 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
  22. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  23. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  24. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  25. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  26. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  27. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  28. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  29. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  30. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  31. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 11 years ago
  32. c07380b Revert some of "binfmt_elf: cleanups" by James Hogan · 13 years ago
  33. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  34. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  35. 0e803ba compat: restore timerfd settime and gettime compat syscalls by Heiko Carstens · 11 years ago
  36. dcf787f constify path_get/path_put and fs_struct.c stuff by Al Viro · 11 years ago
  37. dd37978 cache the value of file_inode() in struct file by Al Viro · 11 years ago
  38. cc73dc0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  39. 5140a8c autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree() by Tim Gardner · 11 years ago
  40. 9d8072e autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block by Peter Huewe · 11 years ago
  41. 180e001 btrfs: fixup/remove module.h usage as required by Paul Gortmaker · 11 years ago
  42. 124fe66 Btrfs: delete inline extents when we find them during logging by Josef Bacik · 11 years ago
  43. 83c8266 btrfs: try harder to allocate raid56 stripe cache by David Sterba · 11 years ago
  44. 88e081bf Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logic by Wang Shilong · 11 years ago
  45. a9870c0 Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve fails by Wang Shilong · 11 years ago
  46. 235fdb8 Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_tree by Wang Shilong · 11 years ago
  47. 84cbe2f Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path fails by Wang Shilong · 11 years ago
  48. 06b3a86 Btrfs: fix missing deleted items in btrfs_clean_quota_tree by Wang Shilong · 11 years ago
  49. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 11 years ago
  50. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  51. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  52. 3000512 NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS by Weston Andros Adamson · 11 years ago
  53. eb97cbb PNFS: set the default DS timeout to 60 seconds by Weston Andros Adamson · 11 years ago
  54. 7aa262b5 NFSv4: Fix another open/open_recovery deadlock by Trond Myklebust · 11 years ago
  55. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  56. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  57. b8dae31 btrfs: use only inline_pages from extent buffer by David Sterba · 11 years ago
  58. c58aaad Btrfs: fix wrong reserved space when deleting a snapshot/subvolume by Miao Xie · 11 years ago
  59. d5c1207 Btrfs: fix wrong reserved space in qgroup during snap/subv creation by Miao Xie · 11 years ago
  60. e9662f7 Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot by Miao Xie · 11 years ago
  61. 2d8946c btrfs: remove a printk from scan_one_device by David Sterba · 11 years ago
  62. f094ac3 Btrfs: fix NULL pointer after aborting a transaction by Liu Bo · 11 years ago
  63. 3321719 Btrfs: fix memory leak of log roots by Liu Bo · 11 years ago
  64. bdc20e6 Btrfs: copy everything if we've created an inline extent by Josef Bacik · 11 years ago
  65. c51bb0e cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue() by Ouyang Maochun · 11 years ago
  66. 5e60867 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry by Al Viro · 11 years ago
  67. a3b2157 9p: make sure ->lookup() adds fid to the right dentry by Al Viro · 11 years ago
  68. 7b5be62 9p: untangle ->lookup() a bit by Al Viro · 11 years ago
  69. 3509b67 9p: double iput() in ->lookup() if d_materialise_unique() fails by Al Viro · 11 years ago
  70. 2ea03e1d 9p: v9fs_fid_add() can't fail now by Al Viro · 11 years ago
  71. aaeb7ec v9fs: get rid of v9fs_dentry by Al Viro · 11 years ago
  72. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 11 years ago
  73. c4d3096 9p: turn fid->dlist into hlist by Al Viro · 11 years ago
  74. 634095d 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fine by Al Viro · 11 years ago
  75. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  76. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 11 years ago
  77. d687031 nfs4client: convert to idr_alloc() by Tejun Heo · 11 years ago
  78. 6b207ba ocfs2: convert to idr_alloc() by Tejun Heo · 11 years ago
  79. 4542da6 inotify: convert to idr_alloc() by Tejun Heo · 11 years ago
  80. 2a86b3e dlm: convert to idr_alloc() by Tejun Heo · 11 years ago
  81. 644e1b9 inotify: don't use idr_remove_all() by Tejun Heo · 11 years ago
  82. d97bec8 nfs: idr_destroy() no longer needs idr_remove_all() by Tejun Heo · 11 years ago
  83. a67a380 dlm: don't use idr_remove_all() by Tejun Heo · 11 years ago
  84. cda9540 dlm: use idr_for_each_entry() in recover_idr_clear() error path by Tejun Heo · 11 years ago
  85. 5e62ade fs/seq_file.c:seq_lseek(): fix switch statement indenting by Andrew Morton · 11 years ago
  86. 80de7f7 seq-file: use SEEK_ macros instead of hardcoded numbers by Cyrill Gorcunov · 11 years ago
  87. c2c1b08 fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplication by Zhang Yanfei · 11 years ago
  88. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  89. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 11 years ago
  90. b88a1058 fat: mark fs as dirty on mount and clean on umount by Oleksij Rempel · 11 years ago
  91. 6b46419 fat: add extended fileds to struct fat_boot_sector by Oleksij Rempel · 11 years ago
  92. 899bed0 hfsplus: fix issue with unzeroed unused b-tree nodes by Vyacheslav Dubeyko · 11 years ago
  93. 324ef39 hfsplus: add support of manipulation by attributes file by Vyacheslav Dubeyko · 11 years ago
  94. 127e5f5 hfsplus: rework functionality of getting, setting and deleting of extended attributes by Vyacheslav Dubeyko · 11 years ago
  95. 3e05ca2 hfsplus: add functionality of manipulating by records in attributes tree by Vyacheslav Dubeyko · 11 years ago
  96. 9ed083d8c hfsplus: add on-disk layout declarations related to attributes tree by Vyacheslav Dubeyko · 11 years ago
  97. 309a85b ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink by Xiaowei.Hu · 11 years ago
  98. 32918dd ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly by Jeff Liu · 11 years ago
  99. f6488c9 nfs: don't allow nfs_find_actor to match inodes of the wrong type by Jeff Layton · 11 years ago
  100. 0b7bc84 cifs: set MAY_SIGN when sec=krb5 by Martijn de Gouw · 12 years ago