summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-24scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-03-24mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko3-4/+3
2017-03-24treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko6-58/+28
2017-03-24fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2017-03-24mm: introduce kv[mz]alloc helpers - f2fs fix upStephen Rothwell1-1/+1
2017-03-24mm: introduce kv[mz]alloc helpersMichal Hocko7-49/+15
2017-03-24Merge branch 'akpm-current/current'Stephen Rothwell20-131/+180
2017-03-24Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell1-0/+15
2017-03-24Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell1-0/+86
2017-03-24Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2-2/+2
2017-03-24Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell1-0/+1
2017-03-24Merge remote-tracking branch 'block/for-next'Stephen Rothwell1-10/+5
2017-03-24Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell3-5/+5
2017-03-24Merge remote-tracking branch 'dlm/next'Stephen Rothwell1-0/+2
2017-03-24Merge remote-tracking branch 'pstore/for-next/pstore'Stephen Rothwell7-253/+317
2017-03-24Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2-17/+25
2017-03-24Merge remote-tracking branch 'overlayfs/overlayfs-next'Stephen Rothwell1-0/+37
2017-03-24Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell1-0/+1
2017-03-24Merge remote-tracking branch 'jfs/jfs-next'Stephen Rothwell2-4/+4
2017-03-24Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell4-22/+22
2017-03-24Merge remote-tracking branch 'ext4/dev'Stephen Rothwell4-31/+28
2017-03-24Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell2-2/+1
2017-03-24Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell5-19/+11
2017-03-24Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell7-6/+133
2017-03-24Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell31-390/+671
2017-03-24Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell6-70/+15
2017-03-24Merge remote-tracking branch 'driver-core.current/driver-core-linus'Stephen Rothwell1-1/+2
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+16
2017-03-23reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2-2/+1
2017-03-23Merge branch 'x86/mm'Ingo Molnar1-0/+1
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar1-0/+1
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara1-6/+2
2017-03-22block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara1-4/+3
2017-03-22pstore: Drop needless inode lock during populationKees Cook1-8/+2
2017-03-21chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe1-0/+86
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey1-0/+1
2017-03-20f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu1-78/+47
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu3-6/+30
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim2-10/+10
2017-03-20f2fs: declare static functionsJaegeuk Kim1-3/+4
2017-03-20f2fs: don't overwrite node block by SSRJaegeuk Kim1-0/+6
2017-03-19fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-03-19jbd2-make-the-whole-kjournald2-kthread-nofs-safe-checkpatch-fixesAndrew Morton1-3/+4
2017-03-19jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko1-0/+8
2017-03-19jbd2-mark-the-transaction-context-with-the-scope-gfp_nofs-context-fixAndrew Morton1-4/+4
2017-03-19jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko1-0/+12
2017-03-19xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2-10/+10
2017-03-19mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-1/+1
2017-03-19xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko5-13/+13
2017-03-19mm: adaptive hash table scalingPavel Tatashin2-2/+2