Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | xfs: add log recovery tracepoint for head/tail | Brian Foster | 2 | -0/+20 |
2017-08-22 | xfs: handle -EFSCORRUPTED during head/tail verification | Brian Foster | 1 | -4/+3 |
2017-08-22 | xfs: add log item pinning error injection tag | Brian Foster | 3 | -2/+22 |
2017-08-22 | xfs: fix log recovery corruption error due to tail overwrite | Brian Foster | 1 | -31/+77 |
2017-08-22 | xfs: always verify the log tail during recovery | Brian Foster | 1 | -23/+3 |
2017-08-22 | xfs: fix recovery failure when log record header wraps log end | Brian Foster | 1 | -4/+14 |
2017-08-22 | xfs: Properly retry failed inode items in case of error during buffer writeback | Carlos Maiolino | 6 | -5/+108 |
2017-08-22 | xfs: Add infrastructure needed for error propagation during buffer IO failure | Carlos Maiolino | 2 | -3/+36 |
2017-08-22 | xfs: toggle readonly state around xfs_log_mount_finish | Eric Sandeen | 1 | -0/+7 |
2017-08-22 | xfs: write unmount record for ro mounts | Eric Sandeen | 1 | -2/+5 |
2017-08-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
2017-08-19 | Merge tag 'xfs-4.13-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 4 | -13/+16 |
2017-08-17 | xfs: don't leak quotacheck dquots when cow recovery | Darrick J. Wong | 1 | -0/+2 |
2017-08-17 | xfs: clear MS_ACTIVE after finishing log recovery | Darrick J. Wong | 2 | -10/+11 |
2017-08-17 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -6/+15 |
2017-08-17 | pty: fix the cached path of the pty slave file descriptor in the master | Linus Torvalds | 1 | -1/+3 |
2017-08-16 | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks | Oleg Nesterov | 1 | -2/+1 |
2017-08-12 | iomap: fix integer truncation issues in the zeroing and dirtying helpers | Christoph Hellwig | 1 | -2/+2 |
2017-08-12 | xfs: fix inobt inode allocation search optimization | Omar Sandoval | 1 | -1/+1 |
2017-08-11 | Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 3 | -2/+3 |
2017-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2 | -4/+6 |
2017-08-11 | pnfs/blocklayout: require 64-bit sector_t | Christoph Hellwig | 1 | -0/+1 |
2017-08-11 | fuse: set mapping error in writepage_locked when it fails | Jeff Layton | 1 | -0/+1 |
2017-08-11 | userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage | Mike Rapoport | 1 | -2/+2 |
2017-08-11 | mm: fix KSM data corruption | Minchan Kim | 1 | -2/+5 |
2017-08-11 | mm: fix global NR_SLAB_.*CLAIMABLE counter reads | Johannes Weiner | 1 | -4/+4 |
2017-08-09 | NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid() | Trond Myklebust | 1 | -2/+1 |
2017-08-09 | nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays | Weston Andros Adamson | 1 | -0/+1 |
2017-08-08 | Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -5/+8 |
2017-08-07 | quota: correct space limit check | zhangyi (F) | 1 | -6/+15 |
2017-08-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 12 | -169/+282 |
2017-08-06 | ext4: fix copy paste error in ext4_swap_extents() | Maninder Singh | 1 | -1/+1 |
2017-08-06 | ext4: fix overflow caused by missing cast in ext4_resize_fs() | Jerry Lee | 1 | -1/+2 |
2017-08-06 | ext4, project: expand inode extra size if possible | Miao Xie | 3 | -24/+85 |
2017-08-06 | ext4: cleanup ext4_expand_extra_isize_ea() | Miao Xie | 1 | -9/+5 |
2017-08-06 | ext4: restructure ext4_expand_extra_isize | Miao Xie | 2 | -40/+36 |
2017-08-06 | ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize | Miao Xie | 2 | -12/+16 |
2017-08-06 | ext4: make xattr inode reads faster | Tahsin Erdogan | 4 | -48/+92 |
2017-08-06 | ext4: inplace xattr block update fails to deduplicate blocks | Tahsin Erdogan | 1 | -3/+1 |
2017-08-06 | ext4: remove unused mode parameter | Tahsin Erdogan | 1 | -5/+4 |
2017-08-06 | ext4: fix warning about stack corruption | Arnd Bergmann | 1 | -5/+6 |
2017-08-06 | ext4: fix dir_nlink behaviour | Andreas Dilger | 2 | -10/+14 |
2017-08-06 | ext4: silence array overflow warning | Dan Carpenter | 1 | -1/+1 |
2017-08-06 | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize | Jan Kara | 1 | -0/+3 |
2017-08-05 | ext4: release discard bio after sending discard commands | Daeho Jeong | 1 | -1/+3 |
2017-08-04 | xfs: Fix per-inode DAX flag inheritance | Lukas Czerner | 1 | -5/+7 |
2017-08-04 | xfs: Fix leak of discard bio | Jan Kara | 1 | -0/+1 |
2017-08-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -12/+17 |
2017-08-03 | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio | Ashish Samant | 2 | -3/+4 |
2017-08-03 | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 3 | -24/+8 |