summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2-3/+2
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2-18/+65
2017-09-01xfs: disallow marking previously dirty buffers as orderedBrian Foster2-3/+6
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster3-1/+4
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster3-18/+16
2017-09-01xfs: refactor buffer logging into buffer dirtying helperBrian Foster2-17/+33
2017-09-01xfs: ordered buffer log items are never formattedBrian Foster2-11/+2
2017-09-01xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2-30/+33
2017-09-01xfs: open-code xfs_buf_item_dirty()Brian Foster3-13/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig15-116/+129
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig3-4/+4
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig9-56/+48
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong3-1/+13
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster2-0/+20
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-08-22xfs: add log item pinning error injection tagBrian Foster3-2/+22
2017-08-22xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-08-22xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-08-22xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino6-5/+108
2017-08-22xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2-3/+36
2017-08-22xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen1-0/+7
2017-08-22xfs: write unmount record for ro mountsEric Sandeen1-2/+5
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2017-08-19Merge tag 'xfs-4.13-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-13/+16
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2-10/+11
2017-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-6/+15
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-1/+3
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov1-2/+1
2017-08-12iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig1-2/+2
2017-08-12xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-08-11Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-4/+6
2017-08-11pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton1-0/+1
2017-08-11userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport1-2/+2
2017-08-11mm: fix KSM data corruptionMinchan Kim1-2/+5
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-4/+4
2017-08-09NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust1-2/+1
2017-08-09nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson1-0/+1
2017-08-08Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+8
2017-08-07quota: correct space limit checkzhangyi (F)1-6/+15
2017-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-169/+282
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie3-24/+85