Commit Graph

320 Commits (77812a1ef139d84270d27faacc0630c887411013)

Author SHA1 Message Date
Theodore Ts'o 1449032be1 ext4: Turn off multiple page-io submission by default 14 years ago
Theodore Ts'o 7ff9c073dd ext4: Add new ext4 inode tracepoints 14 years ago
Theodore Ts'o eb8abb927a ext4: Remove useless spinlock in ext4_getattr() 14 years ago
Theodore Ts'o b1142e8fec ext4: BUG_ON fix: check if page has buffers before calling page_buffers() 14 years ago
Dmitry Monakhov 3d287de3b8 ext4: optimize orphan_list handling for ext4_setattr 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
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
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
Eric Sandeen c999af2b34 ext4: queue conversion after adding to inode's completed IO list 14 years ago
Toshiyuki Okajima 0c9169ccad ext4: fix potential infinite loop in ext4_da_writepages() 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
Christoph Hellwig ebdec241d5 fs: kill block_prepare_write 14 years ago
Al Viro 0930fcc1ee convert ext4 to ->evict_inode() 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Christoph Hellwig 6e1db88d53 introduce __block_write_begin 15 years ago
Christoph Hellwig eafdc7d190 sort out blockdev_direct_IO variants 15 years ago
Jan Kara 56d35a4cd1 ext4: Fix dirtying of journalled buffers in data=journal mode 15 years ago
Theodore Ts'o a931da6ac9 jbd2: Change j_state_lock to be a rwlock_t 15 years ago
Theodore Ts'o 4538821993 ext4: drop inode from orphan list if ext4_delete_inode() fails 15 years ago
Eric Sandeen e3570639c8 ext4: don't print scary messages for allocation failures post-abort 15 years ago
Eric Sandeen 79e8303677 ext4: fix ext4_get_blocks references 15 years ago
Theodore Ts'o 0c095c7f11 ext4: Don't error out the fs if the user tries to make a file too big 15 years ago
jiayingz@google.com (Jiaying Zhang) 5b3ff237be ext4: move aio completion after unwritten extent conversion 15 years ago
Christoph Hellwig 552ef8024f direct-io: move aio_complete into ->end_io 15 years ago
Amir G 4038968738 ext4: Fix block bitmap inconsistencies after a crash when deleting files 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
Christoph Hellwig 40e2e97316 direct-io: move aio_complete into ->end_io 15 years ago
Theodore Ts'o e29136f80e ext4: Enhance ext4_grp_locked_error() to take block and function numbers 15 years ago
Christoph Hellwig 206f7ab4f4 ext4: remove vestiges of nobh support 15 years ago
Andi Kleen 5a0790c2c4 ext4: remove initialized but not read variables 15 years ago
Theodore Ts'o 07a038245b ext4: Convert more i_flags references to use accessor functions 15 years ago
Dmitry Monakhov 84a8dce271 ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags 15 years ago
Dmitry Monakhov 12755627bd quota: unify quota init condition in setattr 15 years ago
Theodore Ts'o 60e6679e28 ext4: Drop whitespace at end of lines 15 years ago
Li Zefan 5a58ec8766 ext4: Add a missing trace hook 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