summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-01new helper: d_same_name()Al Viro1-91/+36
2016-07-01dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang1-4/+3
2016-07-01namespace: update event counter when umounting a deleted dentryAndrey Ulanov1-0/+1
2016-07-019p: use file_dentry()Miklos Szeredi1-3/+3
2016-06-25ceph: fix d_obtain_alias() misusesAl Viro1-7/+3
2016-06-20lockless next_positive()Al Viro1-5/+27
2016-06-20libfs.c: new helper - next_positive()Al Viro1-30/+47
2016-06-20dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lockAl Viro1-9/+3
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro1-5/+12
2016-06-12autofs racesAl Viro3-22/+15
2016-06-10much milder d_walk() raceAl Viro4-9/+55
2016-06-08coredump: fix dumping through pipesMateusz Guzik5-4/+7
2016-06-08fix a regression in atomic_open()Al Viro1-3/+7
2016-06-08fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-05autofs braino fix for do_last()Al Viro1-4/+4
2016-06-04fix EOPENSTALE bug in do_last()Al Viro1-39/+4
2016-05-30binfmt_misc: ->s_root is not going anywhereAl Viro1-8/+4
2016-05-30drop redundant ->owner initializationsAl Viro20-30/+0
2016-05-30ufs: get rid of redundant checksAl Viro1-16/+1
2016-05-30orangefs: constify inode_operationsAl Viro4-6/+6
2016-05-30missed comment updates from ->direct_IO() prototype changeAl Viro2-4/+1
2016-05-30file_inode(f)->i_mapping is f->f_mappingAl Viro11-17/+17
2016-05-30trim fsnotify hooks a bitAl Viro3-33/+7
2016-05-299p: new helper - v9fs_parent_fid()Al Viro3-16/+14
2016-05-29debugfs: ->d_parent is never NULL or negativeAl Viro1-7/+0
2016-05-29nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro1-7/+4
2016-05-29orangefs: don't open-code %pd2Al Viro1-6/+2
2016-05-29tracefs: ->d_parent is never NULL or negative...Al Viro1-7/+0
2016-05-29securityfs: ->d_parent is never NULL or negativeAl Viro1-5/+6
2016-05-29drbd: ->d_parent is never NULL or negativeAl Viro2-8/+0
2016-05-29undo "fs: allow d_instantiate to be called with negative parent dentry"Al Viro1-1/+1
2016-05-29Linux 4.7-rc1v4.7-rc1Linus Torvalds1-3/+3
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-29Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-29hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-29affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-29hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-29fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28h8300: Add <asm/hash.h>George Spelvin2-0/+54
2016-05-28microblaze: Add <asm/hash.h>George Spelvin2-0/+82
2016-05-28m68k: Add <asm/hash.h>George Spelvin2-0/+60
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin6-4/+299
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin2-53/+36
2016-05-28Change hash_64() return value to 32 bitsGeorge Spelvin1-3/+3
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin1-31/+9
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin3-9/+53
2016-05-28Pull out string hash to <linux/stringhash.h>George Spelvin2-26/+73
2016-05-28Revert "platform/chrome: chromeos_laptop: Add Leon Touch"Benson Leung1-15/+0
2016-05-28i2c: dev: use after free in detachDan Carpenter1-1/+1