Commit Graph

776 Commits (ddf9ddacef0989fdeb22e182212a232488f0f3ad)

Author SHA1 Message Date
Jan Kara 5a20bdfcdc ext4: Support for 64-bit quota format 15 years ago
Theodore Ts'o fab3a549e2 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) 15 years ago
Theodore Ts'o a214238d3b ext4: Do not override ext2 or ext3 if built they are built as modules 15 years ago
Akira Fujita 4a58579b9e ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT 15 years ago
Jan Kara b436b9bef8 ext4: Wait for proper transaction commit on fsync 15 years ago
Dmitry Monakhov 194074acac ext4: fix incorrect block reservation on quota transfer. 15 years ago
Dmitry Monakhov 5aca07eb7d ext4: quota macros cleanup 15 years ago
Dmitry Monakhov 8aa6790f87 ext4: ext4_get_reserved_space() must return bytes instead of blocks 15 years ago
Curt Wohlgemuth b844167edc ext4: remove blocks from inode prealloc list on failure 15 years ago
Josef Bacik d4edac314e ext4: wait for log to commit when umounting 15 years ago
Jan Kara b9a4207d5e ext4: Avoid data / filesystem corruption when write fails to copy data 15 years ago
Theodore Ts'o 24b584240a ext4: Use ext4 file system driver for ext2/ext3 file system mounts 15 years ago
Roel Kluin c09eef305d ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks() 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Uwe Kleine-König bf48aabb89 tree-wide: fix typos "offest" -> "offset" 15 years ago
Wu Fengguang 3f0ca30985 ext4: remove unused parameter wbc from __ext4_journalled_writepage() 15 years ago
Akira Fujita ac48b0a1d0 ext4: move_extent_per_page() cleanup 15 years ago
Kazuya Mio 446aaa6e7e ext4: initialize moved_len before calling ext4_move_extents() 15 years ago
Akira Fujita 94d7c16cbb ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT 15 years ago
Theodore Ts'o 9084d47197 ext4: use ext4_data_block_valid() in ext4_free_blocks() 15 years ago
Theodore Ts'o 1585d8d89a ext4: add check for wraparound in ext4_data_block_valid() 15 years ago
Theodore Ts'o e6362609b6 ext4: call ext4_forget() from ext4_free_blocks() 15 years ago
Theodore Ts'o 4433871130 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() 15 years ago
Theodore Ts'o b7e57e7c2a ext4: fold ext4_journal_forget() into ext4_forget() 15 years ago
Theodore Ts'o e4684b3fbb ext4: fold ext4_journal_revoke() into ext4_forget() 15 years ago
Theodore Ts'o d6797d14b1 ext4: move ext4_forget() to ext4_jbd2.c 15 years ago
Eric Sandeen e3bb52ae2b ext4: make "norecovery" an alias for "noload" 15 years ago
Eric Sandeen 5328e63531 ext4: make trim/discard optional (and off by default) 15 years ago
Jan Kara 2bba702d4f ext4: fix error handling in ext4_ind_get_blocks() 15 years ago
Theodore Ts'o 6b17d902fd ext4: avoid issuing unnecessary barriers 15 years ago
Theodore Ts'o 1032988c71 ext4: fix block validity checks so they work correctly with meta_bg 15 years ago
Theodore Ts'o 8dadb198cb ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero 15 years ago
Theodore Ts'o 3f8fb9490e ext4: don't update the superblock in ext4_statfs() 15 years ago
Eric Sandeen 86ebfd08a1 ext4: journal all modifications in ext4_xattr_set_handle 15 years ago
Julia Lawall 30c6e07a92 ext4: fix i_flags access in ext4_da_writepages_trans_blocks() 15 years ago
Theodore Ts'o 5068969686 ext4: make sure directory and symlink blocks are revoked 15 years ago
Theodore Ts'o beac2da756 ext4: add tracepoint for ext4_forget() 15 years ago
Theodore Ts'o cf40db137c ext4: remove failed journal checksum check 15 years ago
Theodore Ts'o 567f3e9a70 ext4: plug a buffer_head leak in an error path of ext4_iget() 15 years ago
Akira Fujita 92c28159dc ext4: fix spelling typos in move_extent.c 15 years ago
Akira Fujita 49bd22bc4d ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT 15 years ago
Akira Fujita fc04cb49a8 ext4: fix lock order problem in ext4_move_extents() 15 years ago
Akira Fujita f868a48d06 ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails 15 years ago
Theodore Ts'o 503358ae01 ext4: avoid divide by zero when trying to mount a corrupted file system 15 years ago
Theodore Ts'o 2de770a406 ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC 15 years ago
Theodore Ts'o 1e424a3483 ext4: partial revert to fix double brelse WARNING() 15 years ago
Mingming ba230c3f6d ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O 15 years ago
Mingming 4b70df1816 ext4: code clean up for dio fallocate handling 15 years ago
Mingming 5f5249507e ext4: skip conversion of uninit extents after direct IO if there isn't any 15 years ago
Mingming 109f556519 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents 15 years ago