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