summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o4-15/+12
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o3-34/+39
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o4-32/+7
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o11-346/+246
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o6-48/+43
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o5-54/+28
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o4-313/+230
2015-05-16Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-05-16Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-21/+53
2015-05-16Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+68
2015-05-15Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o1-0/+8
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-05-14jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-05-14ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o1-1/+0
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o1-0/+2
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o1-1/+1
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller1-0/+3
2015-05-11Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-85/+212
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana1-0/+19
2015-05-11Btrfs: fix race between block group creation and their cache writeoutFilipe Manana1-4/+27
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana1-4/+10
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana1-2/+12
2015-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+6
2015-05-09mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+15
2015-05-09path_openat(): fix double fput()Al Viro1-1/+2
2015-05-09namei: d_is_negative() should be checked before ->d_seq validationAl Viro1-6/+13
2015-05-08Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+11
2015-05-07Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+12
2015-05-06Btrfs: fix wrong mapping flags for free space inodeFilipe Manana1-1/+1
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-05-06splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-1/+1
2015-05-05ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim1-5/+3
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim3-0/+9
2015-05-04nfsd: skip CB_NULL probes for 4.1 or laterChristoph Hellwig1-0/+9
2015-05-04nfsd: fix callback restartsChristoph Hellwig3-33/+24
2015-05-04nfsd: split transport vs operation errors for callbacksChristoph Hellwig2-36/+25
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare3-7/+133
2015-05-04nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-05-04nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig1-0/+11
2015-05-04hostfs: Use correct mask for file modeRichard Weinberger1-1/+1
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-229/+210