Commit Graph

224 Commits (4c0425ff68b1b87b802ffeda7b6a46ff7da7241c)

Author SHA1 Message Date
Mingming Cao 4c0425ff68 ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O 16 years ago
Theodore Ts'o 55138e0bc2 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks 16 years ago
Alexey Dobriyan 0d54b217a2 const: make struct super_block::s_qcop const 16 years ago
Alexey Dobriyan 61e225dc34 const: make struct super_block::dq_op const 16 years ago
Eric Sandeen fb0a387dcd ext4: limit block allocations for indirect-block files to < 2^32 16 years ago
Theodore Ts'o 3661d28615 ext4: Fix include/trace/events/ext4.h to work with Systemtap 16 years ago
Theodore Ts'o 7ad9bb651f ext4: Fix initalization of s_flex_groups 16 years ago
Theodore Ts'o 71290b368a ext4: Don't update superblock write time when filesystem is read-only 16 years ago
Theodore Ts'o d0646f7b63 ext4: Remove journal_checksum mount option and enable it by default 16 years ago
Eric Sandeen a13fb1a453 ext4: Add feature set check helper for mount & remount paths 16 years ago
Eric Sandeen bf43d84b18 ext4: reject too-large filesystems on 32-bit kernels 16 years ago
Theodore Ts'o 78f1ddbb49 ext4: Avoid null pointer dereference when decoding EROFS w/o a journal 16 years ago
Al Viro d4bfe2f76d switch ext4 to inode->i_acl 16 years ago
Bartlomiej Zolnierkiewicz 90c699a9ee block: rename CONFIG_LBD to CONFIG_LBDAF 16 years ago
Andreas Dilger 11013911da ext4: teach the inode allocator to use a goal inode number 16 years ago
Theodore Ts'o 4ab2f15b7f ext4: move the abort flag from s_mount_opts to s_mount_flags 16 years ago
Theodore Ts'o 7f4520cc62 ext4: change s_mount_opt to be an unsigned int 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Christoph Hellwig ebc1ac1645 ->write_super lock_super pushdown 16 years ago
Al Viro bbd6851a32 Push lock_super() into the ->remount_fs() of filesystems that care about it 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Al Viro a9e220f832 No need to do lock_super() for exclusion in generic_shutdown_super() 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago
Eric Sandeen b31e15527a ext4: Change all super.c messages to print the device 16 years ago
Andreas Dilger 0b8e58a140 ext4: super.c whitespace cleanup 16 years ago
Theodore Ts'o 88b6edd17c ext4: Clean up calls to ext4_get_group_desc() 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Manish Katiyar f68301656b ext4: Fix memory leak in ext4_fill_super() in case of a failed mount 16 years ago
Theodore Ts'o 6fd058f779 ext4: Add a comprehensive block validity check to ext4_get_blocks() 16 years ago
Aneesh Kumar K.V 955ce5f5be ext4: Convert ext4_lock_group to use sb_bgl_lock 16 years ago
Curt Wohlgemuth f40339031b ext4: Make the length of the mb_history file tunable 16 years ago
Theodore Ts'o bb23c20a85 ext4: Move fs/ext4/group.h into ext4.h 16 years ago
Theodore Ts'o 596397b77c ext4: Move fs/ext4/namei.h into ext4.h 16 years ago
Theodore Ts'o 9bffad1ed2 ext4: convert instrumentation from markers to tracepoints 16 years ago
Theodore Ts'o 32ed5058ce ext4: Replace lock/unlock_super() with an explicit lock for resizing 16 years ago
Theodore Ts'o 3b9d4ed266 ext4: Replace lock/unlock_super() with an explicit lock for the orphan list 16 years ago
Theodore Ts'o a63c9eb2ce ext4: ext4_mark_recovery_complete() doesn't need to use lock_super 16 years ago
Theodore Ts'o 114e9fc907 ext4: Remove outdated comment about lock_super() 16 years ago
Theodore Ts'o 8df9675f8b ext4: Avoid races caused by on-line resizing and SMP memory reordering 16 years ago
Theodore Ts'o 9ca92389c5 ext4: Use separate super_operations structure for no_journal filesystems 16 years ago
Theodore Ts'o 7234ab2a55 ext4: Fix and simplify s_dirt handling 16 years ago
Theodore Ts'o e2d670523c ext4: Simplify ext4_commit_super()'s function signature 16 years ago
Theodore Ts'o f7c439504c ext4: Use is_power_of_2() for clarity 16 years ago
Theodore Ts'o c5ca7c7636 ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array 16 years ago
From: Thiemo Nagel 0f2ddca66d ext4: check block device size on mount 16 years ago
Theodore Ts'o 06705bff91 ext4: Regularize mount options 16 years ago
Jan Kara a269eb1829 ext4: Use lowercase names of quota functions 16 years ago
Mingming Cao 60e58e0f30 ext4: quota reservation for delayed allocation 16 years ago
Jan Kara edf7245362 ext4: Remove unnecessary quota functions 16 years ago
Theodore Ts'o afd4672dc7 ext4: Add auto_da_alloc mount option 16 years ago