summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-12-19Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-12-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-12-14Merge tag 'v4.4.167' into linux-linaro-lsk-v4.4Mark Brown
2018-12-13cifs: Fix separator when building path from dentryPaulo Alcantara
2018-12-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-12-13btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-12-13kernfs: Replace strncpy with memcpyGuenter Roeck
2018-12-13exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2018-12-13btrfs: release metadata before running delayed refsJosef Bacik
2018-12-13ext2: fix potential use after freePan Bian
2018-12-13Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-12-10ANDROID: sdcardfs: Add option to not link obbDaniel Rosenberg
2018-12-10ANDROID: sdcardfs: Add sandboxDaniel Rosenberg
2018-12-10ANDROID: sdcardfs: Add option to drop unused dentriesDaniel Rosenberg
2018-12-10Merge 4.20-rc1-4.4 into android-4.4Amit Pundir
2018-12-10Revert "BACKPORT, FROMLIST: fscrypt: add Speck128/256 support"Alistair Strachan
2018-12-10Build fix for 7977ade69dbb.Alistair Strachan
2018-12-10Revert "fscrypt: add Speck128/256 support"Alistair Strachan
2018-12-10UPSTREAM: chardev: add helper function to register char devs with a struct de...Logan Gunthorpe
2018-12-04Merge tag 'v4.4.166' into linux-linaro-lsk-v4.4Mark Brown
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-11-27gfs2: Put bitmap buffers in put_superAndreas Gruenbacher
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández
2018-11-27hfs: prevent btree data loss on root splitErnesto A. Fernández
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn
2018-11-22Merge tag 'v4.4.164' into linux-linaro-lsk-v4.4Mark Brown
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin