1. f0e6c98 ext4: Handle page without buffers in ext4_*_writepage() by Aneesh Kumar K.V · 16 years ago
  2. cd1aac3 ext4: Add ordered mode support for delalloc by Aneesh Kumar K.V · 16 years ago
  3. 61628a3 ext4: Invert lock ordering of page_lock and transaction start in delalloc by Mingming Cao · 16 years ago
  4. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  5. e8ced39 percpu_counter: new function percpu_counter_sum_and_set by Mingming Cao · 16 years ago
  6. 6476924 ext4: Add delayed allocation support in data=writeback mode by Alex Tomas · 16 years ago
  7. 29a814d vfs: add hooks for ext4's delayed allocation support by Alex Tomas · 16 years ago
  8. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  9. 678aaf4 ext4: Use new framework for data=ordered mode in JBD2 by Jan Kara · 16 years ago
  10. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  11. 9ddfc3d ext4: Fix lock inversion in ext4_ext_truncate() by Jan Kara · 16 years ago
  12. cf108bc ext4: Invert the locking order of page_lock and transaction start by Jan Kara · 16 years ago
  13. c7d206b vfs: Move mark_inode_dirty() from under page lock in generic_write_end() by Jan Kara · 16 years ago
  14. 2e9ee85 ext4: Use page_mkwrite vma_operations to get mmap write notification. by Aneesh Kumar K.V · 16 years ago
  15. 5f21b0e ext4: fix online resize with mballoc by Frederic Bohe · 16 years ago
  16. 953e622 ext4: use atomic functions to set bh_state by Eric Sandeen · 16 years ago
  17. 47b4a50 ext4: Set journal pointer to NULL when journal is released by Jan Kara · 16 years ago
  18. 0703143 ext4: mballoc avoid use root reserved blocks for non root allocation by Mingming Cao · 16 years ago
  19. d755fb3 ext4: call blkdev_issue_flush on fsync by Eric Sandeen · 16 years ago
  20. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  21. 7061eba ext4: Use inode preallocation with -o noextents by Aneesh Kumar K.V · 16 years ago
  22. 6afd670 ext4: fix ext4_init_block_bitmap() for metablock block group by Akinobu Mita · 16 years ago
  23. 7477827 ext4: Fix sparse warning by Aneesh Kumar K.V · 16 years ago
  24. d9c769b ext4: cleanup never-used magic numbers from htree code by Li Zefan · 16 years ago
  25. 9102e4f ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller by Shen Feng · 16 years ago
  26. 1973adc ext4: Make ext4_ext_find_extent fills ext_path completely by Shen Feng · 16 years ago
  27. 787e098 ext4: return error when calling ext4_ext_split failed by Shen Feng · 16 years ago
  28. a379cd1 ext4: Update i_disksize properly when allocating from fallocate area. by Aneesh Kumar K.V · 16 years ago
  29. 363d425 ext4: remove quota allocation when ext4_mb_new_blocks fails by Shen Feng · 16 years ago
  30. f9a8ac9 ext4: remove redundant code in ext4_fill_super() by Li Zefan · 16 years ago
  31. 530576b jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction by Mingming Cao · 16 years ago
  32. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  33. 736603a jbd2: Add commit time into the commit block by Theodore Ts'o · 16 years ago
  34. 4db9c54 ext4: replace __FUNCTION__ occurrences by Stoyan Gaydarov · 16 years ago
  35. 7e5a8cd ext4: fix error processing in mb_free_blocks by Shen Feng · 16 years ago
  36. cfbe7e4 ext4: error proc entry creation when the fs/ext4 is not correctly created by Shen Feng · 16 years ago
  37. f795e14 ext4: fix build failure if DX_DEBUG is enabled by Li Zefan · 16 years ago
  38. 7ad72ca ext4: Remove unused variable from ext4_show_options by Theodore Ts'o · 16 years ago
  39. 574ca17 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() by Theodore Ts'o · 16 years ago
  40. 3537576 ext4: remove double definitions of xattr macros by Shen Feng · 16 years ago
  41. 74767c5 ext4: miscellaneous error checks and coding cleanups for mballoc by Shen Feng · 16 years ago
  42. fdf6c7a ext4: add error processing when calling ext4_mb_init_cache in mballoc by Shen Feng · 16 years ago
  43. 31b481d ext4: Fix ext4_mb_init_cache return error by Mingming Cao · 16 years ago
  44. 69baee0 ext4: improve some code in rb tree part of dir.c by Shen Feng · 16 years ago
  45. 91d9982 ext4: switch to seq_files by Alexey Dobriyan · 16 years ago
  46. 07d45f1 ext4: Use BUG_ON() instead of BUG() by Julia Lawall · 16 years ago
  47. ed8f9c7 ext4: start searching for the right extent from the goal group. by Aneesh Kumar K.V · 16 years ago
  48. 8a35694 ext4: fix comments to say "ext4" by Shen Feng · 16 years ago
  49. e7dfb24 ext4: Fix mb_find_next_bit not to return larger than max by Aneesh Kumar K.V · 16 years ago
  50. f3b35f0 ext4: validate directory entry data before use by Duane Griffin · 16 years ago
  51. 71dc8fb ext4: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  52. 91ef4ca ext4: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  53. 49641f1 Fix reference counting race on log buffers by Dave Chinner · 16 years ago
  54. 0533400 [JFFS2] Use .unlocked_ioctl by Stoyan Gaydarov · 16 years ago
  55. 4abaca17 [GFS2] Fix GFS2's use of do_div() in its quota calculations by David Howells · 16 years ago
  56. 96a8e13 exec: fix stack excutability without PT_GNU_STACK by Hugh Dickins · 16 years ago
  57. e988cf1 ocfs2: Fix flags in ocfs2_file_lock by Mark Fasheh · 16 years ago
  58. a93a6ce [GFS2] Remove unused declaration by Li Xiaodong · 16 years ago
  59. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  60. 9cabcdb [GFS2] Replace rgrp "recent list" with mru list by Steven Whitehouse · 16 years ago
  61. f45663c NFS: Allow either strict or sloppy mount option parsing by Chuck Lever · 16 years ago
  62. 6738b25 NFS4: Set security flavor default for NFSv4 mounts like other defaults by Chuck Lever · 16 years ago
  63. dd07c94 NFS: Set security flavor default for NFSv2/3 mounts like other defaults by Chuck Lever · 16 years ago
  64. 01060c8 NFS: Refactor logic for parsing NFS security flavor mount options by Chuck Lever · 16 years ago
  65. 0e0cab7 NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} by Chuck Lever · 16 years ago
  66. ed596a8 NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() by Chuck Lever · 16 years ago
  67. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  68. 40fef8a SUNRPC: Use only rpcbind v2 for AF_INET requests by Chuck Lever · 16 years ago
  69. 5afc597 nfs4: fix potential race with rapid nfs_callback_up/down cycle by Jeff Layton · 16 years ago
  70. ee84dfc nfs4: remove BKL from nfs_callback_up and nfs_callback_down by Jeff Layton · 16 years ago
  71. 77e0367 nfs: initialize timeout variable in nfs4_proc_setclientid_confirm by Benny Halevy · 16 years ago
  72. d8e7748 NFS: handle interface identifiers in incoming IPv6 addresses by Chuck Lever · 16 years ago
  73. ce3b7e1 NFS: Add string length argument to nfs_parse_server_address by Chuck Lever · 16 years ago
  74. d1aa082 NFS: Support raw IPv6 address hostnames during NFS mount operation by Chuck Lever · 16 years ago
  75. dc04589 NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 by Chuck Lever · 16 years ago
  76. cd10072 NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount by Trond Myklebust · 16 years ago
  77. e468bae NFS: Allow redirtying of a completed unstable write. by Trond Myklebust · 16 years ago
  78. e7d3906 NFS: Clean up nfs_update_request() by Trond Myklebust · 16 years ago
  79. 396cee9 NFS: missing newline in NFS mount debugging message by Chuck Lever · 16 years ago
  80. d33e4df NFS: Treat "intr" and "nointr" options as deprecated by Chuck Lever · 16 years ago
  81. ecbb384 NFS: Allow any value for the "retry" option by Chuck Lever · 16 years ago
  82. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  83. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  84. 34e8f92 NFS: Move fs/nfs/iostat.h to include/linux by Chuck Lever · 16 years ago
  85. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  86. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  87. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  88. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  89. c2d946e fs/nfs/nfsroot.c: remove CVS keyword by Adrian Bunk · 16 years ago
  90. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  91. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  92. b7eaefa NFS: Add debugging facility for NFS aops by Chuck Lever · 16 years ago
  93. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  94. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  95. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  96. 6fb1bc1 NFS: Update help text for CONFIG_NFS_FS by Chuck Lever · 16 years ago
  97. b541838 NFS: do_setlk(): don't flush caches when we have a delegation by Trond Myklebust · 16 years ago
  98. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  99. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  100. 2116271 NFS: Add correct bounds checking to NFSv2 locks by Trond Myklebust · 16 years ago