summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix potential hangtask in f2fs_trace_pidChao Yu2018-01-031-6/+6
* f2fs: no need return value in restore summary processYunlei He2018-01-033-14/+5Star
* f2fs: use unlikely for release caseLiFan2018-01-031-1/+1
* f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-032-3/+2Star
* f2fs: clean up f2fs_map_blocksChao Yu2018-01-031-2/+2
* f2fs: clean up hash codesChao Yu2018-01-031-27/+19Star
* f2fs: fix error handling in fill_superChao Yu2018-01-031-9/+7Star
* f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-032-8/+10
* f2fs: inject fault to kvmallocChao Yu2018-01-035-12/+36
* f2fs: inject fault to kzallocChao Yu2018-01-037-24/+33
* f2fs: remove a redundant conditional expressionLiFan2018-01-031-4/+4
* f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-033-10/+24
* f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-031-8/+4Star
* f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-031-14/+3Star
* f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-031-24/+7Star
* f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-031-3/+3
* f2fs: switch to fscrypt_file_open()Eric Biggers2018-01-031-15/+3Star
* posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-032-4/+4
* f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-031-2/+0Star
* f2fs: remove an excess variableLiFan2018-01-031-3/+1Star
* f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-01-031-11/+9Star
* f2fs: remove unused parameterSheng Yong2018-01-033-6/+5Star
* f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-031-2/+8
* f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-033-0/+7
* f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-031-42/+43
* f2fs: remove unneeded memory footprint accountingChao Yu2018-01-031-1/+0Star
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-031-6/+6
* f2fs: reserve nid resource for quota sysfileChao Yu2018-01-034-10/+13
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1Star
* cramfs: fix MTD dependencyArnd Bergmann2017-12-171-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-12-172-19/+19
|\
| * VFS: Handle lazytime in do_mount()Markus Trippelsdorf2017-12-101-0/+1
| * alloc_super(): do ->s_umount initialization earlierAl Viro2017-12-051-19/+18Star
* | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-174-0/+16
|\ \
| * | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
| * | ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-111-0/+2
| * | ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-041-0/+1
| * | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-041-0/+9
* | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-163-4/+26
|\ \ \
| * | | nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-151-0/+2
| * | | nfs: fix a deadlock in nfs client initializationScott Mayhew2017-12-152-4/+24
* | | | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-161-2/+1Star
* | | | Merge tag 'ceph-for-4.15-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-12-151-4/+38
|\ \ \ \
| * | | | ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-081-4/+38
| | |/ / | |/| |
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-157-26/+103
|\ \ \ \
| * | | | ovl: fix overlay: warning prefixAmir Goldstein2017-12-142-2/+3
| * | | | ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-111-1/+1
| * | | | ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2017-12-111-4/+15
| * | | | ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-111-1/+4
| * | | | ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-111-1/+1