summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-2861-413/+224
|\
| * fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-07-241-2/+5
| * vfs: new d_init methodMiklos Szeredi2016-07-244-0/+17
| * Merge branch 'test.d_iput' into work.miscAl Viro2016-07-241-35/+10
| |\
| | * unify dentry_iput() and dentry_unlink_inode()Al Viro2016-05-301-35/+10
| * | vfs: Update lookup_dcache() commentOleg Drokin2016-07-241-3/+2
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-192-15/+2
| * | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-07-01979-5863/+9491
| |\ \
| | * | vfs: clean up documentationMiklos Szeredi2016-06-302-18/+8
| | * | vfs: document ->d_real()Miklos Szeredi2016-06-303-1/+36
| | * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-308-62/+39
| * | | Remove last traces of ->sync_pageMatthew Wilcox2016-07-015-18/+7
| * | | new helper: d_same_name()Al Viro2016-07-011-91/+36
| * | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang2016-07-011-4/+3
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-07-0116-136/+184
| |\ \ \ | | |_|/ | |/| |
| * | | binfmt_misc: ->s_root is not going anywhereAl Viro2016-05-301-8/+4
| * | | drop redundant ->owner initializationsAl Viro2016-05-3020-30/+0
| * | | ufs: get rid of redundant checksAl Viro2016-05-301-16/+1
| * | | orangefs: constify inode_operationsAl Viro2016-05-304-6/+6
| * | | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-302-4/+1
| * | | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-3011-17/+17
| * | | trim fsnotify hooks a bitAl Viro2016-05-303-33/+7
| * | | 9p: new helper - v9fs_parent_fid()Al Viro2016-05-293-16/+14
| * | | debugfs: ->d_parent is never NULL or negativeAl Viro2016-05-291-7/+0
| * | | nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro2016-05-291-7/+4
| * | | orangefs: don't open-code %pd2Al Viro2016-05-291-6/+2
| * | | tracefs: ->d_parent is never NULL or negative...Al Viro2016-05-291-7/+0
| * | | securityfs: ->d_parent is never NULL or negativeAl Viro2016-05-291-5/+6
| * | | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-292-8/+0
| * | | undo "fs: allow d_instantiate to be called with negative parent dentry"Al Viro2016-05-291-1/+1
* | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-2839-95/+107
|\ \ \ \
| * | | | fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin2016-06-112-3/+5
| * | | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-1138-89/+99
* | | | | Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-283-3/+6
* | | | | Disable "frame-address" warningLinus Torvalds2016-07-281-0/+1
* | | | | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-2810-190/+239
|\ \ \ \ \
| * | | | | HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-282-3/+0
| * | | | | HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-281-24/+44
| * | | | | HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-283-1/+25
| * | | | | HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-281-0/+2
| * | | | | HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-281-9/+9
| * | | | | HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-281-4/+4
| * | | | | HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-281-6/+24
| * | | | | HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-282-38/+24
| * | | | | HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-281-1/+7
| * | | | | HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-281-5/+5
| * | | | | HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-282-5/+20
| * | | | | HSI: core: switch port event notifier from atomic to blockingSebastian Reichel2016-06-282-5/+5
| * | | | | HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-282-15/+7
| * | | | | HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-283-19/+8