aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o
2014-09-01ext4: fix comments about get_blocksSeunghun Lee
2014-08-30ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o
2014-08-29ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner
2014-05-12ext4: make local functions staticStephen Hemminger
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-20ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner
2014-04-18ext4: discard preallocations after removing spaceLukas Czerner
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-24ext4: fix comment typoMatthew Wilcox
2014-03-24ext4: make ext4_block_zero_page_range staticMatthew Wilcox
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-24ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o
2014-03-20ext4: kill i_version support for Hurd-castrated file systemsTheodore Ts'o
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner