Commit Graph

183 Commits (fc832ad3645f0507f24d11752544525a50a83c71)

Author SHA1 Message Date
Paul Bolle fd018fe823 ext4: fix comment typo uninitized 14 years ago
Eric Sandeen e9e3bcecf4 ext4: serialize unaligned asynchronous DIO 14 years ago
Tao Ma b8d6568a12 ext4: Fix comment typo "especiially". 14 years ago
Christoph Hellwig 2fe17c1075 fallocate should be a file operation 14 years ago
Christoph Hellwig 64c23e8687 make the feature checks in ->fallocate future proof 14 years ago
Josef Bacik d6dc8462f4 Ext4: fail if we try to use hole punch 14 years ago
Eric Sandeen d002ebf1d8 ext4: don't pass entire map to check_eofblocks_fl 14 years ago
Jiaying Zhang 3889fd57ea ext4: flush the i_completed_io_list during ext4_truncate 14 years ago
Theodore Ts'o b05e6ae58a ext4: drop ec_type from the ext4_ext_cache structure 14 years ago
Theodore Ts'o 01f49d0b9d ext4: use ext4_lblk_t instead of sector_t for logical blocks 14 years ago
Kazuya Mio ad4fb9cafe ext4: fix 32bit overflow in ext4_ext_find_goal() 14 years ago
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Kazuya Mio a6371b636f ext4: fix compile error in ext4_fallocate() 14 years ago
Theodore Ts'o bf89d16f6e ext4: rename {ext,idx}_pblock and inline small extent functions 14 years ago
Theodore Ts'o 1f109d5a17 ext4: make various ext4 functions be static 14 years ago
Theodore Ts'o bd2d0210cf ext4: use bio layer instead of buffer layer in mpage_da_submit_io 14 years ago
Lukas Czerner 2407518de6 ext4: use sb_issue_zeroout in ext4_ext_zeroout 14 years ago
Theodore Ts'o 58590b06d7 ext4: fix EOFBLOCKS_FL handling 14 years ago
Theodore Ts'o c398eda0e4 ext4: Pass line numbers to ext4_error() and friends 15 years ago
Uwe Kleine-König 421f91d21a fix typos concerning "initiali[zs]e" 15 years ago
Andi Kleen 5a0790c2c4 ext4: remove initialized but not read variables 15 years ago
Theodore Ts'o 60e6679e28 ext4: Drop whitespace at end of lines 15 years ago
Dmitry Monakhov 0617b83fa2 ext4: restart ext4_ext_remove_space() after transaction restart 15 years ago
Theodore Ts'o 786ec7915e ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted 15 years ago
Theodore Ts'o f70f362b4a ext4: Avoid crashing on NULL ptr dereference on a filesystem error 15 years ago
Dmitry Monakhov 12e9b89200 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info 15 years ago
Theodore Ts'o 24676da469 ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() 15 years ago
Theodore Ts'o 2ed886852a ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() 15 years ago
Theodore Ts'o e35fd6609b ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() 15 years ago
Nikanth Karthikesan 6d19c42b7c ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate 15 years ago
Dmitry Monakhov 21ca087a38 ext4: Do not zero out uninitialized extents beyond i_size 15 years ago
Jing Zhang b720303df7 ext4: fix memory leaks in error path handling of ext4_ext_zeroout() 15 years ago
Curt Wohlgemuth fd2dd9fbaf ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() 15 years ago
Akinobu Mita 731eb1a03a ext4: consolidate in_range() definitions 15 years ago
Akinobu Mita 5661bd6861 ext4: cleanup to use ext4_group_first_block_no() 15 years ago
Frank Mayhar 273df556b6 ext4: Convert BUG_ON checks to use ext4_error() instead 15 years ago
Jiaying Zhang 744692dc05 ext4: use ext4_get_block_write in buffer write 15 years ago
Jiaying Zhang c7064ef13b ext4: mechanical rename some of the direct I/O get_block's identifiers 15 years ago
Jiaying Zhang c8d46e41bc ext4: Add flag to files with blocks intentionally past EOF 15 years ago
Leonard Michlmayr aca92ff6f5 ext4: correctly calculate number of blocks for fiemap 15 years ago
Eric Sandeen 12062dddda ext4: move __func__ into a macro for ext4_warning, ext4_error 15 years ago
Theodore Ts'o 19f5fb7ad6 ext4: Use bitops to read/modify EXT4_I(inode)->i_state 15 years ago
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
Theodore Ts'o 9d0be50230 ext4: Calculate metadata requirements more accurately 15 years ago
Aneesh Kumar K.V 515f41c33a ext4: Ensure zeroout blocks have no dirty metadata 15 years ago
Surbhi Palande 034fb4c95f ext4: replace BUG() with return -EIO in ext4_ext_get_blocks 15 years ago
Theodore Ts'o fab3a549e2 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) 15 years ago
Eric Sandeen a1de02dccf ext4: fix async i/o writes beyond 4GB to a sparse file 15 years ago
Jan Kara b436b9bef8 ext4: Wait for proper transaction commit on fsync 15 years ago