Commit Graph

799 Commits (f876bb9aafc71d8ea395eec99666faaffec5df49)

Author SHA1 Message Date
Aneesh Kumar K.V 1296cc85c2 ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag 15 years ago
Aneesh Kumar K.V 5f634d064c ext4: Fix quota accounting error with fallocate 15 years ago
Aneesh Kumar K.V 1db913823c ext4: Handle -EDQUOT error on write 15 years ago
Theodore Ts'o 9d0be50230 ext4: Calculate metadata requirements more accurately 15 years ago
Theodore Ts'o ee5f4d9cdf ext4: Fix accounting of reserved metadata blocks 15 years ago
Theodore Ts'o 0637c6f413 ext4: Patch up how we claim metadata blocks for quota purposes 15 years ago
Aneesh Kumar K.V 515f41c33a ext4: Ensure zeroout blocks have no dirty metadata 15 years ago
Richard Kennedy 2faf2e19dd ext4: return correct wbc.nr_to_write in ext4_da_writepages 15 years ago
Eric Sandeen c8afb44682 ext4: flush delalloc blocks when space is low 15 years ago
Julia Lawall d3533d72e7 ext4: Eliminate potential double free on error path 15 years ago
Andrew Morton a6b43e3825 ext4: fix unsigned long long printk warning in super.c 15 years ago
Dmitry Monakhov 39bc680a81 ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) 15 years ago
Dmitry Monakhov d21cd8f163 ext4: Fix potential quota deadlock 15 years ago
Dmitry Monakhov a9e7f44720 ext4: Convert to generic reserved quota's space management. 15 years ago
Theodore Ts'o cc3e1bea5d ext4, jbd2: Add barriers for file systems with exernal journals 15 years ago
Linus Torvalds b6e3224fb2 Revert "task_struct: make journal_info conditional" 15 years ago
Christoph Hellwig 431547b3c4 sanitize xattr handler prototypes 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
Hiroshi Shimamoto e4c570c4cb task_struct: make journal_info conditional 15 years ago
Surbhi Palande 034fb4c95f ext4: replace BUG() with return -EIO in ext4_ext_get_blocks 15 years ago
Theodore Ts'o 51b7e3c9fb ext4: add module aliases for ext2 and ext3 15 years ago
David Howells 84c6647303 ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured 15 years ago
Huang Weiyi 149feb00d7 ext4: remove unused #include <linux/version.h> 15 years ago
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