Commit Graph

250 Commits (39120e11705782c77d3a47d7d2927676fd8e3aaa)

Author SHA1 Message Date
Aneesh Kumar K.V 519deca049 ext4: Retry block allocation if new blocks are allocated from system zone. 17 years ago
Tiger Yang 7e01c8e542 ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() 17 years ago
Valerie Clement 1930479c4b ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems 17 years ago
Jan Kara 2c8be6b222 ext4: fix typos in messages and comments (journalled -> journaled) 17 years ago
Jan Kara 0623543b33 ext4: fix synchronization of quota files in journal=data mode 17 years ago
Jan Kara cd59e7b978 ext4: Fix mount messages when quota disabled 17 years ago
Jan Kara dfc5d03f12 ext4: correct mount option parsing to detect when quota options can be changed 17 years ago
Jean Delvare f36f21ecca Fix misuses of bdevname() 17 years ago
Roel Kluin f1fa3342e2 ext4: fix hot spins in mballoc after err_freebuddy and err_freemeta 17 years ago
Roel Kluin f8a87d8930 ext4: fix test ext_generic_write_end() copied return value 17 years ago
Mingming Cao 8f6e39a7ad ext4: Move mballoc headers/structures to a seperate header file mballoc.h 17 years ago
Solofo Ramangalahy 60bd63d192 ext4: cleanup for compiling mballoc with verification and debugging #defines 17 years ago
Josef Bacik c19204b0ae ext4: don't use ext4_error in ext4_check_descriptors 17 years ago
Aneesh Kumar K.V 8753e88f1b ext4: mark inode dirty after initializing the extent tree 17 years ago
Solofo Ramangalahy ef7377289a ext4: update ctime and mtime for truncate with extents. 17 years ago
Aneesh Kumar K.V c83617db76 ext4: Don't do GFP_NOFS allocations after taking ext4_lock_group 17 years ago
Christoph Hellwig 3dcf54515a ext4: move headers out of include/linux 17 years ago
Josef Bacik 216553c4b7 ext4: fix wrong gfp type under transaction 17 years ago
Jan Kara 2887df139c ext4: Fix hang on umount with quotas when journal is aborted 17 years ago
Jan Kara 53b7e9f680 ext4: Fix update of mtime and ctime on rename 17 years ago
Denis V. Lunev 46fe74f2ae ext4: use non-racy method for proc entries creation 17 years ago
Alexey Dobriyan 36a5aeb878 proc: remove proc_root_fs 17 years ago
Jan Kara 6f28e08794 quota: ext4: make ext4 handle quotaon on remount 17 years ago
Benoit Boissinot 1cc8dcf569 ext*: spelling fix prefered -> preferred 17 years ago
Dave Hansen 42a74f206b [PATCH] r/o bind mounts: elevate write count for ioctls() 17 years ago
Harvey Harrison 46e665e9d2 ext4: replace remaining __FUNCTION__ occurrences 17 years ago
Mingming Cao d3a95d477d ext4: make ext4_xattr_list() static 17 years ago
Mingming Cao 14499f3592 ext4: remove extra define of ext4_new_blocks_old from mballoc.c 17 years ago
Akinobu Mita a871611b47 ext4: check ext4_journal_get_write_access() errors 17 years ago
Akinobu Mita c0a4ef38ac ext4: use ext4_get_group_desc() 17 years ago
Akinobu Mita d00a6d7b40 ext4: use ext4_group_first_block_no() 17 years ago
Marcin Slusarz 216c34b2b8 ext4: convert byte order of constant instead of variable 17 years ago
Marcin Slusarz e8546d0615 ext4: le*_add_cpu conversion 17 years ago
Aneesh Kumar K.V 9a0762c5af ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() 17 years ago
Eric Sandeen 4ddfef7b41 ext4: reduce mballoc stack usage with noinline_for_stack 17 years ago
Andi Kleen 5cdd7b2d77 Convert ext4 to use unlocked_ioctl 17 years ago
Aneesh Kumar K.V 161e7b7c1d ext4: Cache the correct extent length for uninit extents 17 years ago
Aneesh Kumar K.V 1a89734d40 ext4: Return unwritten buffer head when trying to read from prealloc space. 17 years ago
Aneesh Kumar K.V e067ba0078 ext4: make ext4_ext_get_blocks always return <= max_blocks 17 years ago
Aneesh Kumar K.V fd28784adc ext4: Fix fallocate to update the file size in each transaction 17 years ago
Aneesh Kumar K.V 267e4db9ac ext4: Fix race between migration and mmap write 17 years ago
Aneesh Kumar K.V 3977c965ec ext4: zero out small extents when writing to prealloc area. 17 years ago
Aneesh Kumar K.V 093a088b76 ext4: ENOSPC error handling for writing to an uninitialized extent 17 years ago
Aneesh Kumar K.V e65187e6d0 ext4: Enable extent format for symlinks. 17 years ago
Aneesh Kumar K.V 95c3889cb8 ext4: Fix fallocate error path 17 years ago
Josef Bacik f3f12faa74 ext4: fix mount option parsing 17 years ago
Hisashi Hifumi 53c550e975 ext4: fdatasync should skip metadata writeout when overwriting 17 years ago
Josef Bacik 97bd42b9c8 ext4: check return of ext4_orphan_get properly 17 years ago
Jan Kara 335e92e8a5 vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs 17 years ago
Akinobu Mita 5606bf5d0c ext4: add missing ext4_journal_stop() 17 years ago