index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ncpfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-28
ncpfs: move net/ncpfs to drivers/staging/ncpfs
Stephen Hemminger
1
-1232
/
+0
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Mark Rutland
1
-9
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-3
/
+7
2016-09-27
ncpfs: fix unused variable warning
Miklos Szeredi
1
-2
/
+1
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
1
-3
/
+3
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-5
/
+5
2016-03-07
ncpfs: fix a braino in OOM handling in ncp_fill_cache()
Al Viro
1
-1
/
+1
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-4
/
+4
2015-11-09
fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-2
/
+0
2015-09-29
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-06-14
ncpfs: successful rename() should invalidate caches for parents
Al Viro
1
-0
/
+2
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-24
/
+24
2015-01-25
ncpfs: get rid of d_validate() nonsense
Al Viro
1
-47
/
+51
2014-11-19
ncpfs: use file_inode()
Al Viro
1
-4
/
+2
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-1
/
+1
2014-10-31
new helper: is_root_inode()
Al Viro
1
-2
/
+2
2014-10-14
fs/ncpfs/dir.c: remove redundant sys_tz declaration
Fabian Frederick
1
-3
/
+0
2014-10-09
ncpfs: use list_for_each_entry() for d_subdirs walk
Al Viro
1
-5
/
+1
2014-04-08
fs/ncpfs/dir.c: fix indenting in ncp_lookup()
Dan Carpenter
1
-2
/
+2
2014-04-08
ncpfs: convert PPRINTK to ncp_vdbg
Joe Perches
1
-10
/
+9
2014-04-08
ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg
Joe Perches
1
-25
/
+21
2013-10-24
ncpfs: switch to %p[dD]
Al Viro
1
-35
/
+20
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
1
-8
/
+24
2013-06-29
kill find_inode_number()
Al Viro
1
-2
/
+0
2013-06-29
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
1
-11
/
+0
2013-06-29
[readdir] convert ncpfs
Al Viro
1
-43
/
+35
2013-06-07
ncpfs: fix rmdir returns Device or resource busy
Dave Chiluk
1
-9
/
+0
2013-02-26
d_hash_and_lookup(): export, switch open-coded instances
Al Viro
1
-7
/
+3
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-2
/
+2
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-2
/
+2
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
1
-3
/
+3
2012-01-03
ncpfs: propagate umode_t
Al Viro
1
-2
/
+2
2012-01-03
switch ->mknod() to umode_t
Al Viro
1
-3
/
+3
2012-01-03
switch ->create() to umode_t
Al Viro
1
-2
/
+2
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-2
/
+2
2011-05-28
ncpfs: fix rename over directory with dangling references
Sage Weil
1
-1
/
+9
2011-05-28
ncpfs: document dentry_unhash usage
Sage Weil
1
-1
/
+4
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
1
-0
/
+3
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
1
-0
/
+2
2011-01-12
move internal-only parts of ncpfs headers to fs/ncpfs
Al Viro
1
-3
/
+1
2011-01-12
switch ncpfs
Al Viro
1
-11
/
+4
2011-01-07
fs: rcu-walk aware d_revalidate method
Nick Piggin
1
-0
/
+4
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
1
-2
/
+2
2011-01-07
fs: dcache rationalise dget variants
Nick Piggin
1
-1
/
+1
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-3
/
+0
[next]