Show patches with: none      |   26666 patches
« 1 2 3 4266 267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/2,take,2] ext4: fix a bug accessing freed memory in ext4_abort 1 - - - --- 2008-10-27 Hidehiro Kawai Accepted
[06/14] ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() - - - - --- 2008-10-27 Jan Kara Not Applicable
[07/14] ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() - - - - --- 2008-10-27 Jan Kara Not Applicable
[1/3] Add error handling of write_super_lockfs/unlockfs - - - - --- 2008-10-27 Takashi Sato Not Applicable
[2/3] Implement generic freeze feature - - - - --- 2008-10-27 Takashi Sato Not Applicable
[3/3] Remove XFS specific ioctl interfaces for freeze feature - - - - --- 2008-10-27 Takashi Sato Not Applicable
general protection fault: from release_blocks_on_commit - - - - --- 2008-10-27 Eric Sandeen Superseded
why unlikely(rsv) in ext3_clear_inode()? - - - - --- 2008-10-27 Steven Rostedt Not Applicable
general protection fault: from release_blocks_on_commit - - - - --- 2008-10-28 Theodore Ts'o Superseded
[RFC] jbd2: Call the commit callback before the transaction could get dropped 1 - - 1 --- 2008-10-28 Theodore Ts'o Accepted
+ ext3-use-sb_any_quota_loaded-instead-of-sb_any_quota_enabled.patch added to -mm tree - - - - --- 2008-10-28 Andrew Morton Not Applicable
+ ext4-use-sb_any_quota_loaded-instead-of-sb_any_quota_enabled.patch added to -mm tree - - - - --- 2008-10-28 Andrew Morton Not Applicable
+ filesystem-freeze-add-error-handling-of-write_super_lockfs-unlockfs.patch added to -mm tree - - - - --- 2008-10-28 Andrew Morton Not Applicable
+ filesystem-freeze-implement-generic-freeze-feature.patch added to -mm tree - - - - --- 2008-10-28 Andrew Morton Not Applicable
+ filesystem-freeze-remove-xfs-specific-ioctl-interfaces-for-freeze-feature.patch added to -mm tree - - - - --- 2008-10-28 Andrew Morton Not Applicable
[V2,1/2] ext3: Add support for non-native signed/unsigned htree hash algorithms - - - - --- 2008-10-28 Theodore Ts'o Accepted
[V2,2/2] ext4: Add support for non-native signed/unsigned htree hash algorithms - - - - --- 2008-10-28 Theodore Ts'o Accepted
improve jbd fsync batching - - - - --- 2008-10-28 Josef Bacik Superseded
print unsigned RAM usage statistics - - - - --- 2008-10-28 Andreas Dilger Accepted
[RFC,1/3] quota: Add reservation support for delayed block allocation - - - - --- 2008-10-30 Mingming Cao Superseded
[RFC,2/3] quota: Add quota claim and release reserved quota blocks operations - - - - --- 2008-10-30 Mingming Cao Superseded
[RFC,3/3] ext4: quota handling for delayed allocation - - - - --- 2008-10-30 Mingming Cao Superseded
[RFC,1/1] Allow ext4 to run without a journal. - - - - --- 2008-10-30 Frank Mayhar Superseded
Wrapping Ext4 credential accesses 1 - 1 - --- 2008-10-31 David Howells Accepted
[1/6] ext4: Add blocks added during resize to bitmap - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[2/6] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[3/6] ext4: cleanup mballoc header files - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[4/6] ext4: sparse annotate the group info semaphore - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[5/6] ext4: Call journal commit callback without holding j_list_lock - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[6/6] ext4: don't use the block freed but not yet committed during buddy initialization - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
ext4: sparse fixes - - - - --- 2008-10-31 Aneesh Kumar K.V Superseded
[V2,1/3] quota: Add reservation support for delayed block allocation - - - - --- 2008-10-31 Mingming Cao Superseded
[V2,2/3] quota: Add quota claim and release reserved quota blocks operations - - - - --- 2008-10-31 Mingming Cao Superseded
[V2,3/3] ext4: quota handling for delayed allocation - - - - --- 2008-10-31 Mingming Cao Superseded
jbd2: deregister proc on failure in jbd2_journal_init_inode - - - - --- 2008-11-02 Sami Liedes Accepted
[-V2,1/2] ext4: unlock group before returning on error - - - - --- 2008-11-03 Aneesh Kumar K.V Accepted
[-V2,2/2] ext4: Convert to host order before using the values. - - - - --- 2008-11-03 Aneesh Kumar K.V Accepted
[RFC,-v2,1/9] ext4: sparse fixes - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,2/9] ext4: Add blocks added during resize to bitmap - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,3/9] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,4/9] ext4: cleanup mballoc header files - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,5/9] ext4: sparse annotate the group info semaphore - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,6/9] ext4: Call journal commit callback without holding j_list_lock - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,7/9] ext4: don't use the block freed but not yet committed during buddy initialization - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,8/9] ext4: Fix double free of blocks - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
[RFC,-v2,9/9] ext4: Fix lockdep recursive locking warning - - - - --- 2008-11-03 Aneesh Kumar K.V Superseded
ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-03 Arthur Jones Accepted
+ ext3-wait-on-all-pending-commits-in-ext3_sync_fs.patch added to -mm tree - - - - --- 2008-11-03 Andrew Morton Accepted
ext3: wait on all pending commits in ext3_sync_fs - - - 1 --- 2008-11-03 Arthur Jones Accepted
+ jbd-improve-fsync-batching.patch added to -mm tree - - - - --- 2008-11-03 Andrew Morton Not Applicable
+ ext3-wait-on-all-pending-commits-in-ext3_sync_fs.patch added to -mm tree - - - - --- 2008-11-03 Andrew Morton Accepted
ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-03 Arthur Jones Accepted
ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-03 Theodore Ts'o Accepted
ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-03 Theodore Ts'o Accepted
ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-03 Theodore Ts'o Accepted
improve jbd fsync batching - - - - --- 2008-11-04 Josef Bacik Not Applicable
imporve jbd2 fsync batching - - - - --- 2008-11-04 Josef Bacik Accepted
+ jbd-improve-fsync-batching-update.patch added to -mm tree - - - - --- 2008-11-04 Andrew Morton Not Applicable
[RFC] ext4: Remove i_ext_generation from ext4_inode_info structure - - - - --- 2008-11-04 Theodore Ts'o Accepted
+ quota-add-reservation-support-for-delayed-block-allocation.patch added to -mm tree - - - - --- 2008-11-05 Andrew Morton Not Applicable
+ quota-add-reservation-support-for-delayed-block-allocation-checkpatch-fixes.patch added to -mm tr… - - - - --- 2008-11-05 Andrew Morton Not Applicable
+ quota-add-quota-claim-and-release-reserved-quota-blocks-operations.patch added to -mm tree - - - - --- 2008-11-05 Andrew Morton Not Applicable
+ quota-add-quota-claim-and-release-reserved-quota-blocks-operations-checkpatch-fixes.patch added t… - - - - --- 2008-11-05 Andrew Morton Not Applicable
+ ext4-quota-handling-for-delayed-allocation.patch added to -mm tree - - - - --- 2008-11-05 Andrew Morton Not Applicable
+ ext4-quota-handling-for-delayed-allocation-checkpatch-fixes.patch added to -mm tree - - - - --- 2008-11-05 Andrew Morton Not Applicable
[BUG] jbd: fix the root cause of "no transactions" error in __log_wait_for_space() - - - - --- 2008-11-05 Toshiyuki Okajima Superseded
[RFC] ext4: Make ext4_group_t be an unsigned int - - - - --- 2008-11-05 Theodore Ts'o Accepted
[RFC] ext4: Change unsigned long to unsigned int - - - - --- 2008-11-05 Theodore Ts'o Accepted
[RFC] jbd2: Remove a large array of bh's from the stack of the checkpoint routine - - - - --- 2008-11-05 Theodore Ts'o Accepted
[BUG] jbd: fix the root cause of "no transactions" error in __log_wait_for_space() - - - - --- 2008-11-05 Theodore Ts'o Accepted
jbd: don't give up looking for space so easily in __log_wait_for_space - - - - --- 2008-11-05 Theodore Ts'o Accepted
jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space - - - - --- 2008-11-05 Theodore Ts'o Accepted
[RFC] ext4: tone down ext4_da_writepages warnings - - - - --- 2008-11-05 Theodore Ts'o Accepted
data corruption with ext4 (from 2.6.27.4) exposed by rtorrent - - - - --- 2008-11-06 Aneesh Kumar K.V Superseded
: ext4: fix big endian (was: not enough memory for 522250 flex groups) - - - - --- 2008-11-06 Christian Borntraeger Superseded
: ext4: fix big endian - - - - --- 2008-11-06 Christian Borntraeger Superseded
ext3: kernel BUG at fs/jbd/journal.c:412! - - - - --- 2008-11-06 Theodore Ts'o Superseded
[RFC,-V3,1/9] ext4: sparse fixes - - - - --- 2008-11-06 Aneesh Kumar K.V Superseded
[RFC,-V3,2/9] ext4: Add blocks added during resize to bitmap - - - - --- 2008-11-06 Aneesh Kumar K.V Accepted
[RFC,-V3,3/9] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize - - - - --- 2008-11-06 Aneesh Kumar K.V Superseded
[RFC,-V3,4/9] ext4: cleanup mballoc header files - - - - --- 2008-11-06 Aneesh Kumar K.V Superseded
[RFC,-V3,5/9] ext4: Add sparse annotations for the group info semaphore - - - - --- 2008-11-06 Aneesh Kumar K.V Accepted
[RFC,-V3,6/9] jbd2: Call journal commit callback without holding j_list_lock - - - - --- 2008-11-06 Aneesh Kumar K.V Accepted
[RFC,-V3,7/9] ext4: don't use blocks freed but not yet committed in buddy cache init - - - - --- 2008-11-06 Aneesh Kumar K.V Accepted
[RFC,-V3,8/9] ext4: Fix double free of blocks - - - - --- 2008-11-06 Aneesh Kumar K.V Rejected
[RFC,-V3,9/9] ext4: Fix lockdep recursive locking warning - - - - --- 2008-11-06 Aneesh Kumar K.V Superseded
ext4: calculate journal credits correctly - - - - --- 2008-11-06 Theodore Ts'o Accepted
[24/51] ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-06 Andrew Morton Accepted
[24/51] ext3: wait on all pending commits in ext3_sync_fs - - - - --- 2008-11-06 Theodore Ts'o Accepted
[V2,1/3] quota: Add reservation support for delayed block allocation - - - - --- 2008-11-06 Mingming Cao Superseded
[V2,2/3] quota: Add quota claim and release reserved quota blocks operations - - - - --- 2008-11-06 Mingming Cao Superseded
[V2,3/3] ext4: quota handling for delayed allocation - - - - --- 2008-11-06 Mingming Cao Superseded
[V3,1/3] quota: Add reservation support for delayed block allocation - - - - --- 2008-11-06 Mingming Cao Not Applicable
[V3,2/3] quota: Add quota claim and release reserved quota blocks operations - - - - --- 2008-11-06 Mingming Cao Not Applicable
[V3,3/3] ext4: quota handling for delayed allocation - - - - --- 2008-11-06 Mingming Cao Not Applicable
- quota-add-reservation-support-for-delayed-block-allocation.patch removed from -mm tree - - - - --- 2008-11-06 Andrew Morton Not Applicable
- quota-add-reservation-support-for-delayed-block-allocation-checkpatch-fixes.patch removed from -m… - - - - --- 2008-11-06 Andrew Morton Not Applicable
- quota-add-quota-claim-and-release-reserved-quota-blocks-operations.patch removed from -mm tree - - - - --- 2008-11-06 Andrew Morton Not Applicable
- quota-add-quota-claim-and-release-reserved-quota-blocks-operations-checkpatch-fixes.patch removed… - - - - --- 2008-11-06 Andrew Morton Not Applicable
- ext4-quota-handling-for-delayed-allocation.patch removed from -mm tree - - - - --- 2008-11-06 Andrew Morton Not Applicable
« 1 2 3 4266 267 »