index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ncpfs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-1
/
+1
*
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-09-27
1
-3
/
+7
*
ncpfs: fix unused variable warning
Miklos Szeredi
2016-09-27
1
-2
/
+1
*
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-31
1
-3
/
+3
*
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-10
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-5
/
+5
*
ncpfs: fix a braino in OOM handling in ncp_fill_cache()
Al Viro
2016-03-07
1
-1
/
+1
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-4
/
+4
*
fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check
Yaowei Bai
2015-11-09
1
-2
/
+0
*
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
1
-1
/
+1
*
ncpfs: successful rename() should invalidate caches for parents
Al Viro
2015-06-14
1
-0
/
+2
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-24
/
+24
*
ncpfs: get rid of d_validate() nonsense
Al Viro
2015-01-25
1
-47
/
+51
*
ncpfs: use file_inode()
Al Viro
2014-11-19
1
-4
/
+2
*
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2014-11-03
1
-1
/
+1
*
new helper: is_root_inode()
Al Viro
2014-10-31
1
-2
/
+2
*
fs/ncpfs/dir.c: remove redundant sys_tz declaration
Fabian Frederick
2014-10-14
1
-3
/
+0
*
ncpfs: use list_for_each_entry() for d_subdirs walk
Al Viro
2014-10-09
1
-5
/
+1
*
fs/ncpfs/dir.c: fix indenting in ncp_lookup()
Dan Carpenter
2014-04-08
1
-2
/
+2
*
ncpfs: convert PPRINTK to ncp_vdbg
Joe Perches
2014-04-08
1
-10
/
+9
*
ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg
Joe Perches
2014-04-08
1
-25
/
+21
*
ncpfs: switch to %p[dD]
Al Viro
2013-10-24
1
-35
/
+20
*
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
1
-8
/
+24
*
kill find_inode_number()
Al Viro
2013-06-29
1
-2
/
+0
*
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2013-06-29
1
-11
/
+0
*
[readdir] convert ncpfs
Al Viro
2013-06-29
1
-43
/
+35
*
ncpfs: fix rmdir returns Device or resource busy
Dave Chiluk
2013-06-07
1
-9
/
+0
*
d_hash_and_lookup(): export, switch open-coded instances
Al Viro
2013-02-26
1
-7
/
+3
*
don't pass nameidata to ->create()
Al Viro
2012-07-14
1
-2
/
+2
*
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
1
-2
/
+2
*
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-07-14
1
-3
/
+3
*
ncpfs: propagate umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
switch ->mknod() to umode_t
Al Viro
2012-01-03
1
-3
/
+3
*
switch ->create() to umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
ncpfs: fix rename over directory with dangling references
Sage Weil
2011-05-28
1
-1
/
+9
*
ncpfs: document dentry_unhash usage
Sage Weil
2011-05-28
1
-1
/
+4
*
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
1
-0
/
+3
*
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-05-26
1
-0
/
+2
*
move internal-only parts of ncpfs headers to fs/ncpfs
Al Viro
2011-01-12
1
-3
/
+1
*
switch ncpfs
Al Viro
2011-01-12
1
-11
/
+4
*
fs: rcu-walk aware d_revalidate method
Nick Piggin
2011-01-07
1
-0
/
+4
*
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
1
-2
/
+2
*
fs: dcache rationalise dget variants
Nick Piggin
2011-01-07
1
-1
/
+1
*
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
1
-3
/
+0
*
fs: dcache scale subdirs
Nick Piggin
2011-01-07
1
-0
/
+3
*
fs: change d_hash for rcu-walk
Nick Piggin
2011-01-07
1
-4
/
+6
*
fs: change d_compare for rcu-walk
Nick Piggin
2011-01-07
1
-10
/
+15
*
fs: name case update method
Nick Piggin
2011-01-07
1
-29
/
+6
*
fs: change d_delete semantics
Nick Piggin
2011-01-07
1
-2
/
+2
[next]