summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim1-3/+13
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu2-11/+18
2017-07-07f2fs: relax migratepage for atomic written pageJaegeuk Kim1-2/+6
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu3-22/+20
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu1-1/+0
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong1-1/+4
2017-07-07f2fs: do not set LOST_PINO for newly created dirSheng Yong1-1/+2
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu3-6/+13
2017-07-07f2fs: introduce __check_sit_bitmapChao Yu1-0/+25
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu3-9/+18
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu3-6/+27
2017-07-07f2fs: avoid redundant f2fs_flush after remountYunlong Song1-0/+2
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim1-3/+11
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong6-8/+8
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng1-2/+7
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng3-21/+113
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng1-2/+9
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2-4/+6
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng1-0/+3
2017-07-07ceph: don't re-send interrupted flock requestYan, Zheng1-1/+24
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng1-6/+6
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng1-1/+2
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng1-4/+0
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng5-11/+23
2017-07-07ceph: re-request max size after importing capsYan, Zheng1-3/+8
2017-07-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-66/+24
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-39/+5
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin2-2/+2
2017-07-07mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-2/+5
2017-07-07mm: update callers to use HASH_ZERO flagPavel Tatashin3-34/+8
2017-07-07fs/userfaultfd.c: drop dead codeMike Rapoport1-5/+0
2017-07-07fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko1-18/+4
2017-07-07ocfs2: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-07ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun1-0/+1
2017-07-07ocfs2: use magic.hFabian Frederick1-3/+2
2017-07-07ocfs2: fix a static checker warningGang He1-1/+1
2017-07-06ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King1-1/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds4-15/+15
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro1-2/+4
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton1-5/+8
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton1-1/+1
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsJeff Layton1-1/+1
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton1-4/+6
2017-07-06block: convert to errseq_t based writeback error trackingJeff Layton1-1/+1
2017-07-06dax: set errors in mapping when writeback failsJeff Layton1-1/+3
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton3-0/+5
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-12/+4
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton2-8/+14
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton2-5/+4