| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 15 | -736/+1260 |
| 2012-10-05 | ext4: fix ext4_flush_completed_IO wait semantics | Dmitry Monakhov | 6 | -13/+19 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -7/+13 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -10/+23 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -8/+8 |
| 2012-09-30 | ext4: fix mtime update in nodelalloc mode | Theodore Ts'o | 1 | -0/+1 |
| 2012-09-30 | ext4: fix ext_remove_space for punch_hole case | Dmitry Monakhov | 1 | -7/+9 |
| 2012-09-30 | ext4: punch_hole should wait for DIO writers | Dmitry Monakhov | 1 | -17/+36 |
| 2012-09-29 | ext4: serialize truncate with owerwrite DIO workers | Dmitry Monakhov | 1 | -0/+2 |
| 2012-09-29 | ext4: endless truncate due to nonlocked dio readers | Dmitry Monakhov | 1 | -2/+7 |
| 2012-09-29 | ext4: serialize unlocked dio reads with truncate | Dmitry Monakhov | 1 | -2/+5 |
| 2012-09-29 | ext4: serialize dio nonlocked reads with defrag workers | Dmitry Monakhov | 4 | -0/+44 |
| 2012-09-29 | ext4: completed_io locking cleanup | Dmitry Monakhov | 6 | -169/+121 |
| 2012-09-28 | ext4: fix unwritten counter leakage | Dmitry Monakhov | 2 | -8/+19 |
| 2012-09-28 | ext4: give i_aiodio_unwritten a more appropriate name | Dmitry Monakhov | 4 | -7/+7 |
| 2012-09-28 | ext4: ext4_inode_info diet | Dmitry Monakhov | 4 | -8/+15 |
| 2012-09-27 | ext4: convert to use leXX_add_cpu() | Wei Yongjun | 3 | -5/+4 |
| 2012-09-27 | ext4: ext4_bread usage audit | Carlos Maiolino | 1 | -12/+75 |
| 2012-09-27 | ext4: remove redundant offset check in mext_check_arguments() | Wang Sheng-Hui | 1 | -1/+0 |
| 2012-09-26 | ext4: don't clear orphan list on ro mount with errors | Eric Sandeen | 1 | -2/+4 |
| 2012-09-26 | ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails | Djalal Harouni | 1 | -1/+2 |
| 2012-09-26 | ext4: enable FITRIM ioctl on bigalloc file system | Lukas Czerner | 2 | -9/+3 |
| 2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -7/+7 |
| 2012-09-26 | ext4: fix fdatasync() for files with only i_size changes | Jan Kara | 1 | -2/+6 |
| 2012-09-26 | ext4: always set i_op in ext4_mknod() | Bernd Schubert | 1 | -2/+0 |
| 2012-09-26 | switch EXT4_IOC_MOVE_EXT to fget_light() | Al Viro | 1 | -3/+3 |
| 2012-09-26 | ext4: close struct file leak on EXT4_IOC_MOVE_EXT | Al Viro | 1 | -1/+2 |
| 2012-09-26 | ext4: remove unused function ext4_ext_check_cache | Lukas Czerner | 1 | -39/+9 |
| 2012-09-26 | ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -4/+2 |
| 2012-09-26 | ext4: reimplement uninit extent optimization for move_extent_per_page() | Dmitry Monakhov | 1 | -5/+76 |
| 2012-09-26 | ext4: clean up online defrag bugs in move_extent_per_page() | Dmitry Monakhov | 1 | -75/+178 |
| 2012-09-26 | ext4: online defrag is not supported for journaled files | Dmitry Monakhov | 1 | -1/+6 |
| 2012-09-26 | ext4: move_extent code cleanup | Dmitry Monakhov | 1 | -120/+47 |
| 2012-09-26 | ext4: don't call update_backups() multiple times for the same bg | Tao Ma | 1 | -0/+4 |
| 2012-09-25 | ext4: fix double unlock buffer mess during fs-resize | Dmitry Monakhov | 1 | -10/+5 |
| 2012-09-23 | ext4: check free inode count before allocating an inode | Yongqiang Yang | 1 | -0/+9 |
| 2012-09-23 | ext4: check free block counters in ext4_mb_find_by_goal | Yongqiang Yang | 1 | -0/+3 |
| 2012-09-23 | ext4: fix crash when accessing /proc/mounts concurrently | Herton Ronaldo Krzesinski | 1 | -1/+1 |
| 2012-09-20 | ext4: remove erroneous ext4_superblock_csum_set() in update_backups() | Tao Ma | 1 | -2/+0 |
| 2012-09-19 | ext4: fix potential deadlock in ext4_nonda_switch() | Theodore Ts'o | 1 | -7/+10 |
| 2012-09-19 | ext4: speed up truncate/unlink by not using bforget() unless needed | Andrey Sidorov | 1 | -2/+5 |
| 2012-09-19 | ext4: fix online resizing when the # of block groups is constant | Theodore Ts'o | 1 | -22/+14 |
| 2012-09-18 | ext4: make orphan functions be no-op in no-journal mode | Anatol Pomozov | 1 | -4/+3 |
| 2012-09-18 | ext4: re-enable -o discard functionality in no-journal mode | Theodore Ts'o | 1 | -0/+2 |
| 2012-09-18 | userns: Convert struct dquot dq_id to be a struct kqid | Eric W. Biederman | 1 | -1/+1 |
| 2012-09-18 | userns: Convert extN to support kuids and kgids in posix acls | Eric W. Biederman | 1 | -7/+20 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -2/+2 |
| 2012-09-17 | ext4: fix possible non-initialized variable in htree_dirblock_to_tree() | Carlos Maiolino | 2 | -2/+4 |
| 2012-09-17 | ext4: do not enable delalloc by default for ext2 | Theodore Ts'o | 1 | -1/+1 |
| 2012-09-13 | ext4: advertise the fact that the kernel supports meta_bg resizing | Theodore Ts'o | 1 | -0/+2 |
| 2012-09-13 | ext4: log a resize update to the console every 10 seconds | Theodore Ts'o | 1 | -0/+8 |
| 2012-09-13 | ext4: convert file system to meta_bg if needed during resizing | Theodore Ts'o | 1 | -17/+133 |
| 2012-09-12 | ext4: set bg_itable_unused when resizing | Theodore Ts'o | 1 | -0/+3 |
| 2012-09-05 | ext4: add online resizing support for meta_bg and 64-bit file systems | Yongqiang Yang | 2 | -65/+165 |
| 2012-09-05 | ext4: grow the s_group_info array as needed | Theodore Ts'o | 3 | -40/+50 |
| 2012-09-05 | ext4: grow the s_flex_groups array as needed when resizing | Theodore Ts'o | 3 | -18/+47 |
| 2012-09-05 | ext4: avoid duplicate writes of the backup bg descriptor blocks | Yongqiang Yang | 1 | -4/+6 |
| 2012-09-05 | ext4: don't copy non-existent gdt blocks when resizing | Yongqiang Yang | 1 | -0/+4 |
| 2012-09-05 | ext4: report the original old blocks count in a debug message when resizing | Yongqiang Yang | 1 | -2/+1 |
| 2012-09-05 | ext4: ignore last group w/o enough space when resizing instead of BUG'ing | Yongqiang Yang | 1 | -3/+9 |
| 2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2 | -8/+8 |
| 2012-08-19 | ext4: remove duplicated declarations in inode.c | Zheng Liu | 1 | -3/+0 |
| 2012-08-18 | ext4: fix trivial typo in comment | Wang Sheng-Hui | 1 | -1/+1 |
| 2012-08-18 | ext4: no need to add inode to orphan list during hole punch | Ashish Sangwan | 1 | -4/+0 |
| 2012-08-18 | ext4: replace plain integer with NULL in super.c | Sachin Kamat | 1 | -1/+1 |
| 2012-08-17 | ext4: drop lock_super()/unlock_super() | Theodore Ts'o | 1 | -10/+1 |
| 2012-08-17 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -26/+44 |
| 2012-08-17 | ext4: return an error if kset_create_and_add fails in ext4_init_fs() | Theodore Ts'o | 1 | -1/+3 |
| 2012-08-17 | ext4: remove unused function argument 'order' in mb_find_extent() | Robin Dong | 1 | -14/+11 |
| 2012-08-17 | ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN | Robin Dong | 1 | -5/+0 |
| 2012-08-17 | ext4: check return value of blkdev_issue_flush() | Theodore Ts'o | 1 | -3/+6 |
| 2012-08-17 | ext4: make the zero-out chunk size tunable | Zheng Liu | 3 | -12/+19 |
| 2012-08-17 | ext4: add max_dir_size_kb mount option | Theodore Ts'o | 3 | -0/+15 |
| 2012-08-17 | ext4: don't load the block bitmap for block groups which have no space | Theodore Ts'o | 1 | -3/+6 |
| 2012-08-17 | ext4: collapse a single extent tree block into the inode if possible | Theodore Ts'o | 1 | -14/+58 |
| 2012-08-17 | ext4: fix kernel BUG on large-scale rm -rf commands | Theodore Ts'o | 1 | -0/+1 |
| 2012-08-17 | ext4: fix long mount times on very big file systems | Theodore Ts'o | 1 | -0/+4 |
| 2012-08-17 | ext4: don't call ext4_error while block group is locked | Theodore Ts'o | 2 | -26/+37 |
| 2012-08-05 | ext4: avoid kmemcheck complaint from reading uninitialized memory | Theodore Ts'o | 1 | -0/+1 |
| 2012-08-05 | ext4: make sure the journal sb is written in ext4_clear_journal_err() | Theodore Ts'o | 1 | -0/+1 |
| 2012-08-04 | ext4: nuke pdflush from comments | Artem Bityutskiy | 1 | -1/+1 |
| 2012-08-04 | ext4: nuke write_super from comments | Artem Bityutskiy | 2 | -19/+0 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -29/+23 |
| 2012-07-31 | ext4: Convert to new freezing mechanism | Jan Kara | 3 | -29/+23 |
| 2012-07-30 | ext4: use memweight() | Akinobu Mita | 1 | -8/+1 |
| 2012-07-27 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 14 | -196/+563 |
| 2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 6 | -80/+32 |
| 2012-07-23 | ext4: undo ext4_calc_metadata_amount if we fail to claim space | Theodore Ts'o | 1 | -11/+21 |
| 2012-07-22 | ext4: don't let i_reserved_meta_blocks go negative | Brian Foster | 1 | -0/+9 |
| 2012-07-22 | ext4: fix hole punch failure when depth is greater than 0 | Ashish Sangwan | 1 | -17/+29 |
| 2012-07-22 | ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() | Artem Bityutskiy | 5 | -11/+7 |
| 2012-07-22 | ext4: weed out ext4_write_super | Artem Bityutskiy | 1 | -10/+0 |
| 2012-07-22 | ext4: remove unnecessary superblock dirtying | Artem Bityutskiy | 2 | -4/+3 |
| 2012-07-22 | ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() | Jan Kara | 2 | -10/+13 |
| 2012-07-22 | ext4: remove useless marking of superblock dirty | Jan Kara | 2 | -4/+0 |
| 2012-07-22 | ext4: fix ext4 mismerge back in January | Al Viro | 1 | -1/+0 |
| 2012-07-22 | ext4: remove dynamic array size in ext4_chksum() | Theodore Ts'o | 1 | -1/+3 |
| 2012-07-22 | ext4: remove unused variable in ext4_update_super() | Theodore Ts'o | 1 | -1/+1 |
| 2012-07-22 | ext4: make quota as first class supported feature | Aditya Kali | 3 | -10/+150 |
| 2012-07-22 | ext4: don't take the i_mutex lock when doing DIO overwrites | Zheng Liu | 2 | -4/+71 |
| 2012-07-23 | ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file() | Al Viro | 1 | -2/+2 |
| 2012-07-23 | don't expose I_NEW inodes via dentry->d_inode | Al Viro | 1 | -2/+2 |
| 2012-07-23 | ext4: use core vfs llseek code for dir seeks | Eric Sandeen | 2 | -64/+17 |
| 2012-07-23 | vfs: allow custom EOF in generic_file_llseek code | Eric Sandeen | 1 | -1/+2 |
| 2012-07-22 | quota: Move quota syncing to ->sync_fs method | Jan Kara | 1 | -0/+5 |
| 2012-07-18 | ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT | Al Viro | 1 | -1/+0 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro | 1 | -1/+1 |
| 2012-07-14 | ext4: get rid of open-coded d_find_any_alias() | Al Viro | 1 | -8/+1 |
| 2012-07-09 | ext4: add a new nolock flag in ext4_map_blocks | Zheng Liu | 2 | -10/+51 |
| 2012-07-09 | ext4: split ext4_file_write into buffered IO and direct IO | Zheng Liu | 1 | -22/+38 |
| 2012-07-09 | ext4: remove an unused statement in ext4_mb_get_buddy_page_lock() | Haibo Liu | 1 | -1/+0 |
| 2012-07-09 | ext4: fix out-of-date comments in extents.c | HaiboLiu | 1 | -2/+1 |
| 2012-07-09 | ext4: use s_csum_seed instead of i_csum_seed for xattr block | Tao Ma | 1 | -7/+4 |
| 2012-07-09 | ext4: use proper csum calculation in ext4_rename | Tao Ma | 1 | -2/+9 |
| 2012-07-09 | ext4: fix overhead calculation used by ext4_statfs() | Theodore Ts'o | 4 | -57/+132 |
| 2012-06-30 | ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr | Theodore Ts'o | 4 | -8/+8 |
| 2012-06-30 | ext4: honor O_(D)SYNC semantic in ext4_fallocate() | Zheng Liu | 1 | -0/+2 |
| 2012-06-30 | ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups | Aditya Kali | 1 | -8/+15 |
| 2012-06-07 | ext4: don't set i_flags in EXT4_IOC_SETFLAGS | Tao Ma | 1 | -1/+0 |
| 2012-06-07 | ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg | Theodore Ts'o | 1 | -4/+4 |
| 2012-06-01 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 20 | -182/+1377 |
| 2012-06-01 | ext4: hole-punch use truncate_pagecache_range | Hugh Dickins | 1 | -2/+2 |
| 2012-05-31 | ext4: remove mb_groups before tearing down the buddy_cache | Salman Qazi | 1 | -2/+3 |
| 2012-05-31 | ext4: add ext4_mb_unload_buddy in the error path | Salman Qazi | 1 | -0/+1 |
| 2012-05-31 | ext4: don't trash state flags in EXT4_IOC_SETFLAGS | Theodore Ts'o | 1 | -3/+9 |
| 2012-05-31 | ext4: let getattr report the right blocks in delalloc+bigalloc | Tao Ma | 1 | -1/+2 |
| 2012-05-30 | ext4: add missing save_error_info() to ext4_error() | Theodore Ts'o | 1 | -0/+1 |
| 2012-05-30 | ext4: add debugging trigger for ext4_error() | Theodore Ts'o | 2 | -0/+21 |
| 2012-05-28 | ext4: protect group inode free counting with group lock | Tao Ma | 1 | -1/+4 |
| 2012-05-28 | ext4: use consistent ssize_t type in ext4_file_write() | Zheng Liu | 1 | -1/+1 |
| 2012-05-28 | ext4: fix format flag in ext4_ext_binsearch_idx() | Zheng Liu | 1 | -1/+1 |
| 2012-05-28 | ext4: cleanup in ext4_discard_allocated_blocks() | Zheng Liu | 1 | -6/+2 |
| 2012-05-28 | ext4: return ENOMEM when mounts fail due to lack of memory | Theodore Ts'o | 1 | -0/+2 |
| 2012-05-28 | ext4: remove redundundant "(char *) bh->b_data" casts | Theodore Ts'o | 2 | -4/+4 |
| 2012-05-28 | ext4: disallow hard-linked directory in ext4_lookup | Andreas Dilger | 1 | -0/+6 |
| 2012-05-28 | ext4: fix potential integer overflow in alloc_flex_gd() | Haogang Chen | 1 | -0/+2 |
| 2012-05-28 | ext4: remove needs_recovery in ext4_mb_init() | Akira Fujita | 3 | -3/+3 |
| 2012-05-28 | ext4: force ro mount if ext4_setup_super() fails | Eric Sandeen | 1 | -1/+2 |
| 2012-05-28 | ext4: fix potential NULL dereference in ext4_free_inodes_counts() | Dan Carpenter | 1 | -4/+6 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-27 | ext4/jbd2: add metadata checksumming to the list of supported features | Darrick J. Wong | 1 | -1/+2 |
| 2012-05-27 | jbd2: enable journal clients to enable v2 checksumming | Darrick J. Wong | 1 | -13/+42 |
| 2012-05-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -5/+1 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 6 | -34/+54 |
| 2012-05-21 | ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 feature | Theodore Ts'o | 1 | -1/+1 |
| 2012-05-15 | userns: Convert ext4 to user kuid/kgid where appropriate | Eric W. Biederman | 6 | -34/+54 |
| 2012-05-15 | ext4: Remove i_mutex use from ext4_quota_write() | Jan Kara | 1 | -5/+1 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -4/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-30 | ext4: remove unnecessary check in add_dirent_to_buf() | Theodore Ts'o | 1 | -5/+2 |
| 2012-04-29 | ext4: add checksums to the MMP block | Darrick J. Wong | 2 | -5/+42 |
| 2012-04-29 | ext4: make block group checksums use metadata_csum algorithm | Darrick J. Wong | 7 | -50/+76 |
| 2012-04-29 | ext4: Calculate and verify checksums of extended attribute blocks | Darrick J. Wong | 1 | -15/+77 |
| 2012-04-29 | ext4: calculate and verify checksums of directory leaf blocks | Darrick J. Wong | 3 | -15/+259 |
| 2012-04-29 | ext4: Calculate and verify checksums for htree nodes | Darrick J. Wong | 1 | -4/+156 |
| 2012-04-29 | ext4: verify and calculate checksums for extent tree blocks | Darrick J. Wong | 2 | -0/+61 |
| 2012-04-29 | ext4: calculate and verify block bitmap checksum | Darrick J. Wong | 6 | -8/+104 |
| 2012-04-29 | ext4: calculate and verify checksums for inode bitmaps | Darrick J. Wong | 4 | -5/+135 |
| 2012-04-29 | ext4: calculate and verify inode checksums | Darrick J. Wong | 4 | -8/+126 |
| 2012-04-29 | ext4: calculate and verify superblock checksum | Darrick J. Wong | 7 | -7/+76 |
| 2012-04-29 | ext4: load the crc32c driver if necessary | Darrick J. Wong | 3 | -0/+41 |
| 2012-04-29 | ext4: record the checksum algorithm in use in the superblock | Darrick J. Wong | 1 | -0/+18 |
| 2012-04-29 | ext4: change on-disk layout to support extended metadata checksumming | Darrick J. Wong | 4 | -9/+63 |
| 2012-04-29 | ext4: create a new BH_Verified flag to avoid unnecessary metadata validation | Darrick J. Wong | 1 | -9/+26 |
| 2012-04-23 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
| 2012-04-23 | super.c: unused variable warning without CONFIG_QUOTA | Eldad Zack | 1 | -0/+2 |
| 2012-04-17 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 3 | -40/+15 |
| 2012-04-16 | ext4: fix handling of journalled quota options | Theodore Ts'o | 1 | -17/+15 |
| 2012-04-16 | ext4: address scalability issue by removing extent cache statistics | Theodore Ts'o | 3 | -23/+0 |
| 2012-04-13 | ext4: fix endianness breakage in ext4_split_extent_at() | Al Viro | 1 | -1/+1 |
| 2012-03-29 | Revert "ext4: don't release page refs in ext4_end_bio()" | Linus Torvalds | 1 | -4/+3 |
| 2012-03-29 | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -48/+176 |
| 2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 18 | -1318/+1136 |
| 2012-03-21 | ext4: remove useless s_dirt assignment | Artem Bityutskiy | 1 | -1/+0 |
| 2012-03-21 | ext4: write superblock only once on unmount | Artem Bityutskiy | 1 | -4/+3 |
| 2012-03-21 | ext4: do not mark superblock as dirty unnecessarily | Artem Bityutskiy | 1 | -3/+1 |
| 2012-03-21 | ext4: correct ext4_punch_hole return codes | Allison Henderson | 1 | -3/+3 |
| 2012-03-21 | ext4: remove restrictive checks for EOFBLOCKS_FL | Lukas Czerner | 2 | -9/+10 |
| 2012-03-21 | ext4: always set then trimmed blocks count into len | Lukas Czerner | 1 | -1/+1 |
| 2012-03-21 | ext4: fix trimmed block count accunting | Lukas Czerner | 1 | -1/+1 |
| 2012-03-21 | ext4: fix start and len arguments handling in ext4_trim_fs() | Lukas Czerner | 1 | -27/+30 |
| 2012-03-20 | ext4: initialization of ext4_li_mtx needs to be done earlier | Al Viro | 1 | -2/+3 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-20 | ext4: update s_free_{inodes,blocks}_count during online resize | Darrick J. Wong | 1 | -0/+4 |
| 2012-03-19 | ext4: change some printk() calls to use ext4_msg() instead | Theodore Ts'o | 6 | -41/+48 |
| 2012-03-19 | ext4: avoid output message interleaving in ext4_error_<foo>() | Joe Perches | 1 | -10/+21 |
| 2012-03-19 | ext4: remove trailing newlines from ext4_msg() and ext4_error() messages | Theodore Ts'o | 3 | -6/+6 |
| 2012-03-19 | ext4: add no_printk argument validation, fix fallout | Joe Perches | 4 | -9/+12 |
| 2012-03-19 | ext4: remove redundant "EXT4-fs: " from uses of ext4_msg | Joe Perches | 1 | -7/+7 |
| 2012-03-19 | ext4: give more helpful error message in ext4_ext_rm_leaf() | Lukas Czerner | 1 | -2/+5 |
| 2012-03-19 | ext4: remove unused code from ext4_ext_map_blocks() | Lukas Czerner | 1 | -106/+13 |
| 2012-03-19 | ext4: rewrite punch hole to use ext4_ext_remove_space() | Lukas Czerner | 1 | -82/+88 |
| 2012-03-18 | ext4: return 32/64-bit dir name hash according to usage type | Fan Yong | 3 | -48/+176 |
| 2012-03-11 | ext4: check for zero length extent | Theodore Ts'o | 1 | -0/+2 |
| 2012-03-05 | ext4: add comments to definition of ext4_io_end_t | Curt Wohlgemuth | 1 | -3/+10 |
| 2012-03-05 | ext4: don't release page refs in ext4_end_bio() | Curt Wohlgemuth | 1 | -3/+4 |