Commit Graph

2103 Commits (e3cc19957f519dede119d6fc2fc51869bfb09e0e)

Author SHA1 Message Date
Andreas Dilger 3f61c0cc70 ext4: add prototypes for macro-generated functions 11 years ago
Andreas Dilger 9206c56155 ext4: return non-zero st_blocks for inline data 11 years ago
J. Bruce Fields 375e289ea8 vfs: pull ext4's double-i_mutex-locking into common code 11 years ago
Theodore Ts'o dd1f723bf5 ext4: use prandom_u32() instead of get_random_bytes() 11 years ago
Eric Sandeen f275411440 ext4: remove unreachable code after ext4_can_extents_be_merged() 11 years ago
Eric Sandeen da0169b3b9 ext4: remove unreachable code in ext4_can_extents_be_merged() 11 years ago
Theodore Ts'o dcb9917ba0 ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea() 11 years ago
Darrick J. Wong 2746f7a170 ext4: don't count free clusters from a corrupt block group 11 years ago
Lukas Czerner 8f9ff18920 ext4: fix FITRIM in no journal mode 11 years ago
Azat Khuzhin 5ba052fe33 ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline() 11 years ago
BoxiLiu 48ffdab1c1 ext4: change ext4_read_inline_dir() to return 0 on success 11 years ago
Ming Lei bbf023c74d ext4: pair trace_ext4_writepages & trace_ext4_writepages_result 11 years ago
Theodore Ts'o efbed4dc58 ext4: add ratelimiting to ext4 messages 11 years ago
Ming Lei aeac589a74 ext4: fix performance regression in ext4_writepages 11 years ago
Jan Kara 7534e854b9 ext4: fixup kerndoc annotation of mpage_map_and_submit_extent() 11 years ago
Jan Kara 78371a45df ext4: fix assertion in ext4_add_complete_io() 11 years ago
Miklos Szeredi 43ae9e3fc7 ext[34]: fix double put in tmpfile 11 years ago
Dave Jones 6e4ea8e33b ext4: fix memory leak in xattr 11 years ago
Jan Kara 9c12a831d7 ext4: fix performance regression in writeback of random writes 12 years ago
Kirill A. Shutemov 7caef26767 truncate: drop 'oldsize' truncate_pagecache() parameter 12 years ago
Dave Chinner 1ab6c4997e fs: convert fs shrinkers to new scan/count API 12 years ago
Christoph Hellwig 02afc27fae direct-io: Handle O_(D)SYNC AIO 12 years ago
Christoph Hellwig 7b7a8665ed direct-io: Implement generic deferred AIO completions 12 years ago
Eric Sandeen ad4eec6135 ext4: allow specifying external journal by pathname mount option 12 years ago
Darrick J. Wong bdfb6ff4a2 ext4: mark group corrupt on group descriptor checksum 12 years ago
Darrick J. Wong 87a39389be ext4: mark block group as corrupt on inode bitmap error 12 years ago
Darrick J. Wong 163a203ddb ext4: mark block group as corrupt on block bitmap error 12 years ago
Darrick J. Wong dbde0abed8 ext4: fix type declaration of ext4_validate_block_bitmap 12 years ago
Darrick J. Wong 48d9eb97dc ext4: error out if verifying the block bitmap fails 12 years ago
Zheng Liu d7b2a00c2e ext4: isolate ext4_extents.h file 12 years ago
Anatol Pomozov 70261f568f ext4: Fix misspellings using 'codespell' tool 12 years ago
Dmitry Monakhov 7afe5aa59e ext4: convert write_begin methods to stable_page_writes semantics 12 years ago
Andi Shyti 27b1b22882 ext4: fix use of potentially uninitialized variables in debugging code 12 years ago
Joe Perches 8be04b9374 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks 12 years ago
Jan Kara 90e775b71a ext4: fix lost truncate due to race with writeback 12 years ago
Jan Kara 5208386c50 ext4: simplify truncation code in ext4_setattr() 12 years ago
Jan Kara 5f1132b2ba ext4: fix ext4_writepages() in presence of truncate 12 years ago
Jan Kara 09930042a2 ext4: move test whether extent to map can be extended to one place 12 years ago
Jan Kara 7d7345322d ext4: fix warning in ext4_da_update_reserve_space() 12 years ago
Theodore Ts'o 19883bd965 ext4: avoid reusing recently deleted inodes in no journal mode 12 years ago
Theodore Ts'o 0e20270454 ext4: allocate delayed allocation blocks before rename 12 years ago
Theodore Ts'o 5b61de7575 ext4: start handle at least possible moment when renaming files 12 years ago
Theodore Ts'o 7869a4a6c5 ext4: add support for extent pre-caching 12 years ago
Theodore Ts'o 107a7bd31a ext4: cache all of an extent tree's leaf block upon reading 12 years ago
Theodore Ts'o 3be78c7317 ext4: use unsigned int for es_status values 12 years ago
Theodore Ts'o c349179b48 ext4: print the block number of invalid extent tree blocks 12 years ago
Theodore Ts'o 7d7ea89e75 ext4: refactor code to read the extent tree block 12 years ago
Jan Kara a361293f5f jbd2: Fix oops in jbd2_journal_file_inode() 12 years ago
Jan Kara 91aa11fae1 jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() 12 years ago
Theodore Ts'o cde2d7a796 ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT 12 years ago