summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-053-13/+9
|\
| * debugfs: inode: debugfs_create_dir uses mode permission from parentThomas Richter2018-05-141-1/+3
| * debugfs: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-141-8/+2
| * Merge 4.17-rc3 into driver-core-nextGreg Kroah-Hartman2018-04-3051-203/+465
| |\
| * | fs: kernfs: Adding new return type vm_fault_tSouptick Joarder2018-04-231-4/+4
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-058-186/+233
|\ \ \
| * | | fscrypt: log the crypto algorithm implementationsEric Biggers2018-05-201-34/+68
| * | | fscrypt: add Speck128/256 supportEric Biggers2018-05-202-0/+6
| * | | fscrypt: only derive the needed portion of the keyEric Biggers2018-05-201-23/+16
| * | | fscrypt: separate key lookup from key derivationEric Biggers2018-05-201-48/+74
| * | | fscrypt: use a common logging functionEric Biggers2018-05-205-21/+57
| * | | fscrypt: remove internal key size constantsEric Biggers2018-05-202-20/+7
| * | | fscrypt: remove unnecessary check for non-logon key typeEric Biggers2018-05-201-6/+0
| * | | fscrypt: make fscrypt_operations.max_namelen an integerEric Biggers2018-05-204-24/+4
| * | | fscrypt: drop empty name check from fname_decrypt()Eric Biggers2018-05-201-3/+0
| * | | fscrypt: drop max_namelen check from fname_decrypt()Eric Biggers2018-05-201-5/+2
| * | | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()Eric Biggers2018-05-201-1/+1
| * | | fscrypt: don't clear flags on crypto transformEric Biggers2018-05-201-1/+0
| * | | fscrypt: remove stale comment from fscrypt_d_revalidate()Eric Biggers2018-05-201-1/+0
| * | | fscrypt: remove error messages for skcipher_request_alloc() failureEric Biggers2018-05-202-13/+3
| * | | fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers2018-05-201-2/+2
| * | | fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers2018-05-202-1/+1
| * | | fscrypt: use unbound workqueue for decryptionEric Biggers2018-05-201-1/+10
* | | | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-05117-1895/+5391
|\ \ \ \
| * | | | fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig2018-06-011-43/+40
| * | | | fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig2018-06-011-9/+4
| * | | | fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-012-114/+116
| * | | | xfs: use iomap_bmapChristoph Hellwig2018-06-011-6/+3
| * | | | iomap: add an iomap-based bmap implementationChristoph Hellwig2018-06-011-0/+34
| * | | | iomap: add a iomap_sector helperChristoph Hellwig2018-06-011-9/+10
| * | | | iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig2018-06-011-2/+1
| * | | | iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig2018-06-011-3/+5
| * | | | iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-013-13/+15
| * | | | xfs: fix error handling in xfs_refcount_insert()Dave Chinner2018-06-011-0/+3
| * | | | xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-014-26/+46
| * | | | xfs: strengthen rtalloc query range checksDarrick J. Wong2018-06-011-2/+5
| * | | | xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong2018-06-011-0/+3
| * | | | xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong2018-06-011-1/+1
| * | | | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-314-12/+10
| * | | | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-315-10/+37
| * | | | xfs: repair superblocksDarrick J. Wong2018-05-306-1/+99
| * | | | xfs: add helpers to attach quotas to inodesDarrick J. Wong2018-05-303-0/+79
| * | | | xfs: recover AG btree roots from rmap dataDarrick J. Wong2018-05-302-0/+210
| * | | | xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2018-05-302-0/+257
| * | | | xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2018-05-302-0/+245
| * | | | xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2018-05-302-0/+86
| * | | | xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-306-7/+194
| * | | | xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-303-0/+19
| * | | | fs: xfs: Change return type to vm_fault_tSouptick Joarder2018-05-291-6/+6
| * | | | xfs: fix inobt magic number checkDarrick J. Wong2018-05-291-1/+1
OpenPOWER on IntegriCloud