Commit Graph

1789 Commits (9e5e8deca74603357626471a9b44f05dea9e32b1)

Author SHA1 Message Date
Lukas Czerner 07aa2ea138 ext4: fix error handling in ext4_fill_super() 12 years ago
Eugene Shatokhin 24ec19b0ae ext4: fix memory leak in ext4_xattr_set_acl()'s error path 12 years ago
Anatol Pomozov 8b0f165f79 ext4: remove code duplication in ext4_get_block_write_nolock() 12 years ago
Anatol Pomozov 8d8c182570 ext4: use 'inode' variable that is already dereferenced 12 years ago
Zheng Liu 3779473246 ext4: fix missing call to trace_ext4_ext_map_blocks_exit 12 years ago
Zheng Liu 19b303d8b5 ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit 12 years ago
Zheng Liu b5645534ce ext4: print 'flags' in ext4_ext_handle_uninitialized_extents 12 years ago
Lukas Czerner d71c1ae23a ext4: warn when discard request fails other than EOPNOTSUPP 12 years ago
Lukas Czerner 79add3a3f7 ext4: notify when discard is not supported 12 years ago
Alan Cox d8ec0c3960 ext4: remove unused assignment 12 years ago
Zhao Hongjiang d339450cca ext4: get rid of redundant code in ext4_fill_super() 12 years ago
Eric Sandeen 37be2f59d3 ext4: remove ext4_handle_release_buffer() 12 years ago
Eric Sandeen 6d138ced75 ext4: fix awful goto in ext4_mb_new_blocks() 12 years ago
Eric Sandeen b72f78cb63 ext4: fix overhead calculations in ext4_stats, again 12 years ago
Eric Sandeen ffb5387e85 ext4: fix unjournaled inode bitmap modification 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 76495ec1d4 ext4: fix undefined bit shift result in ext4_fill_flex_info 13 years ago
Theodore Ts'o 06db49e68a ext4: fix metadata checksum calculation for the superblock 13 years ago
Dmitry Monakhov dee1f973ca ext4: race-condition protection for ext4_convert_unwritten_extents_endio 13 years ago
Konstantin Khlebnikov 0b173bc4da mm: kill vma flag VM_CAN_NONLINEAR 13 years ago
Dmitry Monakhov 60d4616f3d ext4: serialize fallocate with ext4_convert_unwritten_extents 13 years ago
Dmitry Monakhov c278531d39 ext4: fix ext4_flush_completed_IO wait semantics 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Theodore Ts'o 041bbb6d36 ext4: fix mtime update in nodelalloc mode 13 years ago
Dmitry Monakhov 6f2080e644 ext4: fix ext_remove_space for punch_hole case 13 years ago
Dmitry Monakhov 02d262dffc ext4: punch_hole should wait for DIO writers 13 years ago
Dmitry Monakhov 1f555cfa29 ext4: serialize truncate with owerwrite DIO workers 13 years ago
Dmitry Monakhov 1b65007e98 ext4: endless truncate due to nonlocked dio readers 13 years ago
Dmitry Monakhov 1c9114f9c0 ext4: serialize unlocked dio reads with truncate 13 years ago
Dmitry Monakhov 17335dcc47 ext4: serialize dio nonlocked reads with defrag workers 13 years ago
Dmitry Monakhov 28a535f9a0 ext4: completed_io locking cleanup 13 years ago
Dmitry Monakhov 82e5422911 ext4: fix unwritten counter leakage 13 years ago
Dmitry Monakhov e27f41e1b7 ext4: give i_aiodio_unwritten a more appropriate name 13 years ago
Dmitry Monakhov f45ee3a1ea ext4: ext4_inode_info diet 13 years ago
Wei Yongjun ba39ebb614 ext4: convert to use leXX_add_cpu() 13 years ago
Carlos Maiolino 6d1ab10e69 ext4: ext4_bread usage audit 13 years ago
Wang Sheng-Hui cbb4ee830e ext4: remove redundant offset check in mext_check_arguments() 13 years ago
Eric Sandeen c25f9bc614 ext4: don't clear orphan list on ro mount with errors 13 years ago
Djalal Harouni 9b68733273 ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails 13 years ago
Lukas Czerner aaf7d73e54 ext4: enable FITRIM ioctl on bigalloc file system 13 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Jan Kara b71fc079b5 ext4: fix fdatasync() for files with only i_size changes 13 years ago
Bernd Schubert 6a08f447fa ext4: always set i_op in ext4_mknod() 13 years ago
Al Viro 6bdf295401 switch EXT4_IOC_MOVE_EXT to fget_light() 13 years ago
Al Viro 399c9b862f ext4: close struct file leak on EXT4_IOC_MOVE_EXT 13 years ago
Lukas Czerner 63fedaf1c2 ext4: remove unused function ext4_ext_check_cache 13 years ago
Wei Yongjun 85556c9a50 ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset 13 years ago
Dmitry Monakhov 8c85447391 ext4: reimplement uninit extent optimization for move_extent_per_page() 13 years ago
Dmitry Monakhov bb55748805 ext4: clean up online defrag bugs in move_extent_per_page() 13 years ago