Commit Graph

267 Commits (8e3028b908a048ac0b3102504b7daad7b5544846)

Author SHA1 Message Date
Suresh Jayaraman 3565bd46b1 cifs: fix a memleak in cifs_setattr_nounix() 14 years ago
Jeff Layton eb4b756b1e cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) 15 years ago
Jeff Layton 1c456013e9 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7) 15 years ago
Jeff Layton 3aa1c8c290 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) 15 years ago
Jeff Layton 6508d904e6 cifs: have find_readable/writable_file filter by fsuid 15 years ago
Jeff Layton 13cfb7334e cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer 15 years ago
Jeff Layton 7ffec37245 cifs: add refcounted and timestamped container for holding tcons 15 years ago
Jeff Layton 522440ed55 cifs: set backing_dev_info on new S_ISREG inodes 15 years ago
Jeff Layton 0d424ad0a4 cifs: add cifs_sb_master_tcon and convert some callers to use it 15 years ago
Jeff Layton a6e8a8455c cifs: add function to get a tcon from cifs_sb 15 years ago
Jeff Layton ba00ba64cf cifs: make various routines use the cifsFileInfo->tcon pointer 15 years ago
Stefan Metzmacher 1b12b9c15b cifs: use Minshall+French symlink functions 15 years ago
Jeff Layton 639e7a913d cifs: eliminate redundant xdev check in cifs_rename 15 years ago
Suresh Jayaraman f0138a79d7 Cannot allocate memory error on mount 15 years ago
Christoph Hellwig 1b9474635e cifs: truncate fallout 15 years ago
Christoph Hellwig db78b877f7 always call inode_change_ok early in ->setattr 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Jeff Layton 5acfec2502 cifs: reduce false positives with inode aliasing serverino autodisable 15 years ago
Jeff Layton f30b9c1184 cifs: don't allow cifs_iget to match inodes of the wrong type 15 years ago
Steve French 0ccd48025f [CIFS] Missing ifdef 15 years ago
Suresh Jayaraman 9451a9a52f cifs: define inode-level cache object and register them 15 years ago
Suresh Jayaraman d03382ce9a cifs: define superblock-level cache index objects and register them 15 years ago
Joe Perches c21dfb699f fs/cifs: Remove unnecessary casts of private_data 15 years ago
Jeff Layton ed0e3ace57 cifs: don't attempt busy-file rename unless it's in same directory 15 years ago
Jeff Layton 4065c802da cifs: fix noserverino handling when unix extensions are enabled 15 years ago
Jeff Layton 84f30c66c3 cifs: don't update uniqueid in cifs_fattr_to_inode 15 years ago
Jeff Layton db19272edc cifs: always revalidate hardlinked inodes when using noserverino 15 years ago
Jeff Layton 3d69438031 cifs: guard against hardlinking directories 15 years ago
Steve French f19159dc5a [CIFS] Cleanup various minor breakage in previous cFYI cleanup 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Steve French ff215713eb [CIFS] checkpatch cleanup 15 years ago
Jeff Layton abab095d1f cifs: add cifs_revalidate_file 15 years ago
Jeff Layton df2cf170c8 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry 15 years ago
Jeff Layton 835a36ca4a cifs: set server_eof in cifs_fattr_to_inode 15 years ago
Jeff Layton 31c0519f7a cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs 15 years ago
Steve French ccd4bb1beb [CIFS] Don't cache timestamps on utimes due to coarse granularity 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Jeff Layton ec06aedd44 cifs: clean up handling when server doesn't consistently support inode numbers 15 years ago
npiggin@suse.de c08d3b0e33 truncate: use new helpers 16 years ago
Dave Kleikamp 6ab409b53d cifs: Replace wrtPending with a real reference count 16 years ago
Steve French f1230c9797 [CIFS] fix sparse warning 16 years ago
Jeff Layton ce6e7fcd43 cifs: disable serverino if server doesn't support it 16 years ago
Jeff Layton d0c280d26d cifs: when ATTR_READONLY is set, only clear write bits on non-directories 16 years ago
Jeff Layton 0b8f18e358 cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget 16 years ago
Jeff Layton 3bbeeb3c93 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls 16 years ago
Jeff Layton 01ea95e3b6 cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo 16 years ago
Jeff Layton cc0bad7552 cifs: add new cifs_iget function and convert unix codepath to use it 16 years ago
Suresh Jayaraman 0f3bc09ee1 cifs: Fix incorrect return code being printed in cFYI messages 16 years ago
Christoph Hellwig 1bf4072da6 cifs: reorganize get_cifs_acl 16 years ago