Commit Graph

168 Commits (5f57cbcc02cf18f6b22ef4066bb10afeb8f930ff)

Author SHA1 Message Date
Theodore Ts'o 1449032be1 ext4: Turn off multiple page-io submission by default 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
Eric Sandeen eee4adc709 ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static 14 years ago
Theodore Ts'o 61d08673de ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() 14 years ago
Theodore Ts'o 4a873a472b ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static 14 years ago
Theodore Ts'o 1f109d5a17 ext4: make various ext4 functions be static 14 years ago
Theodore Ts'o 5dabfc78dc ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() 14 years ago
Lukas Czerner 7360d1731e ext4: Add batched discard support for ext4 14 years ago
Theodore Ts'o bd2d0210cf ext4: use bio layer instead of buffer layer in mpage_da_submit_io 14 years ago
Eric Sandeen 640e939656 ext4: remove unused ext4_sb_info members 14 years ago
Toshiyuki Okajima e0d10bfa91 ext4: improve llseek error handling for overly large seek offsets 14 years ago
Lukas Czerner 857ac889cc ext4: add interface to advertise ext4 features in sysfs 14 years ago
Lukas Czerner bfff68738f ext4: add support for lazy inode table initialization 14 years ago
Curt Wohlgemuth fb1813f4a8 ext4: use dedicated slab caches for group_info structures 14 years ago
Al Viro 0930fcc1ee convert ext4 to ->evict_inode() 15 years ago
Eric Sandeen 0cfc9255a1 ext4: re-inline ext4_rec_len_(to|from)_disk functions 15 years ago
Theodore Ts'o 8b67f04ab9 ext4: Add mount options in superblock 15 years ago
Eric Sandeen 79e8303677 ext4: fix ext4_get_blocks references 15 years ago
jiayingz@google.com (Jiaying Zhang) 5b3ff237be ext4: move aio completion after unwritten extent conversion 15 years ago
Theodore Ts'o 89eeddf033 ext4: Define s_jnl_backup_type in superblock 15 years ago
Theodore Ts'o 66e61a9e95 ext4: Once a day, printk file system error information to dmesg 15 years ago
Theodore Ts'o 1c13d5c087 ext4: Save error information to the superblock for analysis 15 years ago
Theodore Ts'o c398eda0e4 ext4: Pass line numbers to ext4_error() and friends 15 years ago
Theodore Ts'o 60fd4da34d ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit 15 years ago
Theodore Ts'o e29136f80e ext4: Enhance ext4_grp_locked_error() to take block and function numbers 15 years ago
Theodore Ts'o c67d859e39 ext4: clean up ext4_abort() so __func__ is now implicit 15 years ago
Theodore Ts'o 4a9cdec73f ext4: Add new superblock fields reserved for the Next3 snapshot feature 15 years ago
Christoph Hellwig 206f7ab4f4 ext4: remove vestiges of nobh support 15 years ago
Theodore Ts'o a0375156ca ext4: Clean up s_dirt handling 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Frank Mayhar 14ece1028b ext4: Make fsync sync new parent directories in no-journal mode 15 years ago
Theodore Ts'o 60e6679e28 ext4: Drop whitespace at end of lines 15 years ago
Ben Hutchings 4d92dc0f00 ext4: Fix compat EXT4_IOC_ADD_GROUP 15 years ago
Ben Hutchings 899ad0cea6 ext4: Conditionally define compat ioctl numbers 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 e35fd6609b ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() 15 years ago
Curt Wohlgemuth 8a57d9d61a ext4: check for a good block group before loading buddy pages 15 years ago
Christoph Hellwig a9185b41a4 pass writeback_control to ->write_inode 15 years ago
Akinobu Mita 731eb1a03a ext4: consolidate in_range() definitions 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
Tejun Heo 003cb608a2 percpu: add __percpu sparse annotations to fs 15 years ago
Eric Sandeen 12062dddda ext4: move __func__ into a macro for ext4_warning, ext4_error 15 years ago
Theodore Ts'o f710b4b96b ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepoints 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