aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu1-4/+3
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu2-4/+17
2019-05-08f2fs: fix to consider multiple device for readonly checkChao Yu2-1/+15
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2-1/+16
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu1-6/+21
2019-05-08f2fs: Replace spaces with tabYoungjun Yoo1-1/+1
2019-05-08f2fs: insert space before the open parenthesis '('Youngjun Yoo1-1/+1
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu5-11/+19
2019-05-08f2fs: introduce f2fs_read_single_page() for cleanupChao Yu1-96/+118
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-05-08f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu1-1/+2
2019-05-08f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu1-2/+7
2019-05-08f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-05-08f2fs: fix to do sanity check on valid node/block countChao Yu1-1/+20
2019-05-08f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
2019-05-08f2fs: fix to do sanity check on free nidChao Yu1-0/+3
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu2-5/+6
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu1-2/+8
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-05-08f2fs: remove new blank line of f2fs kernel messageChao Yu2-6/+6
2019-05-08f2fs: fix wrong __is_meta_io() macroChao Yu3-6/+6
2019-05-08f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu1-3/+11
2019-05-08f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu1-2/+10
2019-05-08f2fs: fix to use inline space only if inline_xattr is enableChao Yu1-1/+3
2019-05-08f2fs: fix to retrieve inline xattr spaceChao Yu1-0/+17
2019-05-08f2fs: fix error path of recoveryChao Yu1-4/+11
2019-05-08f2fs: fix to avoid deadloop in foreground GCChao Yu1-0/+1
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-293/+437
2019-05-08Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-2184/+2582
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang1-6/+4
2019-05-08ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2-2/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+22
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds16-121/+241
2019-05-07cifs: update module internal version numberSteve French1-1/+1
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg4-17/+118
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-05-07Negotiate and save preferred compression algorithmsSteve French4-7/+61
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg4-107/+14
2019-05-07cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg3-6/+7
2019-05-07smb3: Add protocol structs for change notify supportSteve French1-0/+36
2019-05-07cifs: fix smb3_zero_range for AzureRonnie Sahlberg1-47/+7
2019-05-07cifs: zero-range does not require the file is sparseRonnie Sahlberg1-12/+0
2019-05-07Add new flag on SMB3.1.1 readSteve French1-0/+1
2019-05-07cifs: add fiemap supportRonnie Sahlberg8-2/+132
2019-05-07SMB3: Add defines for new negotiate contextsSteve French2-4/+27
2019-05-07cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg1-1/+8
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li3-30/+32
2019-05-07SMB3: Add handling for different FSCTL access flagsSteve French1-1/+9
2019-05-07cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2-2/+42
2019-05-07cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton1-5/+0