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
/
cifs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: don't override the uid/gid in getattr when cifsacl is enabled
Jeff Layton
2012-12-05
1
-3
/
+4
*
cifs: obtain file access during backup intent lookup (resend)
Shirish Pargaonkar
2012-09-28
1
-17
/
+47
*
cifs: cleanups for cifs_mkdir_qinfo
Jeff Layton
2012-09-24
1
-27
/
+24
*
CIFS: Move set_file_info to ops struct
Pavel Shilovsky
2012-09-24
1
-73
/
+6
*
CIFS: Move set_file_size to ops struct
Pavel Shilovsky
2012-09-24
1
-50
/
+56
*
CIFS: Move rename to ops struct
Pavel Shilovsky
2012-09-24
1
-44
/
+48
*
CIFS: Move guery file info code to ops struct
Pavel Shilovsky
2012-09-24
1
-3
/
+9
*
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
2012-09-24
1
-5
/
+5
*
CIFS: Move unlink code to ops struct
Pavel Shilovsky
2012-09-24
1
-11
/
+22
*
CIFS: Protect i_nlink from being negative
Steve French
2012-08-19
1
-8
/
+16
*
CIFS: Move rmdir code to ops struct
Pavel Shilovsky
2012-07-27
1
-4
/
+11
*
CIFS: Separate protocol specific part from mkdir
Pavel Shilovsky
2012-07-27
1
-19
/
+13
*
CIFS: Simplify cifs_mkdir call
Pavel Shilovsky
2012-07-27
1
-134
/
+161
*
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
2012-07-24
1
-14
/
+12
*
CIFS: Move building path to root to ops struct
Pavel Shilovsky
2012-07-24
1
-32
/
+0
*
CIFS: Move query inode info code to ops struct
Pavel Shilovsky
2012-07-24
1
-56
/
+37
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-42
/
+45
*
vfs: switch i_dentry/d_alias to hlist
Al Viro
2012-07-14
1
-2
/
+3
*
CIFS: Fix mkdir/rmdir bug for the non-POSIX case
Pavel Shilovsky
2012-02-26
1
-9
/
+19
*
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
1
-3
/
+3
*
CIFS: Fix DFS handling in cifs_get_file_info
Pavel Shilovsky
2011-10-22
1
-7
/
+12
*
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
Shirish Pargaonkar
2011-10-17
1
-12
/
+23
*
cifs: convert prefixpath delimiters in cifs_build_path_to_root
Jeff Layton
2011-08-05
1
-12
/
+2
*
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-27
1
-20
/
+20
*
CIFS: Add rwpidforward mount option
Pavel Shilovsky
2011-05-27
1
-3
/
+8
*
[CIFS] Migrate from prefixpath logic
Steve French
2011-05-27
1
-13
/
+6
*
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
2011-05-26
1
-6
/
+18
*
[CIFS] Fix to problem with getattr caused by invalidate simplification patch
Steve French
2011-05-20
1
-2
/
+4
*
CIFS: Simplify invalidate part (try #5)
Pavel Shilovsky
2011-05-19
1
-42
/
+75
*
CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)
Pavel Shilovsky
2011-05-19
1
-2
/
+8
*
cifs: Remove unused inode number while fetching root inode
Shirish Pargaonkar
2011-05-19
1
-1
/
+1
*
CIFS: Implement cifs_strict_fsync
Pavel Shilovsky
2011-01-20
1
-2
/
+6
*
CIFS: Use d_automount() rather than abusing follow_link()
David Howells
2011-01-15
1
-3
/
+5
*
switch cifs
Al Viro
2011-01-12
1
-8
/
+0
*
cifs: use CreationTime like an i_generation field
Jeff Layton
2011-01-09
1
-0
/
+6
*
fs: dcache per-inode inode alias locking
Nick Piggin
2011-01-07
1
-3
/
+3
*
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
1
-4
/
+4
*
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
1
-3
/
+0
*
fs: scale inode alias list
Nick Piggin
2011-01-07
1
-0
/
+3
*
cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb
Jeff Layton
2010-12-07
1
-3
/
+3
*
cifs: fix use of CONFIG_CIFS_ACL
Jeff Layton
2010-12-06
1
-4
/
+4
*
cifs: add attribute cache timeout (actimeo) tunable
Suresh Jayaraman
2010-12-02
1
-3
/
+4
*
cifs: Misc. cleanup in cifsacl handling [try #4]
Shirish Pargaonkar
2010-11-30
1
-5
/
+15
*
cifs: trivial comment fix for cifs_invalidate_mapping
Suresh Jayaraman
2010-11-29
1
-1
/
+3
*
cifs: fix another memleak, in cifs_root_iget
Oskar Schirmer
2010-11-11
1
-6
/
+6
*
cifs: fix a memleak in cifs_setattr_nounix()
Suresh Jayaraman
2010-11-09
1
-1
/
+0
*
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
Jeff Layton
2010-10-25
1
-10
/
+5
*
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)
Jeff Layton
2010-10-12
1
-3
/
+9
*
Merge branch 'for-next'
Steve French
2010-10-08
1
-52
/
+177
|
\
[next]