Commit Graph

284 Commits (9e5e8deca74603357626471a9b44f05dea9e32b1)

Author SHA1 Message Date
Lukas Czerner d71c1ae23a ext4: warn when discard request fails other than EOPNOTSUPP 12 years ago
Alan Cox d8ec0c3960 ext4: remove unused assignment 12 years ago
Eric Sandeen 6d138ced75 ext4: fix awful goto in ext4_mb_new_blocks() 12 years ago
Lukas Czerner 5de35e8d5c ext4: Avoid underflow in ext4_trim_fs() 12 years ago
Tao Ma 79f1ba4956 ext4: Checksum the block bitmap properly with bigalloc enabled 12 years ago
Lukas Czerner aaf7d73e54 ext4: enable FITRIM ioctl on bigalloc file system 13 years ago
Wei Yongjun 85556c9a50 ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset 13 years ago
Yongqiang Yang 838cd0cf9a ext4: check free block counters in ext4_mb_find_by_goal 13 years ago
Theodore Ts'o b5e2368bae ext4: re-enable -o discard functionality in no-journal mode 13 years ago
Theodore Ts'o 28623c2f5b ext4: grow the s_group_info array as needed 13 years ago
Anatol Pomozov 4907cb7b19 treewide: fix comment/printk/variable typos 13 years ago
Robin Dong 15c006a22f ext4: remove unused function argument 'order' in mb_find_extent() 13 years ago
Theodore Ts'o 01fc48e892 ext4: don't load the block bitmap for block groups which have no space 13 years ago
Jan Kara 97a7406880 ext4: remove useless marking of superblock dirty 13 years ago
Haibo Liu 62a1391ddd ext4: remove an unused statement in ext4_mb_get_buddy_page_lock() 13 years ago
Aditya Kali 1c8457cadc ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups 13 years ago
Salman Qazi 95599968d1 ext4: remove mb_groups before tearing down the buddy_cache 13 years ago
Salman Qazi 02b7831019 ext4: add ext4_mb_unload_buddy in the error path 13 years ago
Zheng Liu 400db9d301 ext4: cleanup in ext4_discard_allocated_blocks() 13 years ago
Akira Fujita 9d99012ff2 ext4: remove needs_recovery in ext4_mb_init() 13 years ago
Darrick J. Wong feb0ab32a5 ext4: make block group checksums use metadata_csum algorithm 13 years ago
Darrick J. Wong fa77dcfafe ext4: calculate and verify block bitmap checksum 13 years ago
Lukas Czerner a7967f055a ext4: always set then trimmed blocks count into len 13 years ago
Lukas Czerner 21e7fd22a5 ext4: fix trimmed block count accunting 13 years ago
Lukas Czerner 913eed83ed ext4: fix start and len arguments handling in ext4_trim_fs() 13 years ago
Theodore Ts'o 1084f252e3 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages 13 years ago
Joe Perches 7f6a11e73d ext4: remove redundant "EXT4-fs: " from uses of ext4_msg 13 years ago
Theodore Ts'o c5e8f3f3bc ext4: remove EXT4_MB_{BITMAP,BUDDY} macros 13 years ago
Curt Wohlgemuth 1592d2c557 ext4: mark possibly unused variable in ext4_mb_normalize_request() 13 years ago
Bobi Jam 18aadd47f8 ext4: expand commit callback and 13 years ago
Theodore Ts'o 813e57276f ext4: fix race when setting bitmap_uptodate flag 13 years ago
Yongqiang Yang 60e07cf515 ext4: do not reference pa_inode from group_pa 13 years ago
Robin Dong 0a10da73e1 ext4: fix a wrong comment in __mb_check_buddy() 13 years ago
Robin Dong b051d8dc4e ext4: remove unused variable in mb_find_extent() 13 years ago
Robin Dong 66a83cde47 ext4: remove unused variable in ext4_mb_generate_from_pa() 13 years ago
Robin Dong ebbe027797 ext4: use stream-alloc when mb_group_prealloc set to zero 13 years ago
Dmitry Monakhov 45dc63e7d8 ext4: Allow quota file use root reservation 14 years ago
Tao Ma 7aa0baeaba ext4: Free resources in ext4_mb_init()'s error paths 14 years ago
Theodore Ts'o e7d5f3156e ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() 14 years ago
Theodore Ts'o cff1dfd767 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() 14 years ago
Theodore Ts'o 021b65bb1e ext4: Rename ext4_free_blks_{count,set}() to refer to clusters 14 years ago
Aditya Kali 7b415bf60f ext4: Fix bigalloc quota accounting and i_blocks value 14 years ago
Theodore Ts'o 27baebb849 ext4: tune mballoc's default group prealloc size for bigalloc file systems 14 years ago
Theodore Ts'o 24aaa8ef4e ext4: convert the free_blocks field in s_flex_groups to be free_clusters 14 years ago
Theodore Ts'o 5704265188 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 14 years ago
Theodore Ts'o 84130193e0 ext4: teach ext4_free_blocks() about bigalloc and clusters 14 years ago
Theodore Ts'o 53accfa9f8 ext4: teach mballoc preallocation code about bigalloc clusters 14 years ago
Theodore Ts'o 7137d7a48e ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP 14 years ago
Yu Jian 79a77c5ac3 ext4: prevent memory leaks from ext4_mb_init_backend() on error path 14 years ago
Yu Jian 48e6061bf4 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # 14 years ago