summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan
2014-08-08proc: constify seq_operationsFabian Frederick
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick
2014-08-08fs/ufs: use pr_fmtFabian Frederick
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-08-08fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick
2014-08-08minix zmap block counts calculation fixQi Yong
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown
2014-08-08autofs4: remove some unused inline functionsNeilBrown
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown
2014-08-08autofs4: remove a redundant assignmentNeilBrown
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/efs/namei.c: return is not a functionFabian Frederick
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-08-07fs: mark __d_obtain_alias staticFengguang Wu
2014-08-07dcache: d_splice_alias should detect loopsJ. Bruce Fields
2014-08-07dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTEDJ. Bruce Fields
2014-08-07dcache: remove unused d_find_alias parameterJ. Bruce Fields
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields
2014-08-07dcache: d_splice_alias should ignore DCACHE_DISCONNECTEDJ. Bruce Fields
2014-08-07dcache: d_splice_alias mustn't create directory aliasesJ. Bruce Fields
2014-08-07dcache: close d_move race in d_splice_aliasJ. Bruce Fields
2014-08-07dcache: move d_splice_aliasJ. Bruce Fields
2014-08-07namei: trivial fix to vfs_rename_dir commentJ. Bruce Fields
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown
2014-08-07cifs: support RENAME_NOREPLACEMiklos Szeredi
2014-08-07hostfs: support rename flagsMiklos Szeredi
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi
2014-08-07bad_inode: add ->rename2()Miklos Szeredi
2014-08-07fs: call rename2 if existsMiklos Szeredi