Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7da4b49a0ec481239d9cd51f7053aa8e4e191fa7
/
fs
7da4b49
cifs: cifs_write argument change and cleanup
by Jeff Layton
· 14 years ago
1588617
cifs: clean up cifs_reopen_file
by Jeff Layton
· 14 years ago
abfe1ee
cifs: eliminate the inode argument from cifs_new_fileinfo
by Jeff Layton
· 14 years ago
f6a5346
cifs: eliminate oflags option from cifs_new_fileinfo
by Jeff Layton
· 14 years ago
608712f
cifs: fix flags handling in cifs_posix_open
by Jeff Layton
· 14 years ago
2f4f26f
cifs: eliminate cifs_posix_open_inode_helper
by Jeff Layton
· 14 years ago
6221ddd
cifs: handle FindFirst failure gracefully
by Suresh Jayaraman
· 14 years ago
5d0d288
NTLM authentication and signing - Calculate auth response per smb session
by Shirish Pargaonkar
· 14 years ago
d7c86ff
cifs: don't use vfsmount to pin superblock for oplock breaks
by Jeff Layton
· 14 years ago
a5e18bc
cifs: keep dentry reference in cifsFileInfo instead of inode reference
by Jeff Layton
· 14 years ago
1c45601
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)
by Jeff Layton
· 14 years ago
9daa42e
CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
by Shirish Pargaonkar
· 14 years ago
0dd12c2
cifs: initialize tlink_tree_lock and tlink_tree
by Jeff Layton
· 14 years ago
6ea7595
Merge branch 'for-next'
by Steve French
· 14 years ago
d244555
[CIFS] Remove build warning
by Steve French
· 14 years ago
ccc46a74
cifs: fix module refcount leak in find_domain_name
by Jeff Layton
· 14 years ago
2de970f
cifs: implement recurring workqueue job to prune old tcons
by Jeff Layton
· 14 years ago
3aa1c8c
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)
by Jeff Layton
· 14 years ago
5710c2b
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
13cd4b7
[CIFS] Various small checkpatch cleanups
by Steve French
· 14 years ago
0eb8a13
cifs: add "multiuser" mount option
by Jeff Layton
· 14 years ago
9d002df
cifs: add routines to build sessions and tcons on the fly
by Jeff Layton
· 14 years ago
081003f
xfs: properly account for reclaimed inodes
by Johannes Weiner
· 14 years ago
089eed2
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
8fe9793
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
c9928f7
ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security
by Shirish Pargaonkar
· 14 years ago
29e07c8
cifs: fix cifs_show_options to show "username=" or "multiuser"
by Jeff Layton
· 14 years ago
6508d90
cifs: have find_readable/writable_file filter by fsuid
by Jeff Layton
· 14 years ago
13cfb73
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
by Jeff Layton
· 14 years ago
7ffec37
cifs: add refcounted and timestamped container for holding tcons
by Jeff Layton
· 14 years ago
aaead25
writeback: always use sb->s_bdi for writeback purposes
by Christoph Hellwig
· 14 years ago
0157443
fuse: Initialize total_len in fuse_retrieve()
by Geert Uytterhoeven
· 14 years ago
c6ea21e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
9d8117e
reiserfs: fix unwanted reiserfs lock recursion
by Frederic Weisbecker
· 14 years ago
3f259d0
reiserfs: fix dependency inversion between inode and reiserfs mutexes
by Frederic Weisbecker
· 14 years ago
3036e7b
proc: make /proc/pid/limits world readable
by Jiri Olsa
· 14 years ago
f569599
cifs: prevent infinite recursion in cifs_reconnect_tcon
by Jeff Layton
· 14 years ago
0d49110
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
1fc8a11
ocfs2: Don't walk off the end of fast symlinks.
by Joel Becker
· 14 years ago
522440e
cifs: set backing_dev_info on new S_ISREG inodes
by Jeff Layton
· 14 years ago
f3983c2
cifs: fix handling of signing with writepages (try #6)
by Jeff Layton
· 14 years ago
f7a4068
cifs: have cifs_new_fileinfo take a tcon arg
by Jeff Layton
· 14 years ago
0d424ad
cifs: add cifs_sb_master_tcon and convert some callers to use it
by Jeff Layton
· 14 years ago
f6acb9d
cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
ba00ba6
cifs: make various routines use the cifsFileInfo->tcon pointer
by Jeff Layton
· 14 years ago
d3bf522
[CIFS] Fix ordering of cleanup on module init failure
by Steve French
· 14 years ago
17edec6
[CIFS] Remove obsolete header
by Steve French
· 14 years ago
ab9db8b
cifs: allow matching of tcp sessions in CifsNew state
by Jeff Layton
· 14 years ago
5fe97cf
cifs: add tcon field to cifsFileInfo struct
by Jeff Layton
· 14 years ago
736a332
cifs: add "mfsymlinks" mount option
by Stefan Metzmacher
· 14 years ago
1b12b9c
cifs: use Minshall+French symlink functions
by Stefan Metzmacher
· 14 years ago
8713d01
cifs: implement CIFSCreateMFSymLink()
by Stefan Metzmacher
· 14 years ago
18bddd1
cifs: implement CIFSFormatMFSymlink()
by Stefan Metzmacher
· 14 years ago
0fd43ae
cifs: implement CIFSQueryMFSymLink()
by Stefan Metzmacher
· 14 years ago
8bfb50a
cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()
by Stefan Metzmacher
· 14 years ago
c69c1b6
cifs: implement CIFSParseMFSymlink()
by Stefan Metzmacher
· 14 years ago
3eb9a88
cifs: Allow binding to local IP address.
by Ben Greear
· 14 years ago
2b149f1
cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
by Shirish Pargaonkar
· 14 years ago
5f98ca9
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
by Shirish Pargaonkar
· 14 years ago
aa91c7e
cifs: fix broken oplock handling
by Suresh Jayaraman
· 14 years ago
a347ecb
cifs: use type __u32 instead of int for the oplock parameter
by Suresh Jayaraman
· 14 years ago
8016867
xfs: force background CIL push under sustained load
by Dave Chinner
· 14 years ago
d1f3e68
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
5dad6c3
o2dlm: force free mles during dlm exit
by Srinivas Eeda
· 14 years ago
0000b86
ocfs2: Sync inode flags with ext2.
by Tao Ma
· 14 years ago
4a452de
ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.
by Tao Ma
· 14 years ago
47dea42
ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.
by Tao Ma
· 14 years ago
1282806
ocfs2: update ctime when changing the file's permission by setfacl
by Tao Ma
· 14 years ago
1c2499a
/proc/pid/smaps: fix dirty pages accounting
by KOSAKI Motohiro
· 14 years ago
a0c42ba
aio: do not return ERESTARTSYS as a result of AIO
by Jan Kara
· 14 years ago
c227e69
/proc/vmcore: fix seeking
by Arnd Bergmann
· 14 years ago
767b68e
Prevent freeing uninitialized pointer in compat_do_readv_writev
by Dan Rosenberg
· 14 years ago
b68e9d4
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
692ebd1
bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends
by Jan Kara
· 14 years ago
371d217
char: Mark /dev/zero and /dev/kmem as not capable of writeback
by Jan Kara
· 14 years ago
19746ca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
112d421
Coda: mount hangs because of missed REQ_WRITE rename
by Jan Harkes
· 14 years ago
50aff04
ocfs2/net: fix uninitialized ret in o2net_send_message_vec()
by Wu Fengguang
· 14 years ago
be4f104
ceph: select CRYPTO
by Sage Weil
· 14 years ago
a43fb73
ceph: check mapping to determine if FILE_CACHE cap is used
by Sage Weil
· 14 years ago
e835124
ceph: only send one flushsnap per cap_snap per mds session
by Sage Weil
· 14 years ago
5f48749
GFS2: gfs2_logd should be using interruptible waits
by Steven Whitehouse
· 14 years ago
ae00d4f
ceph: fix cap_snap and realm split
by Sage Weil
· 14 years ago
03a7ab0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
de8d4f5
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
75e1c70
aio: check for multiplication overflow in do_io_submit
by Jeff Moyer
· 14 years ago
460cf34
cifs: fix potential double put of TCP session reference
by Jeff Layton
· 14 years ago
cfc0bf6
ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap
by Sage Weil
· 14 years ago
8bef923
ceph: correctly set 'follows' in flushsnap messages
by Sage Weil
· 14 years ago
ed8f425
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
467c525
ceph: fix dn offset during readdir_prepopulate
by Sage Weil
· 14 years ago
1d76e31
fs/9p: Don't use dotl version of mknod for dotu inode operations
by Aneesh Kumar K.V
· 14 years ago
3c30750
fs/9p: Use the correct dentry operations
by Aneesh Kumar K.V
· 14 years ago
62726a7
9p: Check for NULL fid in v9fs_dir_release()
by jvrao
· 14 years ago
5c25f34
fs/9p: Fix error handling in v9fs_get_sb
by Aneesh Kumar K.V
· 14 years ago
62b2be5
fs/9p, net/9p: memory leak fixes
by Latchesar Ionkov
· 14 years ago
827e345
SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies
by Trond Myklebust
· 14 years ago
fbf3fdd
statfs() gives ESTALE error
by Menyhart Zoltan
· 14 years ago
b20d37c
NFS: Fix a typo in nfs_sockaddr_match_ipaddr6
by Trond Myklebust
· 14 years ago
Next »