summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2017-10-12Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-12btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-10-12ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-10-12ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-12ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-10-12ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-10-12ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-12userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota
2017-10-05btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota
2017-10-05btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota
2017-10-05btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-10-05gfs2: Fix debugfs glocks dumpAndreas Gruenbacher
2017-10-05vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French
2017-10-05SMB3: handle new statx fieldsSteve French
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French
2017-10-05SMB3: Warn user if trying to sign connection that authenticated as guestSteve French
2017-10-05SMB3: Fix endian warningSteve French
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French
2017-10-05SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French
2017-10-05fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-10-05dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang
2017-10-05cifs: release cifs root_cred after exit_cifsShu Wang
2017-10-05cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-09-27ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara
2017-09-20xfs: fix compiler warningsDarrick J. Wong
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster
2017-09-20xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster
2017-09-20xfs: open-code xfs_buf_item_dirty()Brian Foster
2017-09-20xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval
2017-09-20xfs: evict all inodes involved with log redo itemDarrick J. Wong