- 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
- b82e384 ext4: optimize locking for end_io extent conversion by Theodore Ts'o · 13 years ago
- 4e29802 ext4: remove unnecessary call to waitqueue_active() by Theodore Ts'o · 13 years ago
- d73d504 ext4: Use correct locking for ext4_end_io_nolock() by Tao Ma · 13 years ago
- 6d6a4351 ext4: fix race in xattr block allocation path by Eric Sandeen · 13 years ago
- e7b319e ext4: trace punch_hole correctly in ext4_ext_map_blocks by Yongqiang Yang · 13 years ago
- 02dc62fb ext4: clean up AGGRESSIVE_TEST code by Yongqiang Yang · 13 years ago
- 81fdbb4 ext4: move variables to their scope by Yongqiang Yang · 13 years ago
- 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
- fba90ff ext4: migrate cleanup by Dmitry Monakhov · 13 years ago
- 80e675f ext4: optimize memmmove lengths in extent/index insertions by Eric Gouriou · 13 years ago
- 6f91bc5 ext4: optimize ext4_ext_convert_to_initialized() by Eric Gouriou · 13 years ago
- 4470575 jbd2: fix build when CONFIG_BUG is not enabled by Randy Dunlap · 13 years ago
- b3ff0569 ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state by Tao Ma · 13 years ago
- 0a10da7 ext4: fix a wrong comment in __mb_check_buddy() by Robin Dong · 13 years ago
- b051d8d ext4: remove unused variable in mb_find_extent() by Robin Dong · 13 years ago
- 66a83cd ext4: remove unused variable in ext4_mb_generate_from_pa() by Robin Dong · 13 years ago
- ebbe027 ext4: use stream-alloc when mb_group_prealloc set to zero by Robin Dong · 13 years ago
- fcbb551 ext4: let ext4_page_mkwrite stop started handle in failure by Yongqiang Yang · 13 years ago
- 6f8ff53 ext4: handle NULL p_ext in ext4_ext_next_allocated_block() by Curt Wohlgemuth · 13 years ago
- f85b287 ext4: error handling fix in ext4_ext_convert_to_initialized() by Dan Carpenter · 13 years ago
- 6654361 ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle by Eric Sandeen · 13 years ago
- 909a4cf ext4: avoid setting directory i_nlink to zero by Andreas Dilger · 13 years ago
- cf80390 ext4: prevent stack overrun in ext4_file_open by Darrick J. Wong · 13 years ago
- a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
- 750c9c4 ext4: remove messy logic from ext4_ext_rm_leaf by Dmitry Monakhov · 13 years ago
- 1939dd8 ext4: cleanup ext4_ext_grow_indepth code by Dmitry Monakhov · 13 years ago
- 45dc63e ext4: Allow quota file use root reservation by Dmitry Monakhov · 13 years ago
- 8de49e6 ext4: fix the deadlock in mpage_da_map_and_submit() by Kazuya Mio · 13 years ago
- 09e0834 ext4: fix deadlock in ext4_ordered_write_end() by Akira Fujita · 13 years ago
- ee90d57 ext4: quiet sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 13 years ago
- e6705f7 ext4: add __user decoration to calls of copy_{from,to}_user() by H Hartley Sweeten · 13 years ago
- e0cbee3 ext4: functions should not be declared extern by H Hartley Sweeten · 13 years ago
- 1bce63d ext4: add block plug for .writepages by Shaohua Li · 13 years ago
- f6f96fd ext4: Fix comparison endianness problem in MMP initialization by Darrick J. Wong · 13 years ago
- bdfc230 ext4: MMP: fix error message rate-limiting logic in kmmpd by Nikitas Angelinas · 13 years ago
- 215fc6a ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname by Nikitas Angelinas · 13 years ago
- f472e02 ext4: avoid stamping on other memories in ext4_ext_insert_index() by Tao Ma · 13 years ago
- d44651d ext4: fix ext4 so it works without CONFIG_PROC_FS by Fabrice Jouhaud · 13 years ago
- 6ee3b21 ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left() by Tao Ma · 13 years ago
- 7fd59c8 ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl by Tao Ma · 13 years ago
- df3ab17 ext4: fix the comment describing ext4_ext_search_right() by Tao Ma · 13 years ago
- 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
- dcf2d80 ext4: Free resources in some error path in ext4_fill_super by Tao Ma · 13 years ago
- 7aa0bae ext4: Free resources in ext4_mb_init()'s error paths by Tao Ma · 13 years ago
- 5356f26 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
- d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
- df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
- e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
- cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
- 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
- 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
- 6f16b60 ext4: enable mounting bigalloc as read/write by Theodore Ts'o · 13 years ago
- 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
- 27baebb ext4: tune mballoc's default group prealloc size for bigalloc file systems by Theodore Ts'o · 13 years ago
- f975d6b ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled by Theodore Ts'o · 13 years ago
- 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
- 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
- 0aa0600 ext4: teach ext4_ext_truncate() about the bigalloc feature by Theodore Ts'o · 13 years ago
- 4d33b1e ext4: teach ext4_ext_map_blocks() about the bigalloc feature by Theodore Ts'o · 13 years ago
- 8413019 ext4: teach ext4_free_blocks() about bigalloc and clusters by Theodore Ts'o · 13 years ago
- 53accfa ext4: teach mballoc preallocation code about bigalloc clusters by Theodore Ts'o · 13 years ago
- 3212a80 ext4: convert block group-relative offsets to use clusters by Theodore Ts'o · 13 years ago
- d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
- fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
- 49f7f9a ext4: factor out block group accounting into functions by Theodore Ts'o · 13 years ago
- 7137d7a ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP by Theodore Ts'o · 13 years ago
- bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
- 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
- 7c2e708 ext4: add ext4-specific kludge to avoid an oops after the disk disappears by Theodore Ts'o · 13 years ago
- 02fac12 ext4: fix partial page writes by Allison Henderson · 13 years ago
- 189e868 ext4: fix fsx truncate failure by Allison Henderson · 13 years ago
- decbd91 ext4: only call ext4_jbd2_file_inode when an inode has been extended by Theodore Ts'o · 13 years ago
- d2159fb jbd2: use gfp_t instead of int by Dan Carpenter · 13 years ago
- 9ea7a0d jbd2: add debugging information to jbd2_journal_dirty_metadata() by Theodore Ts'o · 13 years ago
- 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
- 2be4751 ext4: fix 2nd xfstests 127 punch hole failure by Allison Henderson · 13 years ago
- ba06208 ext4: fix xfstests 75, 112, 127 punch hole failure by Allison Henderson · 13 years ago
- 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
- 5930ea6 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry by Theodore Ts'o · 13 years ago
- f9287c1 ext4: ext4_mkdir should dirty dir_block with newly created directory inode by Darrick J. Wong · 13 years ago
- bcaa992 ext4: ext4_rename should dirty dir_bh with the correct directory by Darrick J. Wong · 13 years ago
- 84ebd79 ext4: fake direct I/O mode for data=journal by Theodore Ts'o · 13 years ago
- 1cd9f09 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
- 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
- 6719db6 Btrfs: fix 64 bit divide problem by Josef Bacik · 13 years ago
- c063d8a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
- dccaf33 ext4: flush any pending end_io requests before DIO reads w/dioread_nolock by Jiaying Zhang · 13 years ago
- 35a21b4 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
- 5c80c71 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
- 01fa4ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
- f6a975c Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
- 04c05b4 update cifs version to 1.75 by Steve French · 13 years ago
- 13589c4 [CIFS] possible memory corruption on mount by Steve French · 13 years ago
- 81d86e1 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
- f1e490a Btrfs: set i_size properly when fallocating and we already by Josef Bacik · 13 years ago
- 9a4327c btrfs: unlock on error in btrfs_file_llseek() by Dan Carpenter · 13 years ago
- cb6db4e btrfs: btrfs_permission's RO check shouldn't apply to device nodes by Jeff Mahoney · 13 years ago
- 338d0f0 befs: Validate length of long symbolic links. by Timo Warns · 13 years ago
- 710d440 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. by Namjae Jeon · 13 years ago