Commit Graph

1431 Commits (3538c56329936c78f7d356889908790006d0124c)

Author SHA1 Message Date
Tao Ma 6a0fe49308 ext4: remove ac_repeats from ext4_allocation_context 14 years ago
Tao Ma ced156e464 ext4: don't increment s_mb_buddies_generated in ext4_mb_release 14 years ago
Tao Ma 529da704ad ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Josef Bacik c334b1138b Ext4: handle SEEK_HOLE/SEEK_DATA generically 14 years ago
Christoph Hellwig 72c5052ddc fs: move inode_dio_done to the end_io handler 14 years ago
Christoph Hellwig aacfc19c62 fs: simplify the blockdev_direct_IO prototype 14 years ago
Christoph Hellwig 562c72aa57 fs: move inode_dio_wait calls into ->setattr 14 years ago
Jan Kara 9ea7df534e ext4: Rewrite ext4_page_mkwrite() to use generic helpers 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Robin Dong d46203159e ext4: avoid eh_entries overflow before insert extent_idx 14 years ago
Robin Dong 015861badd ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT 14 years ago
Allison Henderson c6a0371cbe ext4: remove unneeded parameter to ext4_ext_remove_space() 14 years ago
Allison Henderson f7d0d3797f ext4: punch hole optimizations: skip un-needed extent lookup 14 years ago
Dan Ehrenberg 3eb0865843 ext4: ignore a stripe width of 1 14 years ago
Dan Ehrenberg d7a1fee135 ext4: make the preallocation size be a multiple of stripe size 14 years ago
Bernd Schubert 265c6a0f92 ext4: fix compilation with -DDX_DEBUG 14 years ago
Lukas Czerner afb86178cb ext4: remove unnecessary comments in ext4_orphan_add() 14 years ago
Tao Ma caaf7a29d3 ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend 14 years ago
Tao Ma 823ba01fc0 ext4: fix a race which could leak memory in ext4_groupinfo_create_slab() 14 years ago
Robin Dong 598dbdf243 ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents 14 years ago
Robin Dong ffb505ff0f ext4: remove redundant goto in ext4_ext_insert_extent() 14 years ago
Tao Ma 22612283f7 ext4: Change the wrong param comment for ext4_trim_all_free 14 years ago
Tao Ma 3d56b8d2c7 ext4: Speed up FITRIM by recording flags in ext4_group_info 14 years ago
Tao Ma b3d4c2b10b ext4: Add new ext4 trim tracepoints 14 years ago
Tao Ma 169ddc3ec8 ext4: speed up group trim with the right free block count 14 years ago
Tao Ma 22f1045743 ext4: fix trim length underflow with small trim length 14 years ago
Theodore Ts'o 12706394bc ext4: add tracepoint for ext4_journal_start 14 years ago
Jiaying Zhang 575a1d4bdf ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails 14 years ago
Maxim Patlasov 7132de744b ext4: fix i_blocks/quota accounting when extent insertion fails 14 years ago
Theodore Ts'o 275d3ba6b4 ext4: remove loop around bio_alloc() 14 years ago
Yongqiang Yang 9331b62610 ext4: quiet 'unused variables' compile warnings 14 years ago
Eric Sandeen f86186b44b ext4: refactor duplicated block placement code 14 years ago
Amir Goldstein dae1e52cb1 ext4: move ext4_ind_* functions from inode.c to indirect.c 14 years ago
Theodore Ts'o 9f125d641b ext4: move common truncate functions to header file 14 years ago
Theodore Ts'o 1f7d1e7741 ext4: move __ext4_check_blockref to block_validity.c 14 years ago
Amir Goldstein 8bb2b24712 ext4: rename ext4_indirect_* funcs to ext4_ind_* 14 years ago
Amir Goldstein ff9893dc8a ext4: split ext4_ind_truncate from ext4_truncate 14 years ago
Robin Dong ed7a7e1672 ext4: fix incorrect error msg in ext4_ext_insert_index 14 years ago
Wu Fengguang 6e6938b6d3 writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage 14 years ago
Lukas Czerner a9c667f8f0 ext4: fixed tracepoints cleanup 14 years ago
Lukas Czerner c03f8aa9ab ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap 14 years ago
Lukas Czerner f17722f917 ext4: Fix max file size and logical block counting of extent format file 14 years ago
Yongqiang Yang 5def136025 ext4: correct comments for ext4_free_blocks() 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 14 years ago
Dan Magenheimer 7abc52c2ed ext4: add cleancache support 14 years ago
Sage Weil 40ebc0af58 ext4: remove unnecessary dentry_unhash on rmdir/rename_dir 14 years ago