summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara2013-08-161-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-65/+122
|\
| * ext4: pass inode pointer instead of file pointer to punch holeAshish Sangwan2013-07-011-1/+1
| * ext4: reduce object size when !CONFIG_PRINTKJoe Perches2013-07-011-13/+67
| * ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu2013-07-011-0/+2
| * ext4: add sanity check to ext4_get_group_info()Theodore Ts'o2013-06-061-0/+1
| * ext4: remove ext4_ioend_wait()Jan Kara2013-06-041-1/+0
| * ext4: don't wait for extent conversion in ext4_punch_hole()Jan Kara2013-06-041-1/+0
| * ext4: defer clearing of PageWriteback after extent conversionJan Kara2013-06-041-2/+3
| * ext4: split extent conversion lists to reserved & unreserved partsJan Kara2013-06-041-6/+19
| * ext4: use transaction reservation for extent conversion in ext4_end_ioJan Kara2013-06-041-3/+9
| * ext4: remove buffer_uninit handlingJan Kara2013-06-041-9/+6
| * ext4: restructure writeback pathJan Kara2013-06-041-15/+0
| * ext4: better estimate credits needed for ext4_da_writepages()Jan Kara2013-06-041-2/+1
| * ext4: improve writepage credit estimate for files with indirect blocksJan Kara2013-06-041-1/+1
| * ext4: deprecate max_writeback_mb_bump sysfs attributeJan Kara2013-06-041-1/+0
| * ext4: use io_end for multiple biosJan Kara2013-06-041-2/+6
| * ext4: remove unused discard_partial_page_buffersLukas Czerner2013-05-271-8/+0
| * ext4: use ext4_zero_partial_blocks in punch_holeLukas Czerner2013-05-271-0/+2
| * Revert "ext4: remove no longer used functions in inode.c"Lukas Czerner2013-05-271-0/+4
* | [readdir] convert ext4Al Viro2013-06-291-1/+1
|/
* ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o2013-05-111-6/+2
* ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-191-0/+23
* ext4: use io_end for multiple biosJan Kara2013-04-111-2/+6
* ext4: make ext4_bio_write_page() use BH_Async_Write flagsJan Kara2013-04-111-14/+0
* ext4: move ext4_ind_migrate() into migrate.cLukas Czerner2013-04-101-1/+1
* ext4: introduce reserved spaceLukas Czerner2013-04-091-5/+8
* ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-081-0/+8
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-031-3/+7
* ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-031-1/+9
* ext4: support simple conversion of extent-mapped inodes to use i_blocksTheodore Ts'o2013-04-031-1/+2
* ext4: refactor truncate codeTheodore Ts'o2013-04-031-2/+2
* ext4: refactor punch hole codeTheodore Ts'o2013-04-031-3/+4
* ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-031-0/+1
* ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o2013-03-201-1/+1
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-111-3/+3
* ext4: use percpu counter for extent cache countTheodore Ts'o2013-03-021-1/+1
* ext4: optimize ext4_es_shrink()Theodore Ts'o2013-02-281-0/+1
* ext4: reclaim extents from extent status treeZheng Liu2013-02-181-0/+7
* ext4: remove single extent cacheZheng Liu2013-02-181-12/+0
* ext4: lookup block mapping in extent status treeZheng Liu2013-02-181-0/+2
* ext4: track all extent status in extent status treeZheng Liu2013-02-181-0/+3
* ext4: start handle at the last possible moment when creating inodesTheodore Ts'o2013-02-091-3/+14
* ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o2013-02-091-0/+69
* ext4: move the jbd2 wrapper functions out of super.cTheodore Ts'o2013-02-081-0/+2
* ext4: move work from io_end to inodeJan Kara2013-01-281-3/+3
* ext4: Always use ext4_bio_write_page() for writeoutJan Kara2013-01-281-2/+0
* ext4: add punching hole support for non-extent-mapped filesZheng Liu2013-01-281-0/+1
* ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o2013-01-131-0/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-161-29/+136
|\
OpenPOWER on IntegriCloud