| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 61 | -413/+224 |
|\ |
|
| * | fs/dcache.c: avoid soft-lockup in dput() | Wei Fang | 2016-07-24 | 1 | -2/+5 |
| * | vfs: new d_init method | Miklos Szeredi | 2016-07-24 | 4 | -0/+17 |
| * | Merge branch 'test.d_iput' into work.misc | Al Viro | 2016-07-24 | 1 | -35/+10 |
| |\ |
|
| | * | unify dentry_iput() and dentry_unlink_inode() | Al Viro | 2016-05-30 | 1 | -35/+10 |
| * | | vfs: Update lookup_dcache() comment | Oleg Drokin | 2016-07-24 | 1 | -3/+2 |
| * | | bdev: get rid of ->bd_inodes | Al Viro | 2016-07-19 | 2 | -15/+2 |
| * | | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere... | Al Viro | 2016-07-01 | 979 | -5863/+9491 |
| |\ \ |
|
| | * | | vfs: clean up documentation | Miklos Szeredi | 2016-06-30 | 2 | -18/+8 |
| | * | | vfs: document ->d_real() | Miklos Szeredi | 2016-06-30 | 3 | -1/+36 |
| | * | | vfs: merge .d_select_inode() into .d_real() | Miklos Szeredi | 2016-06-30 | 8 | -62/+39 |
| * | | | Remove last traces of ->sync_page | Matthew Wilcox | 2016-07-01 | 5 | -18/+7 |
| * | | | new helper: d_same_name() | Al Viro | 2016-07-01 | 1 | -91/+36 |
| * | | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends() | He Kuang | 2016-07-01 | 1 | -4/+3 |
| * | | | Merge branch 'for-linus' into work.misc | Al Viro | 2016-07-01 | 16 | -136/+184 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | binfmt_misc: ->s_root is not going anywhere | Al Viro | 2016-05-30 | 1 | -8/+4 |
| * | | | drop redundant ->owner initializations | Al Viro | 2016-05-30 | 20 | -30/+0 |
| * | | | ufs: get rid of redundant checks | Al Viro | 2016-05-30 | 1 | -16/+1 |
| * | | | orangefs: constify inode_operations | Al Viro | 2016-05-30 | 4 | -6/+6 |
| * | | | missed comment updates from ->direct_IO() prototype change | Al Viro | 2016-05-30 | 2 | -4/+1 |
| * | | | file_inode(f)->i_mapping is f->f_mapping | Al Viro | 2016-05-30 | 11 | -17/+17 |
| * | | | trim fsnotify hooks a bit | Al Viro | 2016-05-30 | 3 | -33/+7 |
| * | | | 9p: new helper - v9fs_parent_fid() | Al Viro | 2016-05-29 | 3 | -16/+14 |
| * | | | debugfs: ->d_parent is never NULL or negative | Al Viro | 2016-05-29 | 1 | -7/+0 |
| * | | | nfs_lookup(): remove debris left over from old sillyunlink exclusion | Al Viro | 2016-05-29 | 1 | -7/+4 |
| * | | | orangefs: don't open-code %pd2 | Al Viro | 2016-05-29 | 1 | -6/+2 |
| * | | | tracefs: ->d_parent is never NULL or negative... | Al Viro | 2016-05-29 | 1 | -7/+0 |
| * | | | securityfs: ->d_parent is never NULL or negative | Al Viro | 2016-05-29 | 1 | -5/+6 |
| * | | | drbd: ->d_parent is never NULL or negative | Al Viro | 2016-05-29 | 2 | -8/+0 |
| * | | | undo "fs: allow d_instantiate to be called with negative parent dentry" | Al Viro | 2016-05-29 | 1 | -1/+1 |
* | | | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 39 | -95/+107 |
|\ \ \ \ |
|
| * | | | | fs/dcache.c: Save one 32-bit multiply in dcache lookup | George Spelvin | 2016-06-11 | 2 | -3/+5 |
| * | | | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 38 | -89/+99 |
* | | | | | Add braces to avoid "ambiguous ‘else’" compiler warnings | Linus Torvalds | 2016-07-28 | 3 | -3/+6 |
* | | | | | Disable "frame-address" warning | Linus Torvalds | 2016-07-28 | 1 | -0/+1 |
* | | | | | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2016-07-28 | 10 | -190/+239 |
|\ \ \ \ \ |
|
| * | | | | | HSI: omap_ssi: drop pm_runtime_irq_safe | Sebastian Reichel | 2016-06-28 | 2 | -3/+0 |
| * | | | | | HSI: omap_ssi_port: use rpm autosuspend API | Sebastian Reichel | 2016-06-28 | 1 | -24/+44 |
| * | | | | | HSI: omap_ssi: call msg->complete() from process context | Sebastian Reichel | 2016-06-28 | 3 | -1/+25 |
| * | | | | | HSI: omap_ssi_port: ensure clocks are kept enabled during transfer | Sebastian Reichel | 2016-06-28 | 1 | -0/+2 |
| * | | | | | HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant | Sebastian Reichel | 2016-06-28 | 1 | -9/+9 |
| * | | | | | HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock | Sebastian Reichel | 2016-06-28 | 1 | -4/+4 |
| * | | | | | HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio | Sebastian Reichel | 2016-06-28 | 1 | -6/+24 |
| * | | | | | HSI: omap_ssi_port: switch to threaded pio irq | Sebastian Reichel | 2016-06-28 | 2 | -38/+24 |
| * | | | | | HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet | Sebastian Reichel | 2016-06-28 | 1 | -1/+7 |
| * | | | | | HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync | Sebastian Reichel | 2016-06-28 | 1 | -5/+5 |
| * | | | | | HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls | Sebastian Reichel | 2016-06-28 | 2 | -5/+20 |
| * | | | | | HSI: core: switch port event notifier from atomic to blocking | Sebastian Reichel | 2016-06-28 | 2 | -5/+5 |
| * | | | | | HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations | Sebastian Reichel | 2016-06-28 | 2 | -15/+7 |
| * | | | | | HSI: omap_ssi: convert cawake irq handler to thread | Sebastian Reichel | 2016-06-28 | 3 | -19/+8 |