summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-07jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V3-8/+11
2008-11-25ext4: cleanup mballoc header filesAneesh Kumar K.V2-21/+20
2009-01-06ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V5-111/+230
2009-01-06ext4: Add blocks added during resize to bitmapAneesh Kumar K.V3-118/+34
2008-11-22ext4: sparse fixesAneesh Kumar K.V6-18/+24
2008-11-05jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o3-13/+21
2008-11-05ext4: Change unsigned long to unsigned intTheodore Ts'o9-79/+77
2009-01-06ext4: Make ext4_group_t be an unsigned intTheodore Ts'o7-49/+49
2008-11-05ext4: Remove i_ext_generation from ext4_inode_info structureTheodore Ts'o3-8/+0
2009-01-04ext4: add fsync batch tuning knobsTheodore Ts'o7-8/+91
2008-12-17ext4: display average commit timeTheodore Ts'o1-0/+3
2008-11-26jbd2: improve jbd2 fsync batchingJosef Bacik3-14/+73
2009-01-06ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V1-0/+2
2009-01-06ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Theodore Ts'o5-20/+19
2009-01-06jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o1-2/+25
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar13-224/+452
2008-12-17ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto2-1/+4
2008-11-27ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groupsSolofo.Ramangalahy@bull.net1-0/+1
2008-11-26ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_openRoel Kluin1-6/+3
2008-11-26jbd2: Add BH_JBDPrivateStartMark Fasheh1-0/+1
2008-11-26ext4: fix build warningWu Fengguang1-7/+4
2009-01-06ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V1-4/+0
2009-01-06ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V1-17/+39
2008-11-05ext4: tone down ext4_da_writepages warningsTheodore Ts'o1-1/+15
2008-12-12ext4: remove do_blk_alloc()Theodore Ts'o3-38/+17
2008-12-07ext4: remove ext4_new_meta_block()Theodore Ts'o4-22/+5
2009-01-02ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o3-28/+13
2009-01-06Update Documentation/filesystems/ext4.txtTheodore Ts'o1-10/+32
2008-12-07ext3/4: Fix loop index in do_split() so it is signedTheodore Ts'o2-4/+4
2008-10-28ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o5-10/+90
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o5-11/+114
2008-10-30ext4: fix printk format warningAlexander Beregalov2-3/+3
2009-01-05Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-766/+579
2009-01-05rtc: add alarm/update irq interfacesAlessandro Zummo4-18/+101
2009-01-05fs: symlink write_begin allocation context fixNick Piggin22-36/+49
2009-01-05viafb: fix crashes due to 4k stack overflowBruno Prémont1-119/+129
2009-01-05fs: introduce bgl_lock_ptr()Pekka Enberg4-2/+23
2009-01-05spi.h uses/needs device.hRandy Dunlap1-0/+2
2009-01-05vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-05cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2009-01-04audit: validate comparison operations, store them in sane formAl Viro5-84/+94
2009-01-04clean up audit_rule_{add,del} a bitAl Viro1-25/+17
2009-01-04make sure that filterkey of task,always rules is reportedAl Viro1-4/+11
2009-01-04audit rules ordering, part 2Al Viro3-56/+41
2009-01-04fixing audit rule ordering mess, part 1Al Viro4-43/+59
2009-01-04audit_update_lsm_rules() misses the audit_inode_hash[] onesAl Viro1-30/+47
2009-01-04sanitize audit_log_capset()Al Viro3-36/+21
2009-01-04sanitize audit_fd_pair()Al Viro4-49/+20
2009-01-04sanitize audit_mq_open()Al Viro3-59/+38
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro3-135/+63