summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner10-776/+367
2016-06-21Merge branch 'fs-4.8-iomap-infrastructure' into for-nextDave Chinner8-5/+578
2016-06-21xfs: kill xfs_zero_remaining_bytesChristoph Hellwig1-119/+14
2016-06-21xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig1-115/+137
2016-06-21xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig1-127/+1
2016-06-21xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2-6/+8
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2-41/+3
2016-06-21xfs: use iomap fiemap implementationChristoph Hellwig1-75/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig7-258/+187
2016-06-21xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig1-14/+19
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig3-26/+31
2016-06-21fs: iomap based fiemap implementationChristoph Hellwig1-0/+90
2016-06-21fs: support DAX based iomap zeroingChristoph Hellwig1-1/+14
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig5-5/+472
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig3-0/+3
2016-06-01xfs: reduce lock hold times in buffer writebackDave Chinner1-25/+35
2016-06-01xfs: define XFS_IOC_FREEZE even if FIFREEZE is definedChristoph Hellwig1-6/+2
2016-06-01xfs: make several functions staticEric Sandeen15-50/+14
2016-06-01xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster1-3/+1
2016-06-01xfs: fix broken multi-fsb buffer loggingBrian Foster1-5/+13
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2-40/+125
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-1/+5
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin2-7/+47
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds48-183/+205
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro14-35/+43
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-210/+219
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds2-17/+12
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann3-13/+12
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan1-7/+7
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro32-130/+150
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27