aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko3-4/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko6-58/+28
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko7-50/+16
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai1-0/+1
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai1-1/+3
2017-05-08reiserfs: use designated initializersKees Cook1-12/+12
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-105/+465
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds55-667/+2050
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-21/+13
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-226/+219
2017-05-05Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-347/+518
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds14-432/+447
2017-05-05Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds1-0/+15
2017-05-05GFS2: Allow glocks to be unlocked after withdrawBob Peterson1-2/+4
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+1
2017-05-05CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-05befs: make export work with cold dcacheFabian Frederick1-0/+15
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+86
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg1-2/+5
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg1-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg1-4/+14
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
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-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
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-10/+10
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent4-5/+18
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp1-0/+2
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+15
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-14/+110