Age | Commit message (Expand) | Author |
2017-07-07 | f2fs: stop gc/discard thread in prior during umount | Chao Yu |
2017-07-07 | f2fs: introduce reserved_blocks in sysfs | Chao Yu |
2017-07-07 | f2fs: avoid redundant f2fs_flush after remount | Yunlong Song |
2017-07-07 | f2fs: report # of free inodes more precisely | Jaegeuk Kim |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-07-07 | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN | Darrick J. Wong |
2017-07-07 | ceph: update ceph_dentry_info::lease_session when necessary | Yan, Zheng |
2017-07-07 | ceph: new mount option that specifies fscache uniquifier | Yan, Zheng |
2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng |
2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng |
2017-07-07 | ceph: getattr before read on ceph.* xattrs | Yan, Zheng |
2017-07-07 | ceph: don't re-send interrupted flock request | Yan, Zheng |
2017-07-07 | ceph: cleanup writepage_nounlock() | Yan, Zheng |
2017-07-07 | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng |
2017-07-07 | ceph: remove useless page->mapping check in writepage_nounlock() | Yan, Zheng |
2017-07-07 | ceph: update the 'approaching max_size' code | Yan, Zheng |
2017-07-07 | ceph: re-request max size after importing caps | Yan, Zheng |
2017-07-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-07-06 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal |
2017-07-06 | mm: update callers to use HASH_ZERO flag | Pavel Tatashin |
2017-07-06 | fs/userfaultfd.c: drop dead code | Mike Rapoport |
2017-07-06 | fs/file.c: replace alloc_fdmem() with kvmalloc() alternative | Michal Hocko |
2017-07-06 | ocfs2: constify attribute_group structures | Arvind Yadav |
2017-07-06 | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak | piaojun |
2017-07-06 | ocfs2: use magic.h | Fabian Frederick |
2017-07-06 | ocfs2: fix a static checker warning | Gang He |
2017-07-06 | ext4: fix spelling mistake: "prellocated" -> "preallocated" | Colin Ian King |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2017-07-06 | move file_{start,end}_write() out of do_iter_write() | Al Viro |
2017-07-06 | btrfs: minimal conversion to errseq_t writeback error reporting on fsync | Jeff Layton |
2017-07-06 | xfs: minimal conversion to errseq_t writeback error reporting | Jeff Layton |
2017-07-06 | ext4: use errseq_t based error handling for reporting data writeback errors | Jeff Layton |
2017-07-06 | fs: convert __generic_file_fsync to use errseq_t based reporting | Jeff Layton |
2017-07-06 | block: convert to errseq_t based writeback error tracking | Jeff Layton |
2017-07-06 | dax: set errors in mapping when writeback fails | Jeff Layton |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton |
2017-07-06 | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton |
2017-07-06 | buffer: set errors in mapping at the time that the error occurs | Jeff Layton |
2017-07-06 | fs: check for writeback errors after syncing out buffers in generic_file_fsync | Jeff Layton |
2017-07-06 | buffer: use mapping_set_error instead of setting the flag | Jeff Layton |
2017-07-06 | ext4: fix __ext4_new_inode() journal credits calculation | Tahsin Erdogan |
2017-07-06 | ext4: skip ext4_init_security() and encryption on ea_inodes | Tahsin Erdogan |
2017-07-05 | CIFS: fix circular locking dependency | Rabin Vincent |
2017-07-05 | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT | Colin Ian King |
2017-07-05 | cifs: Do not modify mid entry after submitting I/O in cifs_call_async | Long Li |
2017-07-05 | CIFS: add SFM mapping for 0x01-0x1F | Björn JACKE |
2017-07-05 | cifs: hide unused functions | Arnd Bergmann |
2017-07-05 | cifs: Use smb 2 - 3 and cifsacl mount options getacl functions | Shirish Pargaonkar |