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
/
cifs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-16
/
+55
2014-05-21
cifs: fix potential races in cifs_revalidate_mapping
Jeff Layton
1
-9
/
+41
2014-05-21
cifs: new helper function: cifs_revalidate_mapping
Jeff Layton
1
-6
/
+10
2014-05-21
cifs: convert booleans in cifsInodeInfo to a flags field
Jeff Layton
1
-8
/
+11
2014-04-24
cifs: fix actimeo=0 corner case when cifs_i->time == jiffies
Jeff Layton
1
-0
/
+3
2014-02-10
[CIFS] Fix cifsacl mounts over smb2 to not call cifs
Steve French
1
-1
/
+1
2014-02-07
Add protocol specific operation for CIFS xattrs
Steve French
1
-4
/
+9
2014-01-20
CIFS: Cleanup cifs open codepath
Pavel Shilovsky
1
-26
/
+47
2014-01-20
CIFS: Remove extra indentation in cifs_sfu_type
Pavel Shilovsky
1
-47
/
+50
2014-01-20
cifs: Rename MF symlink function names
Sachin Prabhu
1
-6
/
+6
2013-12-27
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
Sachin Prabhu
1
-2
/
+4
2013-11-11
CIFS: Fix symbolic links usage
Pavel Shilovsky
1
-10
/
+13
2013-09-21
[CIFS] Provide sane values for nlink
Jim McDonough
1
-6
/
+39
2013-09-12
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
1
-4
/
+1
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
1
-4
/
+1
2013-09-08
CIFS: Replace clientCanCache* bools with an integer
Pavel Shilovsky
1
-4
/
+4
2013-09-08
CIFS: Implement follow_link for SMB2
Pavel Shilovsky
1
-0
/
+4
2013-07-04
[CIFS] use sensible file nlink values if unprovided
Steve French
1
-0
/
+5
2013-05-08
cifs: only set ops for inodes in I_NEW state
Jeff Layton
1
-1
/
+2
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-52
/
+57
2013-03-13
cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY
Sachin Prabhu
1
-6
/
+4
2013-03-06
cifs: Check server capability before attempting silly rename
Sachin Prabhu
1
-0
/
+9
2013-03-06
cifs: Fix bug when checking error condition in cifs_rename_pending_delete()
Sachin Prabhu
1
-1
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2013-02-22
new helper: file_inode(file)
Al Viro
1
-4
/
+4
2013-02-13
cifs: Convert struct cifs_fattr to use kuid and kgids
Eric W. Biederman
1
-4
/
+10
2013-02-13
cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
Eric W. Biederman
1
-7
/
+7
2013-02-13
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
1
-4
/
+4
2013-02-13
cifs: Override unmappable incoming uids and gids
Eric W. Biederman
1
-9
/
+13
2012-12-05
cifs: don't override the uid/gid in getattr when cifsacl is enabled
Jeff Layton
1
-3
/
+4
2012-09-28
cifs: obtain file access during backup intent lookup (resend)
Shirish Pargaonkar
1
-17
/
+47
2012-09-24
cifs: cleanups for cifs_mkdir_qinfo
Jeff Layton
1
-27
/
+24
2012-09-24
CIFS: Move set_file_info to ops struct
Pavel Shilovsky
1
-73
/
+6
2012-09-24
CIFS: Move set_file_size to ops struct
Pavel Shilovsky
1
-50
/
+56
2012-09-24
CIFS: Move rename to ops struct
Pavel Shilovsky
1
-44
/
+48
2012-09-24
CIFS: Move guery file info code to ops struct
Pavel Shilovsky
1
-3
/
+9
2012-09-24
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
1
-5
/
+5
2012-09-24
CIFS: Move unlink code to ops struct
Pavel Shilovsky
1
-11
/
+22
2012-08-19
CIFS: Protect i_nlink from being negative
Steve French
1
-8
/
+16
2012-07-27
CIFS: Move rmdir code to ops struct
Pavel Shilovsky
1
-4
/
+11
2012-07-27
CIFS: Separate protocol specific part from mkdir
Pavel Shilovsky
1
-19
/
+13
2012-07-27
CIFS: Simplify cifs_mkdir call
Pavel Shilovsky
1
-134
/
+161
2012-07-24
CIFS: Make CAP_* checks protocol independent
Pavel Shilovsky
1
-14
/
+12
2012-07-24
CIFS: Move building path to root to ops struct
Pavel Shilovsky
1
-32
/
+0
2012-07-24
CIFS: Move query inode info code to ops struct
Pavel Shilovsky
1
-56
/
+37
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
1
-42
/
+45
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-2
/
+3
2012-02-26
CIFS: Fix mkdir/rmdir bug for the non-POSIX case
Pavel Shilovsky
1
-9
/
+19
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
1
-2
/
+2
[next]