summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-11-26Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-11-26Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds
2014-11-26f2fs: fix to recover converted inline_dataJaegeuk Kim
2014-11-26f2fs: make clean the page before writingJaegeuk Kim
2014-11-26f2fs: no more dirty_nat_entires when flushingChangman Lee
2014-11-26f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee
2014-11-26ext4: forbid journal_async_commit in data=ordered modeJan Kara
2014-11-26jbd2: remove unnecessary NULL check before iput()Theodore Ts'o
2014-11-26ext4: Remove an unnecessary check for NULL before iput()Markus Elfring
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker
2014-11-25ext4: remove unneeded code in ext4_unlinkNamjae Jeon
2014-11-25ext4: don't count external journal blocks as overheadEric Sandeen
2014-11-25ext4: remove never taken branch from ext4_ext_shift_path_extents()Jan Kara
2014-11-25NFS: Clean up nfs4_init_callback()Chuck Lever
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever
2014-11-25ext4: create nojournal_checksum mount optionDarrick J. Wong
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong
2014-11-25f2fs: fix deadlock during inline_data conversionJaegeuk Kim
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring
2014-11-25ext4: cleanup GFP flags inside resize pathDmitry Monakhov
2014-11-25ext4: introduce aging to extent status treeJan Kara
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara
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-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana
2014-11-25Btrfs: ensure send always works on roots without orphansFilipe Manana
2014-11-25Btrfs: fix freeing used extent after removing empty block groupFilipe Manana
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2014-11-25nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing
2014-11-25nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing
2014-11-25NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring
2014-11-24lockd: eliminate LOCKD_DEBUGJeff Layton
2014-11-24nfs41: fix nfs4_proc_layoutget error handlingPeng Tao
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson
2014-11-24pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig
2014-11-24NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton
2014-11-24binfmt_elf: load interpreter program headers earlierPaul Burton
2014-11-24binfmt_elf: Hoist ELF program header loading to a functionPaul Burton
2014-11-24f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim
2014-11-24f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim
2014-11-24f2fs: fix wrong data structure when create slabChangman Lee
2014-11-24f2fs: call flush_dcache_page when the page was updatedJaegeuk Kim