x86/PCI: use host bridge _CRS info on MSI MS-7253
[linux-flexiantxendom0.git] / fs / cifs /
2012-04-30 Pavel ShilovskyCIFS: Fix VFS lock usage for oplocked files
2012-04-02 Pavel ShilovskyCIFS: Fix a spurious error in cifs_push_posix_locks
2012-04-02 Jeff Laytoncifs: fix issue mounting of DFS ROOT when redirecting...
2012-04-02 Pavel ShilovskyCIFS: Respect negotiated MaxMpxCount
2012-03-19 Pavel ShilovskyCIFS: Do not kmalloc under the flocks spinlock
2012-03-12 Jeff Laytoncifs: fix dentry refcount leak when opening a FIFO...
2012-02-20 Jeff Laytoncifs: don't return error from standard_receive3 after...
2012-02-20 Jeff Laytoncifs: request oplock when doing open on lookup
2012-02-13 Shirish Pargaonkarcifs: Fix oops in session setup code for null user...
2012-01-26 Jeff Laytoncifs: lower default wsize when unix extensions are...
2012-01-04 Steve French[CIFS] default ntlmv2 for cifs mount delayed to 3.3
2012-01-04 Jeff Laytoncifs: fix bad buffer length check in coalesce_t2
2011-12-09 Jeff Laytoncifs: check for NULL last_entry before calling cifs_sav...
2011-12-09 Jeff Laytoncifs: attempt to freeze while looping on a receive...
2011-12-09 Steve Frenchcifs: Fix sparse warning when calling cifs_strtoUCS
2011-12-09 Pavel ShilovskyCIFS: Add descriptions to the brlock cache functions
2011-11-07 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-04 Pavel ShilovskyCIFS: Cleanup byte-range locking code style
2011-11-04 Pavel ShilovskyCIFS: Simplify setlk error handling for mandatory locking
2011-11-04 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-10-30 Shirish Pargaonkarcifs: Assume passwords are encoded according to iochars...
2011-10-30 Pavel ShilovskyCIFS: Fix the VFS brlock cache usage in posix locking...
2011-10-28 Steve French[CIFS] Update cifs version to 1.76
2011-10-28 Pavel ShilovskyCIFS: Remove extra mutex_unlock in cifs_lock_add_if
2011-10-28 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-10-28 Linus TorvaldsMerge branch '3.2-without-smb2' of git://git.samba...
2011-10-28 Andi Kleenvfs: do (nearly) lockless generic_file_llseek
2011-10-27 Steve FrenchAdd definition for share encryption
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branch 'next' of git://selinuxproject.org/~jmorri...
2011-10-24 Pavel ShilovskyCIFS: Make cifs_push_locks send as many locks at once...
2011-10-24 Pavel ShilovskyCIFS: Send as many mandatory unlock ranges at once...
2011-10-24 Pavel ShilovskyCIFS: Implement caching mechanism for posix brlocks
2011-10-24 Pavel ShilovskyCIFS: Implement caching mechanism for mandatory brlocks
2011-10-22 Pavel ShilovskyCIFS: Fix DFS handling in cifs_get_file_info
2011-10-21 Pavel ShilovskyCIFS: Fix error handling in cifs_readv_complete
2011-10-20 Steve FrenchMerge branch 'cifs-3.2' of git://git.samba.org/jlayton...
2011-10-20 Steve French[CIFS] Show nostrictsync and noperm mount options in...
2011-10-19 Jeff Laytoncifs, freezer: add wait_event_freezekillable and have...
2011-10-19 Jeff Laytoncifs: allow cifs_max_pending to be readable under ...
2011-10-19 Jeff Laytoncifs: tune bdi.ra_pages in accordance with the rsize
2011-10-19 Jeff Laytoncifs: allow for larger rsize= options and change defaults
2011-10-19 Jeff Laytoncifs: convert cifs_readpages to use async reads
2011-10-19 Jeff Laytoncifs: add cifs_async_readv
2011-10-19 Jeff Laytoncifs: fix protocol definition for READ_RSP
2011-10-19 Jeff Laytoncifs: add a callback function to receive the rest of...
2011-10-19 Jeff Laytoncifs: break out 3rd receive phase into separate function
2011-10-19 Jeff Laytoncifs: find mid earlier in receive codepath
2011-10-19 Jeff Laytoncifs: move buffer pointers into TCP_Server_Info
2011-10-19 Jeff Laytoncifs: eliminate is_multi_rsp parm to find_cifs_mid
2011-10-19 Jeff Laytoncifs: move mid finding into separate routine
2011-10-19 Jeff Laytoncifs: add a third receive phase to cifs_demultiplex_thread
2011-10-19 Jeff Laytoncifs: keep a reusable kvec array for receives
2011-10-19 Jeff Laytoncifs: turn read_from_socket into a wrapper around a...
2011-10-18 Gerlando FalautoCIFS: fix automount for DFS shares
2011-10-18 Dan CarpenterCIFS: cleanup min_t() cast in cifs_read()
2011-10-17 Shirish Pargaonkarcifs: Call id to SID mapping functions to change owner...
2011-10-14 Pavel ShilovskyCIFS: Move byte range lock list from fd to inode
2011-10-13 Jeff Laytoncifs: clean up check_rfc1002_header
2011-10-13 Pavel ShilovskyCIFS: Simplify byte range locking code
2011-10-13 Pavel ShilovskyCIFS: Fix incorrect max RFC1002 write size value
2011-10-13 Jeff Laytoncifs: simplify read_from_socket
2011-10-13 Shirish Pargaonkarcifs: Add data structures and functions for uid/gid...
2011-10-13 Steve FrenchTypo in cifs readme in name of module parm directory
2011-10-13 Shirish Pargaonkarcifs: clean up unused encryption code
2011-10-13 Shirish Pargaonkarcifs: Add mount options for backup intent (try #6)
2011-10-13 Suresh Jayaramancifs: warn about deprecation of /proc/fs/cifs/OplockEna...
2011-10-13 Suresh Jayaramancifs: update README about the kernel module parameters
2011-10-13 Steve Frenchadd new module parameter 'enable_oplocks'
2011-10-13 Jeff Laytoncifs: check for unresponsive server every time we call...
2011-10-13 Jeff Laytoncifs: make smb_msg local to read_from_socket
2011-10-13 Jeff Laytoncifs: trivial: remove obsolete comment
2011-10-13 Jeff Laytoncifs: consolidate signature generating code
2011-10-13 Jeff Laytoncifs: clean up checkSMB
2011-10-13 Jeff Laytoncifs: untangle server->maxBuf and CIFSMaxBufSize
2011-10-13 Paul Bollecifs: Fix typo 'CIFS_NFSD_EXPORT'
2011-10-13 Jeff Laytoncifs: get rid of unused xid in cifs_get_root
2011-10-13 Jeff Laytoncifs: use memcpy for magic string in cifs signature...
2011-10-13 Jeff Laytoncifs: switch CIFSSMBQAllEAs to use memcmp
2011-10-11 Sachin Prabhucifs: Display strictcache mount option in /proc/mounts
2011-10-08 Steve French[CIFS] Fix first time message on mount, ntlmv2 upgrade...
2011-09-27 Jesper JuhlCIFS: Don't free volume_info->UNC until we are entirely...
2011-09-20 Shirish Pargaonkarcifs: Fix broken sec=ntlmv2/i sec option (try #2)
2011-09-20 Steve FrenchFix the conflict between rwpidforward and rw mount...
2011-09-20 Pavel ShilovskyCIFS: Fix ERR_PTR dereference in cifs_get_root
2011-09-20 Jeff Laytoncifs: fix possible memory corruption in CIFSFindNext
2011-08-18 Steve Frenchupdate cifs version to 1.75
2011-08-18 Steve French[CIFS] possible memory corruption on mount
2011-08-16 Jeff Laytoncifs: demote cERROR in build_path_from_dentry to cFYI
2011-08-12 Mimi ZoharCIFS: remove local xattr definitions
2011-08-11 Shirish Pargaonkarcifs: Do not set cifs/ntfs acl using a file handle...
2011-08-11 Steve French[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make...
2011-08-05 Jeff Laytoncifs: cope with negative dentries in cifs_get_root
2011-08-05 Jeff Laytoncifs: convert prefixpath delimiters in cifs_build_path_...
2011-08-03 Pavel ShilovskyCIFS: Fix missing a decrement of inFlight value
2011-08-03 Jeff Laytoncifs: demote DFS referral lookup errors to cFYI
next