summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-10-051-1/+2
* vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2017-10-051-2/+2
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-10-051-0/+7
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-10-051-0/+2
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-10-051-1/+1
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-10-051-0/+9
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-10-051-1/+1
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-271-20/+28
* NFSv4: Fix callback server shutdownTrond Myklebust2017-09-271-8/+16
* xfs: fix compiler warningsDarrick J. Wong2017-09-205-8/+11
* xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-201-1/+1
* xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-201-24/+48
* xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-201-13/+25
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-201-7/+0
* xfs: disable per-inode DAX flagChristoph Hellwig2017-09-201-1/+2
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-202-19/+66
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-202-3/+6
* xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-201-18/+26
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-203-1/+4
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-203-18/+16
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-202-17/+33
* xfs: ordered buffer log items are never formattedBrian Foster2017-09-202-11/+2
* xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-202-30/+33
* xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-203-13/+1
* xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-202-10/+23
* xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-203-1/+13
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-09-201-28/+27
* xfs: add log recovery tracepoint for head/tailBrian Foster2017-09-202-0/+20
* xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-09-201-4/+3
* xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-09-201-31/+77
* xfs: always verify the log tail during recoveryBrian Foster2017-09-201-23/+3
* xfs: fix recovery failure when log record header wraps log endBrian Foster2017-09-201-4/+14
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-09-206-5/+108
* xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-09-202-3/+36
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-09-203-60/+55
* xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-09-201-0/+7
* xfs: write unmount record for ro mountsEric Sandeen2017-09-201-2/+5
* iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig2017-09-201-2/+2
* xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-09-201-0/+2
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-09-202-10/+11
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-09-201-1/+1
* xfs: Fix per-inode DAX flag inheritanceLukas Czerner2017-09-201-5/+7
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-09-201-0/+12
* xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-09-201-0/+3
* xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-09-202-0/+6
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-09-202-1/+10