| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-06 | 8 | -186/+233 |
|\ |
|
| * | fscrypt: log the crypto algorithm implementations | Eric Biggers | 2018-05-20 | 1 | -34/+68 |
| * | fscrypt: add Speck128/256 support | Eric Biggers | 2018-05-20 | 2 | -0/+6 |
| * | fscrypt: only derive the needed portion of the key | Eric Biggers | 2018-05-20 | 1 | -23/+16 |
| * | fscrypt: separate key lookup from key derivation | Eric Biggers | 2018-05-20 | 1 | -48/+74 |
| * | fscrypt: use a common logging function | Eric Biggers | 2018-05-20 | 5 | -21/+57 |
| * | fscrypt: remove internal key size constants | Eric Biggers | 2018-05-20 | 2 | -20/+7 |
| * | fscrypt: remove unnecessary check for non-logon key type | Eric Biggers | 2018-05-20 | 1 | -6/+0 |
| * | fscrypt: make fscrypt_operations.max_namelen an integer | Eric Biggers | 2018-05-20 | 4 | -24/+4 |
| * | fscrypt: drop empty name check from fname_decrypt() | Eric Biggers | 2018-05-20 | 1 | -3/+0 |
| * | fscrypt: drop max_namelen check from fname_decrypt() | Eric Biggers | 2018-05-20 | 1 | -5/+2 |
| * | fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() | Eric Biggers | 2018-05-20 | 1 | -1/+1 |
| * | fscrypt: don't clear flags on crypto transform | Eric Biggers | 2018-05-20 | 1 | -1/+0 |
| * | fscrypt: remove stale comment from fscrypt_d_revalidate() | Eric Biggers | 2018-05-20 | 1 | -1/+0 |
| * | fscrypt: remove error messages for skcipher_request_alloc() failure | Eric Biggers | 2018-05-20 | 2 | -13/+3 |
| * | fscrypt: remove unnecessary NULL check when allocating skcipher | Eric Biggers | 2018-05-20 | 1 | -2/+2 |
| * | fscrypt: clean up after fscrypt_prepare_lookup() conversions | Eric Biggers | 2018-05-20 | 2 | -1/+1 |
| * | fscrypt: use unbound workqueue for decryption | Eric Biggers | 2018-05-20 | 1 | -1/+10 |
* | | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-06-05 | 117 | -1895/+5391 |
|\ \ |
|
| * | | fs: use ->is_partially_uptodate in page_cache_seek_hole_data | Christoph Hellwig | 2018-06-02 | 1 | -43/+40 |
| * | | fs: remove the buffer_unwritten check in page_seek_hole_data | Christoph Hellwig | 2018-06-02 | 1 | -9/+4 |
| * | | fs: move page_cache_seek_hole_data to iomap.c | Christoph Hellwig | 2018-06-02 | 2 | -114/+116 |
| * | | xfs: use iomap_bmap | Christoph Hellwig | 2018-06-02 | 1 | -6/+3 |
| * | | iomap: add an iomap-based bmap implementation | Christoph Hellwig | 2018-06-02 | 1 | -0/+34 |
| * | | iomap: add a iomap_sector helper | Christoph Hellwig | 2018-06-02 | 1 | -9/+10 |
| * | | iomap: use __bio_add_page in iomap_dio_zero | Christoph Hellwig | 2018-06-02 | 1 | -2/+1 |
| * | | iomap: move IOMAP_F_BOUNDARY to gfs2 | Christoph Hellwig | 2018-06-02 | 1 | -3/+5 |
| * | | iomap: inline data should be an iomap type, not a flag | Christoph Hellwig | 2018-06-02 | 3 | -13/+15 |
| * | | xfs: fix error handling in xfs_refcount_insert() | Dave Chinner | 2018-06-01 | 1 | -0/+3 |
| * | | xfs: fix xfs_rtalloc_rec units | Darrick J. Wong | 2018-06-01 | 4 | -26/+46 |
| * | | xfs: strengthen rtalloc query range checks | Darrick J. Wong | 2018-06-01 | 1 | -2/+5 |
| * | | xfs: xfs_rtbuf_get should check the bmapi_read results | Darrick J. Wong | 2018-06-01 | 1 | -0/+3 |
| * | | xfs: xfs_rtword_t should be unsigned, not signed | Darrick J. Wong | 2018-06-01 | 1 | -1/+1 |
| * | | dax: change bdev_dax_supported() to support boolean returns | Dave Jiang | 2018-05-31 | 4 | -12/+10 |
| * | | fs: allow per-device dax status checking for filesystems | Darrick J. Wong | 2018-05-31 | 5 | -10/+37 |
| * | | xfs: repair superblocks | Darrick J. Wong | 2018-05-30 | 6 | -1/+99 |
| * | | xfs: add helpers to attach quotas to inodes | Darrick J. Wong | 2018-05-30 | 3 | -0/+79 |
| * | | xfs: recover AG btree roots from rmap data | Darrick J. Wong | 2018-05-30 | 2 | -0/+210 |
| * | | xfs: add helpers to dispose of old btree blocks after a repair | Darrick J. Wong | 2018-05-30 | 2 | -0/+257 |
| * | | xfs: add helpers to collect and sift btree block pointers during repair | Darrick J. Wong | 2018-05-30 | 2 | -0/+245 |
| * | | xfs: add helpers to allocate and initialize fresh btree roots | Darrick J. Wong | 2018-05-30 | 2 | -0/+86 |
| * | | xfs: add helpers to deal with transaction allocation and rolling | Darrick J. Wong | 2018-05-30 | 6 | -7/+194 |
| * | | xfs: grab the per-ag structure whenever relevant | Darrick J. Wong | 2018-05-30 | 3 | -0/+19 |
| * | | fs: xfs: Change return type to vm_fault_t | Souptick Joarder | 2018-05-29 | 1 | -6/+6 |
| * | | xfs: fix inobt magic number check | Darrick J. Wong | 2018-05-29 | 1 | -1/+1 |
| * | | fs: clear writeback errors in inode_init_always | Darrick J. Wong | 2018-05-29 | 1 | -0/+1 |
| * | | iomap: don't allow holes in swapfiles | Omar Sandoval | 2018-05-17 | 1 | -5/+0 |
| * | | iomap: provide more useful errors for invalid swap files | Omar Sandoval | 2018-05-16 | 1 | -16/+24 |
| * | | xfs: implement online get/set fs label | Eric Sandeen | 2018-05-16 | 4 | -2/+122 |
| * | | xfs: factor the ag length extension code into libxfs | Dave Chinner | 2018-05-16 | 3 | -57/+68 |