Age | Commit message (Expand) | Author |
2017-05-04 | ubifs: check for consistent encryption contexts in ubifs_lookup() | Eric Biggers |
2017-05-04 | f2fs: sync f2fs_lookup() with ext4_lookup() | Eric Biggers |
2017-05-04 | ext4: remove "nokey" check from ext4_lookup() | Eric Biggers |
2017-05-04 | fscrypt: fix context consistency check when key(s) unavailable | Eric Biggers |
2017-05-04 | jbd2: cleanup write flags handling from jbd2_write_superblock() | Jan Kara |
2017-05-04 | ext4: mark superblock writes synchronous for nobarrier mounts | Jan Kara |
2017-05-04 | nfs: Fix bdi handling for cloned superblocks | Jan Kara |
2017-05-04 | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques |
2017-05-04 | ceph: fix file open flags on ppc64 | Alexander Graf |
2017-05-04 | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng |
2017-05-04 | ceph: when seeing write errors on an inode, switch to sync writes | Jeff Layton |
2017-05-04 | Revert "ceph: SetPageError() for writeback pages if writepages fails" | Jeff Layton |
2017-05-04 | ceph: handle epoch barriers in cap messages | Jeff Layton |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton |
2017-05-04 | ceph: make seeky readdir more efficient | Yan, Zheng |
2017-05-04 | ceph: close stopped mds' session | Yan, Zheng |
2017-05-04 | ceph: fix potential use-after-free | Yan, Zheng |
2017-05-04 | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng |
2017-05-04 | ceph: fix wrong check in ceph_renew_caps() | Yan, Zheng |
2017-05-04 | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | libceph, ceph: always advertise all supported features | Ilya Dryomov |
2017-05-03 | SMB3: Work around mount failure when using SMB3 dialect to Macs | Steve French |
2017-05-03 | f2fs: fix a mount fail for wrong next_scan_nid | Yunlei He |
2017-05-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-05-03 | cifs: fix CIFS_IOC_GET_MNT_INFO oops | David Disseldorp |
2017-05-03 | CIFS: fix mapping of SFM_SPACE and SFM_PERIOD | Björn Jacke |
2017-05-03 | fs/block_dev: always invalidate cleancache in invalidate_bdev() | Andrey Ryabinin |
2017-05-03 | fs: fix data invalidation in the cleancache during direct IO | Andrey Ryabinin |
2017-05-03 | jbd2: make the whole kjournald2 kthread NOFS safe | Michal Hocko |
2017-05-03 | jbd2: mark the transaction context with the scope GFP_NOFS context | Michal Hocko |
2017-05-03 | xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio* | Michal Hocko |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko |
2017-05-03 | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS | Michal Hocko |
2017-05-03 | proc: show MADV_FREE pages info in smaps | Shaohua Li |
2017-05-03 | fs/ocfs2/cluster: use offset_in_page() macro | Geliang Tang |
2017-05-03 | ocfs2: o2hb: revert hb threshold to keep compatible | Junxiao Bi |
2017-05-03 | fs/ocfs2/cluster: use setup_timer | Geliang Tang |
2017-05-03 | f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS | Chao Yu |
2017-05-03 | f2fs: Make flush bios explicitely sync | Jan Kara |
2017-05-03 | xfs: reserve enough blocks to handle btree splits when remapping | Darrick J. Wong |
2017-05-03 | Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/... | Linus Torvalds |
2017-05-03 | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack... | Linus Torvalds |
2017-05-03 | f2fs: show available_nids in f2fs/status | Jaegeuk Kim |
2017-05-03 | f2fs: flush dirty nats periodically | Jaegeuk Kim |
2017-05-03 | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard | Chao Yu |
2017-05-03 | f2fs: allow cpc->reason to indicate more than one reason | Chao Yu |
2017-05-03 | f2fs: release cp and dnode lock before IPU | Hou Pengyang |
2017-05-03 | pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits | Fred Isaman |