Commit Graph

1066 Commits (353eb83c1422c6326eaab30ce044a179c6018169)

Author SHA1 Message Date
Theodore Ts'o 353eb83c14 ext4: drop i_state_flags on architectures with 64-bit longs 14 years ago
Theodore Ts'o 8a2005d3f8 ext4: reorder ext4_inode_info structure elements to remove unneeded padding 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
Theodore Ts'o f232109773 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED 14 years ago
Kazuya Mio ad4fb9cafe ext4: fix 32bit overflow in ext4_ext_find_goal() 14 years ago
Namhyung Kim dabd991f9d ext4: add more error checks to ext4_mkdir() 14 years ago
Eric Paris f1dffc4c54 ext4: ext4_ext_migrate should use NULL not 0 14 years ago
Theodore Ts'o f7c21177af ext4: Use ext4_error_file() to print the pathname to the corrupted inode 14 years ago
Dan Carpenter f9a62d090c ext4: use IS_ERR() to check for errors in ext4_error_file 14 years ago
Dan Carpenter 13195184a8 ext4: test the correct variable in ext4_init_pageio() 14 years ago
Wang Sheng-Hui 6e9510b0e0 ext2,ext3,ext4: clarify comment for extN_xattr_set_handle 14 years ago
Theodore Ts'o eaeef86718 ext4: clean up ext4_xattr_list()'s error code checking and return strategy 14 years ago
Lukas Czerner 9325963667 ext4: remove warning message from ext4_issue_discard helper 14 years ago
Lukas Czerner 4f531501e4 ext4: fix possible overflow in ext4_trim_fs() 14 years ago
Theodore Ts'o b72143ab3e ext4: Add error checking to kmem_cache_alloc() call in ext4_free_blocks() 14 years ago
Joe Perches 0ff2ea7d84 ext4: Use printf extension %pV 14 years ago
Joe Perches 94de56ab20 ext4: Use vzalloc in ext4_fill_flex_info() 14 years ago
Eric Sandeen af0b44a197 ext4: zero out nanosecond timestamps for small inodes 14 years ago
Theodore Ts'o cad3f00763 ext4: optimize ext4_check_dir_entry() with unlikely() annotations 14 years ago
Jesper Juhl b17b35ec13 ext4: use kmem_cache_zalloc() in ext4_init_io_end() 14 years ago
Tobias Klauser 6ca7b13dea ext4: Remove redundant unlikely() 14 years ago
Theodore Ts'o a8901d3487 ext4: Use pr_warning_ratelimited() instead of printk_ratelimit() 14 years ago
Theodore Ts'o 225db7d35c ext4: Fix up comments in inode.c 14 years ago
Theodore Ts'o a2595b8aa6 ext4: Add second mount options field since the s_mount_opt is full up 14 years ago
Theodore Ts'o 673c610033 ext4: Move struct ext4_mount_options from ext4.h to super.c 14 years ago
Theodore Ts'o fd8c37eccd ext4: Simplify the usage of clear_opt() and set_opt() macros 14 years ago
Aaro Koskinen 6d5c3aa84b ext4: fix typo which broke '..' detection in ext4_find_entry() 14 years ago
Theodore Ts'o 1449032be1 ext4: Turn off multiple page-io submission by default 14 years ago
Lukas Czerner e681c047e4 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard 14 years ago
Lukas Czerner 93bb41f4f8 fs: Do not dispatch FITRIM through separate super_operation 14 years ago
Darrick J. Wong 5a9ae68a34 ext4: ext4_fill_super shouldn't return 0 on corruption 14 years ago
Dan Carpenter f4c8cc652d ext4: missing unlock in ext4_clear_request_list() 14 years ago
Markus Trippelsdorf 08da1193d2 ext4: fix setting random pages PageUptodate 14 years ago
Theodore Ts'o 7ff9c073dd ext4: Add new ext4 inode tracepoints 14 years ago
Theodore Ts'o b56ff9d397 ext4: Don't call sb_issue_discard() in ext4_free_blocks() 14 years ago
Dmitry Monakhov 87009d86dc ext4: do not try to grab the s_umount semaphore in ext4_quota_off 14 years ago
Theodore Ts'o 83668e7141 ext4: fix potential race when freeing ext4_io_page structures 14 years ago
Theodore Ts'o f7ad6d2e92 ext4: handle writeback of inodes which are being freed 14 years ago
Theodore Ts'o ce7e010aef ext4: initialize the percpu counters before replaying the journal 14 years ago
Theodore Ts'o b2c78cd09b ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() 14 years ago
Lukas Czerner f4245bd4eb ext4: fix lazyinit hang after removing request 14 years ago
Theodore Ts'o eb8abb927a ext4: Remove useless spinlock in ext4_getattr() 14 years ago
Al Viro 152a083666 new helper: mount_bdev() 15 years ago
Theodore Ts'o b1142e8fec ext4: BUG_ON fix: check if page has buffers before calling page_buffers() 15 years ago
Ingo Molnar 19ef20143f ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled 15 years ago
Dmitry Monakhov 3d287de3b8 ext4: optimize orphan_list handling for ext4_setattr 15 years ago
Nicolas Kaiser beed5ecbaa ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new 15 years ago
Kazuya Mio a6371b636f ext4: fix compile error in ext4_fallocate() 15 years ago
Eric Sandeen eee4adc709 ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static 15 years ago