summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2018-04-24ext4: eliminate sleep from shutdown ioctlTheodore Ts'o
2018-04-24ext4: shutdown should not prevent get_write_accessTheodore Ts'o
2018-04-24jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o
2018-04-24ceph: always update atime/mtime/ctime for new inodeYan, Zheng
2018-04-24CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva
2018-04-24CIFS: implement v3.11 preauth integrityAurelien Aptel
2018-04-24CIFS: add sha512 secmechAurelien Aptel
2018-04-24CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel
2018-04-24smb3: Fix root directory when server returns inode number of zeroSteve French
2018-04-24cifs: smbd: disconnect transport on RDMA errorsLong Li
2018-04-24cifs: smbd: avoid reconnect lockupLong Li
2018-04-24Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French
2018-04-24fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg
2018-04-24cifs: fix memory leak in SMB2_open()Ronnie Sahlberg
2018-04-24fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-04-24ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger
2018-04-19getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro
2018-04-19nfsd: fix incorrect umasksJ. Bruce Fields
2018-04-19hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz
2018-04-19ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-19ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-04-19ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-19ovl: Set d->last properly during lookupVivek Goyal
2018-04-19f2fs: fix heap mode to reset it backYunlong Song
2018-04-08Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo
2018-03-30ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng