aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-08-201-0/+15
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-08-151-34/+31
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-08-121-4/+11
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-121-0/+3
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-122-11/+16
* ext4: silence array overflow warningDan Carpenter2017-08-121-1/+1
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-121-5/+6
* ext4: remove unused mode parameterTahsin Erdogan2017-08-121-3/+3
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-121-1/+1
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-121-1/+2
* ANDROID: sdcardfs: override credential for ioctl to lower fsJaegeuk Kim2017-08-091-0/+16
* fs/exec: fix use after free in execveAndrea Arcangeli2017-08-051-1/+5
* f2fs: avoid cpu lockupJaegeuk Kim2017-08-051-0/+10
* f2fs: Fix build after upstreamjollaman9992017-07-211-1/+1
* f2fs: include seq_file.h for sysfs.cJaegeuk Kim2017-07-211-0/+1
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-211-1/+1
* f2fs: remove extra inode_unlock() in error pathLuis Henriques2017-07-211-4/+1
* fscrypt: add support for AES-128-CBCDaniel Walter2017-07-214-52/+161
* fscrypt: inline fscrypt_free_filename()Eric Biggers2017-07-211-9/+0
* f2fs: make more close to v4.13-rc1Jaegeuk Kim2017-07-216-26/+25
* f2fs: support plain user/group quotaChao Yu2017-07-217-40/+413
* f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim2017-07-211-3/+13
* f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu2017-07-212-11/+18
* f2fs: relax migratepage for atomic written pageJaegeuk Kim2017-07-211-2/+6
* f2fs: don't count inode block in in-memory inode.i_blocksChao Yu2017-07-213-22/+20
* Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu2017-07-211-1/+0
* f2fs: do not set LOST_PINO for renamed dirSheng Yong2017-07-211-1/+4
* f2fs: do not set LOST_PINO for newly created dirSheng Yong2017-07-211-1/+2
* f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu2017-07-213-6/+13
* f2fs: introduce __check_sit_bitmapChao Yu2017-07-211-0/+26
* f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-213-9/+18
* f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-213-6/+27
* f2fs: avoid redundant f2fs_flush after remountYunlong Song2017-07-211-0/+2
* f2fs: report # of free inodes more preciselyJaegeuk Kim2017-07-211-3/+11
* f2fs: add ioctl to do gc with target block addressJaegeuk Kim2017-07-212-0/+55
* f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim2017-07-211-2/+4
* f2fs: measure inode.i_blocks as generic filesystemChao Yu2017-07-214-14/+17
* f2fs: set CP_TRIMMED_FLAG correctlyChao Yu2017-07-211-1/+1
* f2fs: require key for truncate(2) of encrypted fileEric Biggers2017-07-211-3/+7
* f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu2017-07-214-334/+359
* f2fs: clean up sysfs codesChao Yu2017-07-211-44/+72
* f2fs: fix wrong error number of fill_superChao Yu2017-07-211-1/+4
* f2fs: fix to show injection rate in ->show_optionsChao Yu2017-07-211-1/+2
* f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET2017-07-211-1/+3
* f2fs: use proper variable nameTiezhu Yang2017-07-211-11/+11
* f2fs: fix to avoid panic when encountering corrupt nodeChao Yu2017-07-211-3/+11
* f2fs: don't track newly allocated nat entry in listChao Yu2017-07-211-6/+10
* f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu2017-07-211-0/+2
* f2fs: introduce __wait_one_discard_bioChao Yu2017-07-211-16/+17
* f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-214-9/+44