aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-58/+15
2009-10-02[PATCH] ext4: retry failed direct IO allocationsEric Sandeen1-0/+4
2009-10-02ext4: Fix build warning in ext4_dirty_inode()Curt Wohlgemuth1-2/+0
2009-10-01ext4: drop ext4dev compatEric Sandeen2-45/+0
2009-09-30ext4: fix a BUG_ON crash by checking that page has buffers attached to itTheodore Ts'o1-11/+11
2009-09-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-509/+1045
2009-09-30ext4: Fix time encoding with extra epoch bitsTheodore Ts'o1-3/+3
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o4-347/+19
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o4-16/+7
2009-09-29ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth3-13/+38
2009-09-29ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeCurt Wohlgemuth1-15/+4
2009-09-29ext4: Avoid updating the inode table bh twice in no journal modeFrank Mayhar1-21/+16
2009-09-28ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstTheodore Ts'o1-8/+8
2009-09-28ext4: async direct IO for holes and fallocate supportMingming Cao5-41/+234
2009-09-28ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao3-1/+210
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao6-42/+419
2009-09-28ext4: release reserved quota when block reservation for delalloc retryMingming Cao1-1/+1
2009-09-29ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o3-12/+97
2009-09-28ext4: Fix hueristic which avoids group preallocation for closed filesTheodore Ts'o1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-26ext4: Use ext4_msg() for ext4_da_writepage() errorsTheodore Ts'o1-25/+25
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-17ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCKEric Sandeen3-7/+7
2009-09-17ext4: Fix the alloc on close after a truncate hueristicTheodore Ts'o1-2/+1
2009-09-16ext4: Add a tracepoint for ext4_alloc_da_blocks()Theodore Ts'o1-0/+2
2009-09-17ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o3-15/+13
2009-09-16ext4: limit block allocations for indirect-block files to < 2^32Eric Sandeen5-3/+38
2009-09-16ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXTAkira Fujita1-9/+37
2009-09-16ext4: Add null extent check to ext_get_pathAkira Fujita1-18/+16
2009-09-16ext4: Replace BUG_ON() with ext4_error() in move_extents.cAkira Fujita1-40/+109
2009-09-16ext4: Replace get_ext_path macro with an inline funcitonAkira Fujita1-21/+34
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+4
2009-09-14ext4: Fix include/trace/events/ext4.h to work with SystemtapTheodore Ts'o1-0/+1
2009-09-14ext4: Remove syncing logic from ext4_file_writeJan Kara1-51/+2
2009-09-11ext4: Fix initalization of s_flex_groupsTheodore Ts'o1-6/+6
2009-09-10ext4: Always set dx_node's fake_dirent explicitly.Andreas Schlick1-1/+1
2009-09-10ext4: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-09-09ext4: Clarify the locking details in mballocAneesh Kumar K.V2-8/+6
2009-09-09ext4: check for need init flag in ext4_mb_load_buddyAneesh Kumar K.V1-21/+18
2009-09-09ext4: move ext4_mb_init_group() function earlier in the mballoc.cAneesh Kumar K.V1-91/+91
2009-09-09ext4: Make non-journal fsync work properlyFrank Mayhar1-14/+40
2009-09-12ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o2-3/+11
2009-09-09ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()Theodore Ts'o1-2/+2
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds4-12/+6
2009-09-08ext4: print more sysadmin-friendly message in check_block_validity()Theodore Ts'o1-8/+8
2009-09-09ext4: Take page lock before looking at attached buffer_heads flagsAneesh Kumar K.V1-2/+11