summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-25ext4: Remove an unnecessary check for NULL before iput()Markus Elfring1-2/+1
2014-11-25ext4: remove unneeded code in ext4_unlinkNamjae Jeon1-1/+0
2014-11-25ext4: don't count external journal blocks as overheadEric Sandeen1-2/+2
2014-11-25ext4: remove never taken branch from ext4_ext_shift_path_extents()Jan Kara1-2/+0
2014-11-25ext4: create nojournal_checksum mount optionDarrick J. Wong1-1/+12
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong2-2/+2
2014-11-25ext4: cleanup GFP flags inside resize pathDmitry Monakhov2-4/+4
2014-11-25ext4: introduce aging to extent status treeJan Kara2-9/+48
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara2-32/+28
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara3-33/+64
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara6-13/+6
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu7-146/+114
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu3-22/+19
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara3-51/+9
2014-11-23ext4: fix end of region partial cluster handlingEric Whitney1-7/+9
2014-11-23ext4: miscellaneous partial cluster cleanupsEric Whitney1-18/+21
2014-11-23ext4: fix end of leaf partial cluster handlingEric Whitney1-19/+17
2014-11-23ext4: fix partial cluster initializationEric Whitney1-34/+46
2014-11-20ext4: kill ext4_kvfree()Al Viro4-21/+11
2014-11-05ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-49/+19
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-39/+27
2014-10-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-28/+51
2014-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-13/+3
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi1-0/+1
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-1/+2
2014-10-31isofs: don't bother with ->d_op for normal caseAl Viro2-22/+4
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksJan Kara1-5/+4
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara1-1/+6
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+18
2014-10-30jbd2: use a better hash function for the revoke tableTheodore Ts'o1-8/+2
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-1/+1
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong1-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong1-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong1-0/+4
2014-10-30ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2-7/+12
2014-10-29ocfs2: fix d_splice_alias() return code checkingRichard Weinberger1-1/+1
2014-10-29fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+9
2014-10-28isofs_cmp(): we'll never see a dentry for . or ..Al Viro1-18/+2
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi2-2/+2
2014-10-28ovl: fix check for cursorMiklos Szeredi1-5/+6
2014-10-28overlayfs: barriers for opening upper-layer directoryAl Viro1-1/+2
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-28Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+5
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana3-10/+4