aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorGravatar Naoya Horiguchi 1-0/+11
2017-07-10fs/buffer.c: make bh_lru_install() more efficientGravatar Eric Biggers 1-28/+15
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 110-1855/+2110
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGravatar Goldwyn Rodrigues 1-12/+14
2017-07-09afs: Add metadata xattrsGravatar David Howells 8-2/+138
2017-07-09afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directoriesGravatar Marc Dionne 1-3/+2
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 27-507/+2071
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-62/+163
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-15/+55
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+9
2017-07-07Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+4
2017-07-07exec: Limit arg stack to at most 75% of _STK_LIMGravatar Kees Cook 1-5/+6
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-34/+43
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesGravatar Darrick J. Wong 4-5/+5
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-8/+12
2017-07-07Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-24/+218
2017-07-07Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+10
2017-07-07dentry name snapshotsGravatar Al Viro 4-11/+42
2017-07-07vfs: fix flock compat thinkoGravatar Linus Torvalds 1-15/+15
2017-07-07gfs2: Fix glock rhashtable rcu bugGravatar Andreas Gruenbacher 2-2/+10
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENGravatar Darrick J. Wong 6-8/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 11-66/+24
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-39/+5
2017-07-06mm: per-cgroup memory reclaim statsGravatar Roman Gushchin 2-2/+2
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Gravatar Punit Agrawal 1-2/+5
2017-07-06mm: update callers to use HASH_ZERO flagGravatar Pavel Tatashin 3-34/+8
2017-07-06fs/userfaultfd.c: drop dead codeGravatar Mike Rapoport 1-5/+0
2017-07-06fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeGravatar Michal Hocko 1-18/+4
2017-07-06ocfs2: constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakGravatar piaojun 1-0/+1
2017-07-06ocfs2: use magic.hGravatar Fabian Frederick 1-3/+2
2017-07-06ocfs2: fix a static checker warningGravatar Gang He 1-1/+1
2017-07-06ext4: fix spelling mistake: "prellocated" -> "preallocated"Gravatar Colin Ian King 1-1/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 4-15/+15
2017-07-06move file_{start,end}_write() out of do_iter_write()Gravatar Al Viro 1-2/+4
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncGravatar Jeff Layton 1-5/+8
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingGravatar Jeff Layton 1-1/+1
2017-07-06ext4: use errseq_t based error handling for reporting data writeback errorsGravatar Jeff Layton 1-1/+1
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingGravatar Jeff Layton 1-4/+6
2017-07-06block: convert to errseq_t based writeback error trackingGravatar Jeff Layton 1-1/+1
2017-07-06dax: set errors in mapping when writeback failsGravatar Jeff Layton 1-1/+3
2017-07-06fs: new infrastructure for writeback error handling and reportingGravatar Jeff Layton 3-0/+5
2017-07-06jbd2: don't clear and reset errors after waiting on writebackGravatar Jeff Layton 1-12/+4
2017-07-06buffer: set errors in mapping at the time that the error occursGravatar Jeff Layton 2-8/+14
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncGravatar Jeff Layton 2-5/+4
2017-07-06buffer: use mapping_set_error instead of setting the flagGravatar Jeff Layton 1-1/+1
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationGravatar Tahsin Erdogan 6-34/+86
2017-07-06ext4: skip ext4_init_security() and encryption on ea_inodesGravatar Tahsin Erdogan 1-5/+6