Commit Graph

184 Commits (42bfad4f71637c4eb4791aa8062063c4a8526522)

Author SHA1 Message Date
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
Aneesh Kumar K.V abcb2947c9 ext4: add block bitmap validation 17 years ago
Aneesh Kumar K.V bb4f397a1a ext4: Change the default behaviour on error 17 years ago
Eric Sandeen e7c9559300 ext4: fix oops on corrupted ext4 mount 17 years ago
Adrian Bunk 07620f69ef ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*) 17 years ago
Aneesh Kumar K.V cb47dce791 ext4: Return after ext4_error in case of failures 17 years ago
Eric Sandeen e2b4657453 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate 17 years ago
Eric Sandeen cd2291a463 ext4: different maxbytes functions for bitmap & extent files 17 years ago
Aneesh Kumar K.V 8180a5627d ext4: Support large files 17 years ago
Aneesh Kumar K.V 0fc1b45147 ext4: Add support for 48 bit inode i_blocks. 17 years ago
Aneesh Kumar K.V a48380f769 ext4: Rename i_dir_acl to i_size_high 17 years ago
Aneesh Kumar K.V 7973c0c19e ext4: Rename i_file_acl to i_file_acl_lo 17 years ago
Aneesh Kumar K.V 1d03ec984c ext4: Fix sparse warnings. 17 years ago
Aneesh Kumar K.V 99e6f829a8 ext4: Introduce ext4_update_*_feature 17 years ago
Avantika Mathur 2aa9fc4c40 ext4: fixes block group number being set to a negative value 17 years ago
Avantika Mathur fd2d42912f ext4: add ext4_group_t, and change all group variables to this type. 17 years ago
Eric Sandeen bba907433b ext4 extents: remove unneeded casts 17 years ago
Aneesh Kumar K.V 725d26d3f0 ext4: Introduce ext4_lblk_t 17 years ago
Jan Kara a72d7f834e ext4: Avoid rec_len overflow with 64KB block size 17 years ago
Takashi Sato afc7cbca5b ext4: Support large blocksize up to PAGESIZE 17 years ago