summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig2016-06-213-26/+31
* | | Merge branch 'fs-4.8-iomap-infrastructure' into for-nextDave Chinner2016-06-218-5/+578
|\ \ \ | |/ /
| * | fs: iomap based fiemap implementationChristoph Hellwig2016-06-211-0/+90
| * | fs: support DAX based iomap zeroingChristoph Hellwig2016-06-211-1/+14
| * | fs: introduce iomap infrastructureChristoph Hellwig2016-06-215-5/+472
| * | fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2016-06-213-0/+3
| |/
* | xfs: reduce lock hold times in buffer writebackDave Chinner2016-06-011-25/+35
* | xfs: define XFS_IOC_FREEZE even if FIFREEZE is definedChristoph Hellwig2016-06-011-6/+2
* | xfs: make several functions staticEric Sandeen2016-06-0115-50/+14
* | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-011-3/+1
* | xfs: fix broken multi-fsb buffer loggingBrian Foster2016-06-011-5/+13
|/
* hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-281-1/+0
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-40/+125
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-282-7/+47
* | Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-271-1/+1
|\ \
| * | ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher2016-05-241-1/+1
* | | nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-2748-183/+205
|\ \ \
| * | | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-2714-35/+43
| * | | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-2732-130/+150
| * | | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-263-20/+14
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ \ \
| * | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * | | | ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2736-210/+219
|\ \ \ \ \
| * | | | | Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
| * | | | | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
| |\ \ \ \ \
| | * | | | | btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-2533-105/+106
| | * | | | | btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-293-8/+8
| | * | | | | btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| | * | | | | btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| | * | | | | btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| | * | | | | btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7
| | * | | | | btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-293-7/+4
| | * | | | | btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-292-3/+4
| | * | | | | btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| | * | | | | btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| | * | | | | btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| | * | | | | btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5
| | * | | | | btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15
| | * | | | | btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10
| * | | | | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
| * | | | | | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
OpenPOWER on IntegriCloud