aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2017-05-04f2fs: switch to using fscrypt_match_name()Eric Biggers1-24/+4
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers1-17/+5
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers2-22/+70
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-04ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers1-0/+11
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers1-3/+4
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-05-04fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-04jbd2: cleanup write flags handling from jbd2_write_superblock()Jan Kara1-7/+8
2017-05-04ext4: mark superblock writes synchronous for nobarrier mountsJan Kara1-1/+1
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-04ceph: fix file open flags on ppc64Alexander Graf1-1/+33
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng1-7/+12
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton3-14/+49
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton1-3/+0
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton3-7/+41
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton2-0/+2
2017-05-04ceph: make seeky readdir more efficientYan, Zheng4-6/+19
2017-05-04ceph: close stopped mds' sessionYan, Zheng1-0/+16
2017-05-04ceph: fix potential use-after-freeYan, Zheng1-2/+8
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng3-23/+52
2017-05-04ceph: fix wrong check in ceph_renew_caps()Yan, Zheng1-1/+1
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova3-5/+6
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2-11/+12
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-6/+1
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He1-0/+3
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-46/+69
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
2017-05-03CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-10/+8
2017-05-03jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko1-0/+9
2017-05-03jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko1-0/+12
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2-10/+10
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-1/+1
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko5-13/+13
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-03fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu1-3/+4
2017-05-03f2fs: Make flush bios explicitely syncJan Kara3-3/+3
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong3-9/+37
2017-05-03Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds23-179/+335
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds18-704/+680