Commit Graph

1022 Commits (e702d3cf29143327679ce2e2a60775eaf829f377)

Author SHA1 Message Date
Al Viro 152a083666 new helper: mount_bdev() 14 years ago
Theodore Ts'o b1142e8fec ext4: BUG_ON fix: check if page has buffers before calling page_buffers() 14 years ago
Ingo Molnar 19ef20143f ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled 14 years ago
Dmitry Monakhov 3d287de3b8 ext4: optimize orphan_list handling for ext4_setattr 14 years ago
Nicolas Kaiser beed5ecbaa ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new 14 years ago
Kazuya Mio a6371b636f ext4: fix compile error in ext4_fallocate() 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 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 5dabfc78dc ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() 14 years ago
Theodore Ts'o 7f93cff90f ext4: fix kernel oops if the journal superblock has a non-zero j_errno 14 years ago
Eric Sandeen 72f84e6560 ext4: update writeback_index based on last page scanned 14 years ago
Eric Sandeen 5b41d92437 ext4: implement writeback livelock avoidance using page tagging 14 years ago
Eric Sandeen bbd08344e3 ext4: tidy up a void argument in inode.c 14 years ago
Lukas Czerner 27ee40df2b ext4: add batched_discard into ext4 feature list 14 years ago
Lukas Czerner 7360d1731e ext4: Add batched discard support for ext4 14 years ago
Lukas Czerner 77ca6cdf0a ext4: Use return value from sb_issue_discard() 14 years ago
Namhyung Kim 877836905d ext4: Check return value of sb_getblk() and friends 14 years ago
Theodore Ts'o bd2d0210cf ext4: use bio layer instead of buffer layer in mpage_da_submit_io 14 years ago
Theodore Ts'o 1de3e3df91 ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() 14 years ago
Theodore Ts'o 3ecdb3a193 ext4: inline walk_page_buffers() into mpage_da_submit_io 14 years ago
Theodore Ts'o cb20d51883 ext4: inline ext4_writepage() into mpage_da_submit_io() 14 years ago
Theodore Ts'o a42afc5f56 ext4: simplify ext4_writepage() 14 years ago
Theodore Ts'o 5a87b7a5da ext4: call mpage_da_submit_io() from mpage_da_map_blocks() 14 years ago
Theodore Ts'o 16828088f9 ext4: use KMEM_CACHE instead of kmem_cache_create 14 years ago
Theodore Ts'o 7845c04975 ext4: use search_dirblock() in ext4_dx_find_entry() 14 years ago
Theodore Ts'o 8941ec8bb6 ext4: avoid uninitialized memory references in ext3_htree_next_block() 14 years ago
Eric Sandeen 640e939656 ext4: remove unused ext4_sb_info members 14 years ago
Eric Sandeen c999af2b34 ext4: queue conversion after adding to inode's completed IO list 14 years ago
Eric Sandeen 3e1e5f5016 ext4: don't use ext4_allocation_contexts for tracing 14 years ago
Toshiyuki Okajima 0c9169ccad ext4: fix potential infinite loop in ext4_da_writepages() 14 years ago
Toshiyuki Okajima e0d10bfa91 ext4: improve llseek error handling for overly large seek offsets 14 years ago
Maciej Żenczykowski c41303ced6 ext4: don't update sb journal_devnum when RO dev 14 years ago
Lukas Czerner 2407518de6 ext4: use sb_issue_zeroout in ext4_ext_zeroout 14 years ago
Lukas Czerner a31437b85a ext4: use sb_issue_zeroout in setup_new_group_blocks 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
Sergey Senozhatsky a1c6c5698d ext4: fix NULL pointer dereference in print_daily_error_info() 14 years ago
Lukas Czerner 53fdcf992d ext4: don't hold spinlock while calling ext4_issue_discard() 14 years ago
Lukas Czerner 5829870982 ext4: check for negative error code from sb_issue_discard 14 years ago
Eric Sandeen b443e7339a ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 14 years ago
Eric Sandeen 659c6009ca ext4: stop looping in ext4_num_dirty_pages when max_pages reached 14 years ago
Curt Wohlgemuth fb1813f4a8 ext4: use dedicated slab caches for group_info structures 14 years ago
Theodore Ts'o 58590b06d7 ext4: fix EOFBLOCKS_FL handling 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Christoph Hellwig ebdec241d5 fs: kill block_prepare_write 14 years ago
Jan Blunck f2143c4e2e BKL: Remove BKL from ext4 filesystem 15 years ago