summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-18direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-10-18fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2-5/+15
2017-10-18nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew1-1/+2
2017-10-18NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-10-12Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-10-12btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli1-1/+1
2017-10-12ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2-8/+22
2017-10-12ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-12ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-12ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-12ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-1/+1
2017-10-12userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli1-10/+56
2017-10-05btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-10-05btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-10-05btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8
2017-10-05btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota1-0/+12
2017-10-05btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-10-05xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-10-05gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-9/+5
2017-10-05vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-10-05SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-10-05SMB3: handle new statx fieldsSteve French1-0/+15
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-10-05SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-10-05SMB3: Fix endian warningSteve French1-2/+3
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-10-05SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French5-18/+139
2017-10-05fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness1-0/+9
2017-10-05dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-2/+2
2017-10-05cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-10-05cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-10-05cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-09-27ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-09-27orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-09-20xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-20xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-20xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-20xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-20xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-18/+65
2017-09-20xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-20xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-20xfs: ordered buffer log items are never formattedBrian Foster2-11/+2