summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason-0/+1
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo-9/+18
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason-37/+115
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing-12/+17
2014-11-24nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing-2/+2
2014-11-24NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring-12/+6
2014-11-24lockd: eliminate LOCKD_DEBUGJeff Layton-1/+1
2014-11-24nfs41: fix nfs4_proc_layoutget error handlingPeng Tao-3/+3
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson-13/+25
2014-11-24pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig-1/+1
2014-11-24NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker-1/+1
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara-2/+0
2014-11-24binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headersPaul Burton-2/+106
2014-11-24binfmt_elf: load interpreter program headers earlierPaul Burton-18/+18
2014-11-24binfmt_elf: Hoist ELF program header loading to a functionPaul Burton-43/+56
2014-11-23f2fs: fix livelock calling f2fs_iget during f2fs_evict_inodeJaegeuk Kim-1/+10
2014-11-23f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim-24/+18
2014-11-23f2fs: fix wrong data structure when create slabChangman Lee-1/+1
2014-11-23f2fs: call flush_dcache_page when the page was updatedJaegeuk Kim-0/+1
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-15/+25
2014-11-23ext4: fix end of region partial cluster handlingEric Whitney-7/+9
2014-11-23ext4: miscellaneous partial cluster cleanupsEric Whitney-18/+21
2014-11-23ext4: fix end of leaf partial cluster handlingEric Whitney-19/+17
2014-11-23ext4: fix partial cluster initializationEric Whitney-34/+46
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana-0/+37
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana-5/+17
2014-11-21Btrfs: don't ignore log btree writeback errorsFilipe Manana-6/+15
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik-2/+0
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik-6/+72
2014-11-21Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...Al Viro-347/+400
2014-11-20Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik-1/+1
2014-11-20btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba-1/+1
2014-11-20btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng-30/+60
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana-65/+102
2014-11-20Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana-2/+7
2014-11-20Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik-25/+47
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik-23/+17
2014-11-20btrfs: fix typos in btrfs_check_super_validDavid Sterba-4/+4
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens-38/+42
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens-55/+11
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana-1/+10
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana-4/+15
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana-18/+76
2014-11-20Btrfs: return failure if btrfs_dev_replace_finishing() failedEryu Guan-3/+9
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang-5/+11
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana-39/+34
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana-4/+24
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana-5/+2
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang-8/+8