aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2012-10-28ext4: fix unjournaled inode bitmap modificationEric Sandeen1-10/+9
2012-10-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-45/+74
2012-10-22ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner1-2/+3
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma6-20/+14
2012-10-15ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner1-1/+1
2012-10-10ext4: fix metadata checksum calculation for the superblockTheodore Ts'o3-11/+7
2012-10-10ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov1-11/+46
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-736/+1260
2012-10-05ext4: serialize fallocate with ext4_convert_unwritten_extentsDmitry Monakhov1-0/+3
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov6-13/+19
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-7/+13
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-10/+23
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-8/+8
2012-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o1-0/+1
2012-09-30ext4: fix ext_remove_space for punch_hole caseDmitry Monakhov1-7/+9
2012-09-30ext4: punch_hole should wait for DIO writersDmitry Monakhov1-17/+36
2012-09-29ext4: serialize truncate with owerwrite DIO workersDmitry Monakhov1-0/+2
2012-09-29ext4: endless truncate due to nonlocked dio readersDmitry Monakhov1-2/+7
2012-09-29ext4: serialize unlocked dio reads with truncateDmitry Monakhov1-2/+5
2012-09-29ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov4-0/+44
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov6-169/+121
2012-09-28ext4: fix unwritten counter leakageDmitry Monakhov2-8/+19
2012-09-28ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov4-7/+7
2012-09-28ext4: ext4_inode_info dietDmitry Monakhov4-8/+15
2012-09-27ext4: convert to use leXX_add_cpu()Wei Yongjun3-5/+4
2012-09-27ext4: ext4_bread usage auditCarlos Maiolino1-12/+75
2012-09-27ext4: remove redundant offset check in mext_check_arguments()Wang Sheng-Hui1-1/+0
2012-09-26ext4: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4
2012-09-26ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl failsDjalal Harouni1-1/+2
2012-09-26ext4: enable FITRIM ioctl on bigalloc file systemLukas Czerner2-9/+3
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-7/+7
2012-09-26ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2012-09-26ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-09-26switch EXT4_IOC_MOVE_EXT to fget_light()Al Viro1-3/+3
2012-09-26ext4: close struct file leak on EXT4_IOC_MOVE_EXTAl Viro1-1/+2
2012-09-26ext4: remove unused function ext4_ext_check_cacheLukas Czerner1-39/+9
2012-09-26ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-4/+2
2012-09-26ext4: reimplement uninit extent optimization for move_extent_per_page()Dmitry Monakhov1-5/+76
2012-09-26ext4: clean up online defrag bugs in move_extent_per_page()Dmitry Monakhov1-75/+178
2012-09-26ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2012-09-26ext4: move_extent code cleanupDmitry Monakhov1-120/+47
2012-09-26ext4: don't call update_backups() multiple times for the same bgTao Ma1-0/+4
2012-09-25ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov1-10/+5
2012-09-23ext4: check free inode count before allocating an inodeYongqiang Yang1-0/+9
2012-09-23ext4: check free block counters in ext4_mb_find_by_goalYongqiang Yang1-0/+3
2012-09-23ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski1-1/+1
2012-09-20ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma1-2/+0
2012-09-19ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o1-7/+10
2012-09-19ext4: speed up truncate/unlink by not using bforget() unless neededAndrey Sidorov1-2/+5
2012-09-19ext4: fix online resizing when the # of block groups is constantTheodore Ts'o1-22/+14
2012-09-18ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2012-09-18ext4: re-enable -o discard functionality in no-journal modeTheodore Ts'o1-0/+2
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-1/+1
2012-09-18userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman1-7/+20
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-09-17ext4: fix possible non-initialized variable in htree_dirblock_to_tree()Carlos Maiolino2-2/+4
2012-09-17ext4: do not enable delalloc by default for ext2Theodore Ts'o1-1/+1
2012-09-13ext4: advertise the fact that the kernel supports meta_bg resizingTheodore Ts'o1-0/+2
2012-09-13ext4: log a resize update to the console every 10 secondsTheodore Ts'o1-0/+8
2012-09-13ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o1-17/+133
2012-09-12ext4: set bg_itable_unused when resizingTheodore Ts'o1-0/+3
2012-09-05ext4: add online resizing support for meta_bg and 64-bit file systemsYongqiang Yang2-65/+165
2012-09-05ext4: grow the s_group_info array as neededTheodore Ts'o3-40/+50
2012-09-05ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o3-18/+47
2012-09-05ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang1-4/+6
2012-09-05ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang1-0/+4
2012-09-05ext4: report the original old blocks count in a debug message when resizingYongqiang Yang1-2/+1
2012-09-05ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang1-3/+9
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov2-8/+8
2012-08-19ext4: remove duplicated declarations in inode.cZheng Liu1-3/+0
2012-08-18ext4: fix trivial typo in commentWang Sheng-Hui1-1/+1
2012-08-18ext4: no need to add inode to orphan list during hole punchAshish Sangwan1-4/+0
2012-08-18ext4: replace plain integer with NULL in super.cSachin Kamat1-1/+1
2012-08-17ext4: drop lock_super()/unlock_super()Theodore Ts'o1-10/+1
2012-08-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-26/+44
2012-08-17ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o1-1/+3
2012-08-17ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong1-14/+11
2012-08-17ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong1-5/+0
2012-08-17ext4: check return value of blkdev_issue_flush()Theodore Ts'o1-3/+6
2012-08-17ext4: make the zero-out chunk size tunableZheng Liu3-12/+19
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o3-0/+15
2012-08-17ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o1-3/+6
2012-08-17ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o1-14/+58
2012-08-17ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o1-0/+1
2012-08-17ext4: fix long mount times on very big file systemsTheodore Ts'o1-0/+4
2012-08-17ext4: don't call ext4_error while block group is lockedTheodore Ts'o2-26/+37
2012-08-05ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-05ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o1-0/+1
2012-08-04ext4: nuke pdflush from commentsArtem Bityutskiy1-1/+1
2012-08-04ext4: nuke write_super from commentsArtem Bityutskiy2-19/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-29/+23
2012-07-31ext4: Convert to new freezing mechanismJan Kara3-29/+23
2012-07-30ext4: use memweight()Akinobu Mita1-8/+1
2012-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-196/+563
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-80/+32
2012-07-23ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o1-11/+21
2012-07-22ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2012-07-22ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan1-17/+29
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy5-11/+7
2012-07-22ext4: weed out ext4_write_superArtem Bityutskiy1-10/+0
2012-07-22ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2-4/+3
2012-07-22ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara2-10/+13
2012-07-22ext4: remove useless marking of superblock dirtyJan Kara2-4/+0
2012-07-22ext4: fix ext4 mismerge back in JanuaryAl Viro1-1/+0
2012-07-22ext4: remove dynamic array size in ext4_chksum()Theodore Ts'o1-1/+3
2012-07-22ext4: remove unused variable in ext4_update_super()Theodore Ts'o1-1/+1
2012-07-22ext4: make quota as first class supported featureAditya Kali3-10/+150
2012-07-22ext4: don't take the i_mutex lock when doing DIO overwritesZheng Liu2-4/+71
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro1-2/+2
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-2/+2
2012-07-23ext4: use core vfs llseek code for dir seeksEric Sandeen2-64/+17
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen1-1/+2
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-18ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro1-1/+0
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-07-14ext4: get rid of open-coded d_find_any_alias()Al Viro1-8/+1
2012-07-09ext4: add a new nolock flag in ext4_map_blocksZheng Liu2-10/+51
2012-07-09ext4: split ext4_file_write into buffered IO and direct IOZheng Liu1-22/+38
2012-07-09ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()Haibo Liu1-1/+0
2012-07-09ext4: fix out-of-date comments in extents.cHaiboLiu1-2/+1
2012-07-09ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma1-7/+4
2012-07-09ext4: use proper csum calculation in ext4_renameTao Ma1-2/+9
2012-07-09ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o4-57/+132
2012-06-30ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o4-8/+8
2012-06-30ext4: honor O_(D)SYNC semantic in ext4_fallocate()Zheng Liu1-0/+2
2012-06-30ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groupsAditya Kali1-8/+15
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds20-182/+1377
2012-06-01ext4: hole-punch use truncate_pagecache_rangeHugh Dickins1-2/+2
2012-05-31ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-05-31ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-05-31ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-05-31ext4: let getattr report the right blocks in delalloc+bigallocTao Ma1-1/+2
2012-05-30ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-05-30ext4: add debugging trigger for ext4_error()Theodore Ts'o2-0/+21
2012-05-28ext4: protect group inode free counting with group lockTao Ma1-1/+4
2012-05-28ext4: use consistent ssize_t type in ext4_file_write()Zheng Liu1-1/+1
2012-05-28ext4: fix format flag in ext4_ext_binsearch_idx()Zheng Liu1-1/+1
2012-05-28ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu1-6/+2
2012-05-28ext4: return ENOMEM when mounts fail due to lack of memoryTheodore Ts'o1-0/+2
2012-05-28ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o2-4/+4
2012-05-28ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2012-05-28ext4: fix potential integer overflow in alloc_flex_gd()Haogang Chen1-0/+2
2012-05-28ext4: remove needs_recovery in ext4_mb_init()Akira Fujita3-3/+3
2012-05-28ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-05-28ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter1-4/+6
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-27ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong1-1/+2
2012-05-27jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong1-13/+42
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-5/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-34/+54
2012-05-21ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o1-1/+1
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman6-34/+54
2012-05-15ext4: Remove i_mutex use from ext4_quota_write()Jan Kara1-5/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-4/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-30ext4: remove unnecessary check in add_dirent_to_buf()Theodore Ts'o1-5/+2
2012-04-29ext4: add checksums to the MMP blockDarrick J. Wong2-5/+42
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong7-50/+76
2012-04-29ext4: Calculate and verify checksums of extended attribute blocksDarrick J. Wong1-15/+77
2012-04-29ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong3-15/+259
2012-04-29ext4: Calculate and verify checksums for htree nodesDarrick J. Wong1-4/+156
2012-04-29ext4: verify and calculate checksums for extent tree blocksDarrick J. Wong2-0/+61
2012-04-29ext4: calculate and verify block bitmap checksumDarrick J. Wong6-8/+104
2012-04-29ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong4-5/+135
2012-04-29ext4: calculate and verify inode checksumsDarrick J. Wong4-8/+126
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong7-7/+76
2012-04-29ext4: load the crc32c driver if necessaryDarrick J. Wong3-0/+41
2012-04-29ext4: record the checksum algorithm in use in the superblockDarrick J. Wong1-0/+18
2012-04-29ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong4-9/+63
2012-04-29ext4: create a new BH_Verified flag to avoid unnecessary metadata validationDarrick J. Wong1-9/+26
2012-04-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2012-04-23super.c: unused variable warning without CONFIG_QUOTAEldad Zack1-0/+2
2012-04-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-40/+15
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o1-17/+15
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o3-23/+0
2012-04-13ext4: fix endianness breakage in ext4_split_extent_at()Al Viro1-1/+1
2012-03-29Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds1-4/+3
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-48/+176
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-1318/+1136
2012-03-21ext4: remove useless s_dirt assignmentArtem Bityutskiy1-1/+0
2012-03-21ext4: write superblock only once on unmountArtem Bityutskiy1-4/+3
2012-03-21ext4: do not mark superblock as dirty unnecessarilyArtem Bityutskiy1-3/+1
2012-03-21ext4: correct ext4_punch_hole return codesAllison Henderson1-3/+3
2012-03-21ext4: remove restrictive checks for EOFBLOCKS_FLLukas Czerner2-9/+10
2012-03-21ext4: always set then trimmed blocks count into lenLukas Czerner1-1/+1
2012-03-21ext4: fix trimmed block count accuntingLukas Czerner1-1/+1
2012-03-21ext4: fix start and len arguments handling in ext4_trim_fs()Lukas Czerner1-27/+30
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20ext4: update s_free_{inodes,blocks}_count during online resizeDarrick J. Wong1-0/+4
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o6-41/+48
2012-03-19ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches1-10/+21
2012-03-19ext4: remove trailing newlines from ext4_msg() and ext4_error() messagesTheodore Ts'o3-6/+6
2012-03-19ext4: add no_printk argument validation, fix falloutJoe Perches4-9/+12