aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-21nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro
2018-12-20vfs: Separate changing mount flags full remountDavid Howells
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-17exofs_mount(): fix leaks on failure exitsAl Viro
2018-11-04Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-11-03Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-11-03bfs: add sanity check at bfs_fill_super()Tetsuo Handa
2018-11-03ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen
2018-11-03ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann
2018-11-03ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge
2018-11-03ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge
2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge
2018-11-03ocfs2: without quota support, avoid calling quota recoveryGuozhonghua
2018-11-03ocfs2: remove ocfs2_is_o2cb_active()Gang He
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li
2018-11-02CIFS: Add support for direct I/O writeLong Li
2018-11-02CIFS: Add support for direct I/O readLong Li
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2018-11-02smb3: add trace point for tree connectionSteve French
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-11-01Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro
2018-11-01Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-01ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-01NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-31Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-31Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-10-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson