summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow3-3/+88
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow4-6/+173
2015-04-12ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow1-1/+20
2015-04-12ext4 crypto: enforce context consistencyTheodore Ts'o1-1/+23
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow4-1/+179
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow6-1/+682
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow5-0/+317
2015-04-11ext4 crypto: add encryption xattr supportMichael Halcrow1-0/+3
2015-04-11ext4 crypto: export ext4_empty_dir()Michael Halcrow2-5/+7
2015-04-11ext4 crypto: add ext4 encryption KconfigTheodore Ts'o1-0/+17
2015-04-11ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o1-3/+13
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o4-3/+271
2015-04-03ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-04-03ext4: don't release reserved space for previously allocated clusterEric Whitney1-13/+1
2015-04-03ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney1-13/+0
2015-04-03ext4: allocate entire range in zero rangeLukas Czerner1-12/+19
2015-04-03ext4: remove unnecessary lock/unlock of i_block_reservation_lockMaurizio Lombardi1-2/+0
2015-04-03ext4: remove block_device_ejectedChristoph Hellwig1-17/+1
2015-04-03ext4: remove useless condition in if statement.Wei Yuan1-2/+1
2015-04-03ext4: remove unused header filesSheng Yong17-25/+0
2015-04-02ext4: fix comments in ext4_can_extents_be_merged()Xiaoguang Wang1-6/+0
2015-04-02ext4: fix transposition typo in format stringRasmus Villemoes1-1/+1
2015-04-02ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov1-6/+15
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o1-0/+11
2015-03-17fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o1-10/+72
2015-02-28Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-31/+41
2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+8
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen1-1/+3
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen1-0/+4
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-30/+29
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds52-676/+715
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells30-65/+65
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells1-5/+13
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells1-1/+18
2015-02-22Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-8/+393
2015-02-22Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-151/+140
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason1-1/+8
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro6-319/+489
2015-02-20posix_acl: fix reference leaks in posix_acl_createOmar Sandoval1-5/+9
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes1-1/+1