summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to set sbi dirty correctlyChao Yu2019-01-231-7/+6
* f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu2019-01-231-1/+1
* f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong2019-01-231-3/+9
* f2fs: add brackets for macrosSheng Yong2019-01-231-5/+5
* f2fs: check if file namelen exceeds max valueSheng Yong2019-01-231-1/+2
* f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu2019-01-231-0/+4
* f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-093-23/+6
* f2fs: export FS_NOCOW_FL flag to userJaegeuk Kim2019-01-092-1/+4
* f2fs: check inject_rate validity during configuringChao Yu2019-01-091-0/+2
* f2fs: remove set but not used variable 'err'YueHaibing2019-01-081-4/+1
* f2fs: change error code to -ENOMEM from -EINVALChengguang Xu2019-01-081-1/+1
* f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-01-082-7/+17
* f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim2019-01-081-5/+7
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-065-110/+363
|\
| * fscrypt: add Adiantum supportEric Biggers2019-01-065-110/+363
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-064-10/+19
|\ \
| * | ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-011-1/+1
| * | ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2018-12-311-0/+3
| * | ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2018-12-311-4/+9
| * | ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2018-12-311-1/+1
| * | ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2018-12-251-3/+3
| * | ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2018-12-251-1/+2
* | | Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-054-16/+32
|\ \ \
| * | | smb3: add smb3.1.1 to default dialect listSteve French2019-01-032-14/+28
| * | | cifs: fix confusing warning message on reconnectSteve French2019-01-031-1/+1
| * | | smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-031-1/+3
* | | | Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-01-052-2/+0
|\ \ \ \
| * | | | xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
| * | | | xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* | | | | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-055-128/+153
|\ \ \ \ \
| * | | | | ceph: don't encode inode pathes into reconnect messageYan, Zheng2018-12-261-45/+49
| * | | | | ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-263-33/+58
| * | | | | ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng2018-12-261-10/+17
| * | | | | ceph: don't request excl caps when mount is readonlyYan, Zheng2018-12-261-2/+5
| * | | | | ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2018-12-261-1/+0
| * | | | | ceph: remove redundant assignmentChengguang Xu2018-12-261-1/+0
| * | | | | ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24
* | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-058-174/+166
|\ \ \ \ \ \
| * | | | | | mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNTAl Viro2018-12-211-1/+1
| * | | | | | LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-7/+2
| * | | | | | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-215-22/+17
| * | | | | | nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro2018-12-211-2/+4
| * | | | | | btrfs: sanitize security_mnt_opts useAl Viro2018-12-212-58/+9
| * | | | | | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-1/+7
| * | | | | | new helper: security_sb_eat_lsm_opts()Al Viro2018-12-214-49/+5
| * | | | | | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-1/+18
| * | | | | | LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-8/+16
| * | | | | | vfs: Separate changing mount flags full remountDavid Howells2018-12-201-54/+92
| * | | | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-203-0/+3
| * | | | | | exofs_mount(): fix leaks on failure exitsAl Viro2018-12-181-8/+29