aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-07-041-0/+1
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2017-07-041-1/+8
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-07-043-0/+19
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-07-041-0/+10
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2017-07-045-5/+104
* CIFS: remove bad_network_name flagGermano Percossi2017-07-042-6/+0
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-07-041-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-07-041-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-07-045-31/+85
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-07-041-3/+2
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-07-041-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-07-041-2/+4
* ext4: trim allocation requests to group sizeJan Kara2017-07-041-0/+7
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-07-041-1/+3
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-07-041-15/+23
* Btrfs: fix memory leak in reading btree blocksLiu Bo2017-07-041-0/+9