summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-06-301-0/+1
| * 9p: use file_dentry()Miklos Szeredi2016-06-301-3/+3
| * ceph: fix d_obtain_alias() misusesAl Viro2016-06-241-7/+3
| * lockless next_positive()Al Viro2016-06-201-5/+27
| * libfs.c: new helper - next_positive()Al Viro2016-06-201-30/+47
| * dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lockAl Viro2016-06-201-9/+3
| * fix idiotic braino in d_alloc_parallel()Al Viro2016-06-201-5/+12
| * autofs racesAl Viro2016-06-123-22/+15
| * much milder d_walk() raceAl Viro2016-06-103-9/+54
| * coredump: fix dumping through pipesMateusz Guzik2016-06-073-3/+5
| * fix a regression in atomic_open()Al Viro2016-06-071-3/+7
| * fix d_walk()/non-delayed __d_free() raceAl Viro2016-06-071-2/+2
| * autofs braino fix for do_last()Al Viro2016-06-051-4/+4
| * fix EOPENSTALE bug in do_last()Al Viro2016-06-041-39/+4
* | 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
|/
* hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin2016-05-291-2/+2
* Rename other copy of hash_string to hashlen_stringGeorge Spelvin2016-05-281-2/+2
* hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-281-1/+0
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-40/+125
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-1/+5
| * fs/namei.c: Improve dcache hash functionGeorge Spelvin2016-05-281-40/+81
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-282-7/+47
* | Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-271-1/+1
|\ \
| * | ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher2016-05-241-1/+1
* | | nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-2748-183/+205
|\ \ \
| * | | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-2714-35/+43
| * | | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-2732-130/+150
| * | | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-263-20/+14
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ \ \
| * | | | ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * | | | ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2736-210/+219
|\ \ \ \ \