aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: simplify the way of calulating next nat addressFan Li2017-07-211-5/+1
* f2fs: sanity check size of nat and sit cacheJin Qian2017-07-211-0/+7
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2017-07-211-1/+4
* f2fs: remove the unnecessary cast for PTR_ERRZhang Shengju2017-07-211-1/+1
* f2fs: remove false-positive bug_onJaegeuk Kim2017-07-211-2/+3
* f2fs: Do not issue small discards in LFS modeDamien Le Moal2017-07-211-1/+2
* f2fs: don't bother checking for encryption key in ->write_iter()Eric Biggers2017-07-211-5/+0
* f2fs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-211-8/+0
* f2fs: wait discard IO completion without cmd_lock heldChao Yu2017-07-211-3/+20
* f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu2017-07-211-1/+1
* f2fs: show more info if fail to issue discardChao Yu2017-07-211-1/+2
* f2fs: introduce io_list for serialize data/node IOsChao Yu2017-07-216-13/+46
* f2fs: split wio_mutexChao Yu2017-07-213-6/+8
* f2fs: combine huge num of discard rb tree consistence checksYunlei He2017-07-211-11/+2
* f2fs: fix a bug caused by NULL extent treeYunlei He2017-07-211-1/+11
* f2fs: try to freeze in gc and discard threadsJaegeuk Kim2017-07-212-13/+21
* f2fs: add a new function get_ssr_costYunlei He2017-07-211-1/+10
* f2fs: declare load_free_nid_bitmap staticHou Pengyang2017-07-211-1/+1
* f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim2017-07-214-16/+45
* f2fs: split bio cacheJaegeuk Kim2017-07-216-28/+90
* f2fs: use fio instead of multiple parametersJaegeuk Kim2017-07-211-20/+21
* f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-07-217-64/+50
* f2fs: use f2fs_submit_page_bio for ra_meta_pagesJaegeuk Kim2017-07-211-3/+1
* f2fs: make sure f2fs_gc returns consistent errnoWeichao Guo2017-07-211-2/+5
* f2fs: load inode's flag from diskJaegeuk Kim2017-07-212-1/+2
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-07-211-0/+16
* f2fs, block_dump: give WRITE direction to submit_bioJaegeuk Kim2017-07-212-2/+2
* f2fs: use WRITE_SYNC for REQ_SYNCJaegeuk Kim2017-07-211-1/+1
* f2fs: enable f2fs_migrate_pageJaegeuk Kim2017-07-213-4/+4
* BACKPORT: ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2017-07-211-0/+4
* ANDROID: sdcardfs: Remove unnecessary lockDaniel Rosenberg2017-07-211-6/+0
* ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sbGao Xiang2017-07-111-27/+20
* fs/exec.c: account for argv/envp pointersKees Cook2017-07-041-4/+24
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-042-5/+1
* uksm: remove Mtk aksm & uksm (because its fugly)Mister Oyster2017-07-042-9/+2
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-07-041-0/+36
* gfs2: avoid uninitialized variable warningArnd Bergmann2017-07-041-2/+2
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-07-041-0/+4
* cancel the setfilesize transation when io error happenZhaohongjiang2017-07-041-2/+11
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-07-041-1/+12
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-07-041-6/+2
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-07-041-0/+1
* move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2017-07-041-1/+6
* Fix regression which breaks DFS mountingSachin Prabhu2017-07-041-9/+10
* Move check for prefix path to within cifs_get_root()Sachin Prabhu2017-07-041-5/+4
* Compare prepaths when comparing superblocksSachin Prabhu2017-07-041-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2017-07-043-14/+19
* NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust2017-07-041-0/+1
* nfs_write_end(): fix handling of short copiesAl Viro2017-07-041-1/+1
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-07-041-0/+1