summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-05-25hfsplus: stop workqueue when fill_super() failedTetsuo Handa
2018-05-25ext2: fix a block leakAl Viro
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook
2018-05-22btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo
2018-05-22btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov
2018-05-22btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov
2018-05-22btrfs: fix crash when trying to resume balance without the resume flagAnand Jain
2018-05-22btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro
2018-05-22Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko
2018-05-22Btrfs: fix xattr loss after power failureFilipe Manana
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16smb3: directory sync should not return an errorSteve French
2018-05-16ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov
2018-05-16bdi: Fix oops in wb_workfn()Jan Kara
2018-05-09btrfs: Take trans lock before access running trans in check_delayed_refethanwu
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2018-05-01SMB311: Fix reconnectSteve French
2018-05-01cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-05-01cifs: smbd: Avoid allocating iov on the stackLong Li
2018-05-01ext4: fix bitmap position validationLukas Czerner
2018-05-01ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-05-01ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o
2018-05-01ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o
2018-05-01ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers
2018-04-26mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa
2018-04-26btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov
2018-04-26btrfs: fix unaligned access in readdirDavid Sterba
2018-04-26cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French
2018-04-26cifs: smbd: Check for iov length on sending the last iovLong Li
2018-04-24writeback: safer lock nestingGreg Thelen
2018-04-24autofs: mount point create should honour passed in modeIan Kent
2018-04-24Don't leak MNT_INTERNAL away from internal mountsAl Viro
2018-04-24orangefs_kill_sb(): deal with allocation failuresAl Viro
2018-04-24jffs2_kill_sb(): deal with failed allocationsAl Viro
2018-04-24fanotify: fix logic of events on childAmir Goldstein
2018-04-24udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara
2018-04-24ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o
2018-04-24ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o
2018-04-24ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o
2018-04-24ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-04-24ext4: always initialize the crc32c checksum driverTheodore Ts'o
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24ext4: limit xattr size to INT_MAXEric Biggers
2018-04-24ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2018-04-24ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o