summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-2845-299/+140
|\
| * fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-07-241-2/+5
| * vfs: new d_init methodMiklos Szeredi2016-07-241-0/+11
| * Merge branch 'test.d_iput' into work.miscAl Viro2016-07-241-35/+10
| |\
| | * unify dentry_iput() and dentry_unlink_inode()Al Viro2016-05-291-35/+10
| * | vfs: Update lookup_dcache() commentOleg Drokin2016-07-241-3/+2
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-191-14/+2
| * | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-3070-957/+1260
| |\ \
| | * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-306-36/+30
| * | | Remove last traces of ->sync_pageMatthew Wilcox2016-06-302-2/+1
| * | | new helper: d_same_name()Al Viro2016-06-301-91/+36
| * | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang2016-06-301-4/+3
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-06-3013-135/+181
| |\ \ \ | | |_|/ | |/| |
| * | | binfmt_misc: ->s_root is not going anywhereAl Viro2016-05-291-8/+4
| * | | drop redundant ->owner initializationsAl Viro2016-05-2920-30/+0
| * | | ufs: get rid of redundant checksAl Viro2016-05-291-16/+1
| * | | orangefs: constify inode_operationsAl Viro2016-05-294-6/+6
| * | | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-292-4/+1
| * | | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-294-4/+4
| * | | trim fsnotify hooks a bitAl Viro2016-05-291-4/+4
| * | | 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
* | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-2831-78/+86
|\ \ \ \
| * | | | fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin2016-06-111-1/+1
| * | | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-1030-74/+82
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-15/+19
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-2417-65/+91
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-0612-62/+159
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3076-725/+1171
| |\ \ \ \ \ \ \
| * | | | | | | | rxrpc: Limit the listening backlogDavid Howells2016-06-101-15/+19
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-07-274-3/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | dlm: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-231-2/+1
| * | | | | | | | dlm: add log_info config optionZhilong Liu2016-06-213-1/+17
* | | | | | | | | Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-2721-749/+1381
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | f2fs: clean up coding style and redundancyJaegeuk Kim2016-07-252-3/+3
| * | | | | | | | | f2fs: get victim segment again after new cpYunlei He2016-07-221-2/+5
| * | | | | | | | | f2fs: handle error case with f2fs_bug_onJaegeuk Kim2016-07-201-0/+2
| * | | | | | | | | f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim2016-07-201-2/+11
| * | | | | | | | | f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-202-0/+141
| * | | | | | | | | f2fs: fix to report error number of f2fs_find_entryChao Yu2016-07-204-19/+46
| * | | | | | | | | f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2016-07-181-18/+28
| * | | | | | | | | f2fs: reset default idle interval valueChao Yu2016-07-151-1/+1
| * | | | | | | | | f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-156-2/+29
| * | | | | | | | | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-154-1/+28
| * | | | | | | | | f2fs: add maximum prefree segmentsJaegeuk Kim2016-07-152-0/+4
| * | | | | | | | | f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-153-0/+19
| * | | | | | | | | f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2016-07-152-66/+171