1. d44651d ext4: fix ext4 so it works without CONFIG_PROC_FS by Fabrice Jouhaud · 13 years ago
  2. 6ee3b21 ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left() by Tao Ma · 13 years ago
  3. 7fd59c8 ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl by Tao Ma · 13 years ago
  4. df3ab17 ext4: fix the comment describing ext4_ext_search_right() by Tao Ma · 13 years ago
  5. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  6. dcf2d80 ext4: Free resources in some error path in ext4_fill_super by Tao Ma · 13 years ago
  7. 7aa0bae ext4: Free resources in ext4_mb_init()'s error paths by Tao Ma · 13 years ago
  8. 5356f261 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
  9. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  10. df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
  11. e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
  12. cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
  13. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  14. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  15. 6f16b60 ext4: enable mounting bigalloc as read/write by Theodore Ts'o · 13 years ago
  16. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  17. 27baebb ext4: tune mballoc's default group prealloc size for bigalloc file systems by Theodore Ts'o · 13 years ago
  18. f975d6b ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled by Theodore Ts'o · 13 years ago
  19. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  20. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  21. 0aa0600 ext4: teach ext4_ext_truncate() about the bigalloc feature by Theodore Ts'o · 13 years ago
  22. 4d33b1e ext4: teach ext4_ext_map_blocks() about the bigalloc feature by Theodore Ts'o · 13 years ago
  23. 8413019 ext4: teach ext4_free_blocks() about bigalloc and clusters by Theodore Ts'o · 13 years ago
  24. 53accfa ext4: teach mballoc preallocation code about bigalloc clusters by Theodore Ts'o · 13 years ago
  25. 3212a80 ext4: convert block group-relative offsets to use clusters by Theodore Ts'o · 13 years ago
  26. d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
  27. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  28. 49f7f9a ext4: factor out block group accounting into functions by Theodore Ts'o · 13 years ago
  29. 7137d7a ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP by Theodore Ts'o · 13 years ago
  30. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  31. 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
  32. 7c2e708 ext4: add ext4-specific kludge to avoid an oops after the disk disappears by Theodore Ts'o · 13 years ago
  33. 02fac12 ext4: fix partial page writes by Allison Henderson · 13 years ago
  34. 189e868 ext4: fix fsx truncate failure by Allison Henderson · 13 years ago
  35. decbd91 ext4: only call ext4_jbd2_file_inode when an inode has been extended by Theodore Ts'o · 13 years ago
  36. d2159fb jbd2: use gfp_t instead of int by Dan Carpenter · 13 years ago
  37. 9ea7a0d jbd2: add debugging information to jbd2_journal_dirty_metadata() by Theodore Ts'o · 13 years ago
  38. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  39. 2be4751 ext4: fix 2nd xfstests 127 punch hole failure by Allison Henderson · 13 years ago
  40. ba06208 ext4: fix xfstests 75, 112, 127 punch hole failure by Allison Henderson · 13 years ago
  41. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  42. 5930ea6 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry by Theodore Ts'o · 13 years ago
  43. f9287c1 ext4: ext4_mkdir should dirty dir_block with newly created directory inode by Darrick J. Wong · 13 years ago
  44. bcaa992 ext4: ext4_rename should dirty dir_bh with the correct directory by Darrick J. Wong · 13 years ago
  45. 84ebd79 ext4: fake direct I/O mode for data=journal by Theodore Ts'o · 13 years ago
  46. 1cd9f09 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
  47. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  48. 6719db6 Btrfs: fix 64 bit divide problem by Josef Bacik · 13 years ago
  49. c063d8a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  50. dccaf33 ext4: flush any pending end_io requests before DIO reads w/dioread_nolock by Jiaying Zhang · 13 years ago
  51. 35a21b4 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  52. 5c80c71 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  53. 01fa4ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  54. f6a975c Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  55. 04c05b4 update cifs version to 1.75 by Steve French · 13 years ago
  56. 13589c4 [CIFS] possible memory corruption on mount by Steve French · 13 years ago
  57. 81d86e1 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  58. f1e490a Btrfs: set i_size properly when fallocating and we already by Josef Bacik · 13 years ago
  59. 9a4327c btrfs: unlock on error in btrfs_file_llseek() by Dan Carpenter · 13 years ago
  60. cb6db4e btrfs: btrfs_permission's RO check shouldn't apply to device nodes by Jeff Mahoney · 13 years ago
  61. 338d0f0 befs: Validate length of long symbolic links. by Timo Warns · 13 years ago
  62. 710d440 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. by Namjae Jeon · 13 years ago
  63. 186b537 fat: fix utf8 iocharset warning message by Mihai Moldovan · 13 years ago
  64. 8c320c0 fat: fix build warning by Jonas Aberg · 13 years ago
  65. f81c9cd Btrfs: truncate pages from clone ioctl target range by Sage Weil · 13 years ago
  66. 0e58885 Btrfs: fix uninitialized sync_pending by Miao Xie · 13 years ago
  67. bb3ac5a Btrfs: fix wrong free space information by Miao Xie · 13 years ago
  68. f4ac904 btrfs: memory leak in btrfs_add_inode_defrag() by Dan Carpenter · 13 years ago
  69. c97c291 Btrfs: use plain page_address() in header fields setget functions by Li Zefan · 13 years ago
  70. cb1b69f Btrfs: forced readonly when btrfs_drop_snapshot() fails by Tsutomu Itoh · 13 years ago
  71. cdcb725 Btrfs: check if there is enough space for balancing smarter by liubo · 13 years ago
  72. 38c01b9 Btrfs: fix a bug of balance on full multi-disk partitions by liubo · 13 years ago
  73. 34f3e4f Btrfs: fix an oops of log replay by liubo · 13 years ago
  74. d5e2003 Btrfs: detect wether a device supports discard by Josef Bacik · 13 years ago
  75. fa71f44 cifs: demote cERROR in build_path_from_dentry to cFYI by Jeff Layton · 13 years ago
  76. a0b3447 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 13 years ago
  77. aa2b1cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  78. 9dd75f1 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  79. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  80. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  81. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  82. e68ff9c Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  83. e570280 xfs: replace xfs_buf_geterror() with bp->b_error by Chandra Seetharaman · 13 years ago
  84. ac4d688 xfs: Check the return value of xfs_buf_read() for NULL by Chandra Seetharaman · 13 years ago
  85. ce8a84e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  86. 8cf1fb216 pnfs: Automatically select blocks & objects layouts by Boaz Harrosh · 13 years ago
  87. 8c20871 ext4: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  88. d2db60d ext3: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  89. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  90. e22906c cifs: Do not set cifs/ntfs acl using a file handle (try #4) by Shirish Pargaonkar · 13 years ago
  91. 789e666 [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable by Steve French · 13 years ago
  92. 54a33b19 NFS41: make PNFS_BLOCK selectable by Peng Tao · 13 years ago
  93. 9e978d8 "xfs: fix error handling for synchronous writes" revisited by Ajeet Yadav · 13 years ago
  94. d55140c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
  95. 7643554 Ecryptfs: Add mount option to check uid of device being mounted = expect uid by John Johansen · 13 years ago
  96. e44f411 xfs: set cursor in xfs_ail_splice() even when AIL was empty by Alex Elder · 13 years ago
  97. 99b373f eCryptfs: Fix payload_len unitialized variable warning by Tyler Hicks · 13 years ago
  98. 4b6fee1 eCryptfs: fix compile error by Roberto Sassu · 13 years ago
  99. f61500e eCryptfs: Return error when lower file pointer is NULL by Tyler Hicks · 13 years ago
  100. 2f84dd7 autofs4: fix debug printk warning uncovered by cleanup by Linus Torvalds · 13 years ago