Commit Graph

204 Commits (308c05e35e3517d19bb67a7e97772235c9e15cd7)

Author SHA1 Message Date
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
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
Aneesh Kumar K.V ffad0a44b7 ext4: ext4_find_next_zero_bit needs an aligned address on some arch 17 years ago
Aneesh Kumar K.V 42bf0383d1 ext4: set EXT4_EXTENTS_FL only for directory and regular files 17 years ago
Aneesh Kumar K.V 2c98615d3b ext4: Don't mark filesystem error if fallocate fails 17 years ago
Mingming Cao f5ab0d1f8f ext4: Fix BUG when writing to an unitialized extent 17 years ago
Theodore Ts'o 825f1481ea ext4: Don't use ext4_dec_count() if not needed 17 years ago
Valerie Clement 74d3487fc8 ext4: modify block allocation algorithm for the last group 17 years ago
Aneesh Kumar K.V e56eb65906 ext4: Don't claim block from group which has corrupt bitmap 17 years ago
Aneesh Kumar K.V 9df5643ad1 ext4: Get journal write access before modifying the extent tree 17 years ago
Aneesh Kumar K.V b35905c16a ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() 17 years ago
Aneesh Kumar K.V 4cdeed861b ext4: Don't leave behind a half-created inode if ext4_mkdir() fails 17 years ago
Valerie Clement b73fce69ec ext4: Fix kernel BUG at fs/ext4/mballoc.c:910! 17 years ago
Aneesh Kumar K.V 55bd725aa3 ext4: Fix locking hierarchy violation in ext4_fallocate() 17 years ago
Andi Kleen 642be6ec21 Remove incorrect BKL comments in ext4 17 years ago
Jan Blunck 1d957f9bf8 Introduce path_put() 17 years ago
Jan Blunck 4ac9137858 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} 17 years ago
Theodore Tso 469108ff3d ext4: Add new "development flag" to the ext4 filesystem 17 years ago
Aneesh Kumar K.V 26346ff681 ext4: Don't panic in case of corrupt bitmap 17 years ago
Eric Sandeen 256bdb497c ext4: allocate struct ext4_allocation_context from a kmem cache 17 years ago
Jan Kara 7fb5409df0 ext4: Fix Direct I/O locking 17 years ago
Aneesh Kumar K.V 8009f9fb30 ext4: Fix circular locking dependency with migrate and rm. 17 years ago
David Howells 1d1fe1ee02 iget: stop EXT4 from using iget() and read_inode() 17 years ago
Akinobu Mita 859cb93679 ext[234]: cleanup ext[234]_bg_num_gdb() 17 years ago
Akinobu Mita fb01bfdac7 ext[234]: remove unused argument for ext[234]_find_goal() 17 years ago
Akinobu Mita 197cd65acc ext[234]: use ext[234]_get_group_desc() 17 years ago
Akinobu Mita 144704e522 ext[234]: fix comment for nonexistent variable 17 years ago
Eric Sandeen 0040d9875d allow in-inode EAs on ext4 root inode 17 years ago
Aneesh Kumar K.V 42a10add85 ext4: Fix null bh pointer dereference in mballoc 17 years ago
Christoph Lameter eebd2aa355 Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user 17 years ago
Valerie Clement b8356c465b ext4: Don't set EXTENTS_FL flag for fast symlinks 17 years ago
Aneesh Kumar K.V b939e3766e ext4: Use the ext4_ext_actual_len() helper function 17 years ago
Dmitry Monakhov dbf9d7da33 ext4: fix uniniatilized extent splitting error 17 years ago
Aneesh Kumar K.V ce40733ce9 ext4: Check for return value from sb_set_blocksize 17 years ago
Miklos Szeredi cb45bbe44b ext4: Add stripe= option to /proc/mounts 17 years ago
Aneesh Kumar K.V 3dbd0ede4d ext4: Enable the multiblock allocator by default 17 years ago
Alex Tomas c9de560ded ext4: Add multi block allocator for ext4 17 years ago
Alex Tomas 1988b51e47 ext4: Add new functions for searching extent tree 17 years ago
Eric Sandeen c549a95d40 ext4: fix up EXT4FS_DEBUG builds 17 years ago
Aneesh Kumar K.V aa22df2cc8 ext4: Fix ext4_show_options to show the correct mount options. 17 years ago
Aneesh Kumar K.V c14c6fd5c5 ext4: Add EXT4_IOC_MIGRATE ioctl 17 years ago
Jean Noel Cordenner 25ec56b518 ext4: Add inode version support in ext4 17 years ago
Girish Shilamkar 818d276ceb ext4: Add the journal checksum feature 17 years ago
Aneesh Kumar K.V 4df3d265bf ext4: Take read lock during overwrite case. 17 years ago
Aneesh Kumar K.V 0e855ac8b1 ext4: Convert truncate_mutex to read write semaphore. 17 years ago
Aneesh Kumar K.V c278bfeceb ext4: Make ext4_get_blocks_wrap take the truncate_mutex early. 17 years ago
Mariusz Kozlowski 01f4adc044 ext4: remove unused code from ext4_find_entry() 17 years ago
Aneesh Kumar K.V 221879c927 ext4: Check for the correct error return from 17 years ago