update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / fs / nfsd / vfs.c
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-04 Olaf Kirch- merged agruen's nfsacl patches
2004-08-04 Andreas KleenMake it patch again
2004-07-16 Alexander Viro[PATCH] sparse: iovec cleanups - sunrpc, nfs and nfsd
2004-07-14 Alexander Viro[PATCH] sparse: read_descriptor_t annotation
2004-07-11 Neil Brown[PATCH] Use llseek instead of f_pos= for directory...
2004-06-08 Olaf Kirch- nfsd: ignore attempts to change the mode of a symlink...
2004-06-06 Andreas Gruenbacher- patches.fixes/nfsd-symlink-setattr: Update; silently...
2004-06-01 Olaf Kirch- Merge nfsd fix from Neil Brown to correct handling...
2004-06-01 Andrew Morton[PATCH] Fix readahead handling in knfsd
2004-05-29 Andrew Morton[PATCH] nfsd: missing dget()
2004-05-27 Andrew Morton[PATCH] nfsd: deleting symlinks over nfs causes oops...
2004-05-21 Linus TorvaldsAdd 'mode' argument to vfs_symlink.
2004-05-20 Neil Brown[PATCH] Invalid notify_change(symlink, [ATTR_MODE]...
2004-05-19 Andrew Morton[PATCH] kNFSd: Protect reference to exp across calls...
2004-05-19 Andrew Morton[PATCH] kNFSd: Change fh_compose to NOT consume a refer...
2004-05-04 Andreas Gruenbacher- #39848: patches.fixes/nfsd-symlink-setattr: Creating...
2004-03-20 Olaf Hering+- update to patches.fixes/linux-post-2.6.5-rc2-20030420
2004-03-18 Alexander Viro[PATCH] add touch_atime() helper
2004-03-01 Olaf Hering+- update to patches.fixes/linux-post-2.6.4rc1-20040301
2004-02-26 Andrew Morton[PATCH] kNFSd: readdir error code fix
2004-02-18 Andrew Morton[PATCH] off_t in nfsd_commit needs to be loff_t
2004-02-03 Olaf Kirch- Merged nfsd patch from MvS that fixes a largefile...
2004-01-21 Olaf Hering+- update to 2.6.1-rc1
2004-01-19 Andrew Morton[PATCH] kNFSd: Make sure dnotify events happen for...
2004-01-19 Andrew Morton[PATCH] kNFSd: Fix incorrect call for follow_up
2004-01-19 Andrew Morton[PATCH] kNFSd: Convert error status for failed lookup...
2003-12-17 Andreas GruenbacherStupid thinko
2003-12-16 Andreas GruenbacherOops, accident...
2003-12-16 Andreas Gruenbacherconfig-hotplug actually fixes early_userspace-instead...
2003-12-08 Andreas Gruenbacher- #33559: Disable nfsacl until the problem can be debugged.
2003-12-02 Andreas Gruenbacher- Enable nfsacl port from 2.4. Still needs a number...
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-11-09 Neil Brown[PATCH] Fix nfsd extra dput()
2003-10-07 Arnaldo Carvalho... o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove...
2003-10-05 Randy Dunlap[PATCH] janitor: schedule_timeout sets curr->state...
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-05 Neil Brown[PATCH] Change NFSEXP_CROSSMNT to NFSEXP_CROSSMOUNT
2003-08-01 Randy Dunlap[PATCH] don't init statics to 0 (fs/)
2003-07-04 Trond Myklebust[PATCH] Pass 'nameidata' to ->permission()
2003-07-04 Trond Myklebust[PATCH] Pass 'nameidata' to ->create()
2003-06-20 Andrew Morton[PATCH] Add system calls statfs64 and fstatfs64
2003-06-17 Neil Brown[PATCH] kNFSd: Allow nfsv4 readdir to return filehandle...
2003-06-17 Neil Brown[PATCH] kNFSd: Assorted fixed for NFS export cache
2003-05-07 Andrew Morton[PATCH] s/UPDATE_ATIME/update_atime/ cleanup
2003-04-12 Neil Brown[PATCH] kNFSd: Return correct result for ACCESS(READ...
2003-04-03 Andrew Morton[PATCH] remove dparent_lock
2003-03-18 Andrew Morton[PATCH] Fix nfsd_symlink() failure path
2003-03-15 Greg Kroah-HartmanMerge bk://lsm@bkbits.net/linus-2.5
2003-03-14 Neil Brown[PATCH] kNFSd: Introduce CROSSMNT flag for knfsd
2003-03-14 Neil Brown[PATCH] kNFSd: Rename NFSEXP_CROSSMNT to NFSEXP_NOHIDE
2003-01-16 Stephen D. Smalley[PATCH] allocate and free security structures for priva...
2003-01-10 Neil Brown[PATCH] Fix nfsd checking for read-only filesystem.
2003-01-01 Christoph Hellwig[PATCH] include <linux/vfs.h> only in files actually...
2002-11-21 Andries E. Brouwer[PATCH] kill i_dev
2002-11-19 Matthew Wilcox[PATCH] rename get_lease to break_lease
2002-11-17 Linus TorvaldsMerge home.transmeta.com:/home/torvalds/v2.5/nsec-stat
2002-11-17 Andi Kleen[PATCH] nanosecond stat timefields
2002-11-16 Linus TorvaldsFix up after header file cleanups: add <linux/mount...
2002-11-09 Hirokazu Takahashi[PATCH] enhance ->sendfile(), allowing kNFSd to use it
2002-11-07 Christoph Hellwig[PATCH] read(v)/write(v) fixes
2002-11-06 Neil Brown[PATCH] kNFSd: Support zero-copy read for NFSD
2002-10-30 Neil Brown[PATCH] kNFSd: Convert nfsd to use a list of pages...
2002-10-30 Neil Brown[PATCH] kNFSd: nfsd_readdir changes.
2002-10-16 Christoph Hellwig[PATCH] kNFSd: switch knfsd to vfs_read/vfs_write
2002-10-16 Christoph Hellwig[PATCH] kNFSd: minor knfsd cleanups
2002-10-11 Neil Brown[PATCH] kNFSd: Provide support for request deferral...
2002-10-11 Neil Brown[PATCH] kNFSd: decode symlink inplace to avoid modifyin...
2002-10-11 Neil Brown[PATCH] kNFSd: Convert export-table to use new cache...
2002-10-11 Neil Brown[PATCH] kNFSd: Move auth domain lookup into svcauth
2002-09-12 Neil Brown[PATCH] kNFSd 12: Change exp_parent to talk directory...
2002-08-30 Andrew Morton[PATCH] writeback correctness and efficiency changes
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: tweak nfsd_readdir() for NFSv4
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: new argument to nfsd_access()
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: tweak nfsd_create_v3() for NFSv4
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: allow type==0 in nfsd_unlink()
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: overflow check in nfsd_commit()
2002-08-23 Kendrick M. Smith[PATCH] kNFSd: NFSv4: change ->rq_vers==3 to ->rq_vers>2
2002-07-04 Alexander Viro[PATCH] ->i_dev switched to dev_t
2002-05-22 Christoph Hellwig[PATCH] split namei.h out of fs.h
2002-05-20 Christoph Hellwig[PATCH] get rid of <linux/locks.h>
2002-05-18 Christoph Hellwig[PATCH] kNFSd cleanup of nfsd_open
2002-04-30 Andrew Morton[PATCH] page writeback locking update
2002-04-22 Anton Blanchard[PATCH] double down() in nfsd_symlink
2002-04-10 Andrew Morton[PATCH] readahead
2002-04-06 Alexander Viro[PATCH] ->setattr() locking changes
2002-02-26 Neil Brown[PATCH] PATCH 6/16: BKL removal: Lock read-ahead cache
2002-02-25 Alexander Viro[PATCH] final ->d_parent fixes
2002-02-18 Neil Brown[PATCH] PATCH 4/7: knfsd cleanups - vfs.c improvements
2002-02-18 Neil Brown[PATCH] PATCH 3/7: knfsd cleanups - incorrect use of...
2002-02-11 Alexander Viro[PATCH] (2.5.4) death of ->i_zombie
2002-02-09 Alexander Viro[PATCH] ->s_id cleanups
2002-02-09 Dave Jones[PATCH] includes cleanup, 2nd try.
2002-02-08 Alexander Viro[PATCH] knfsd cleanups
2002-02-08 Alexander Viro[PATCH] knfsd cleanups
2002-02-08 Alexander Viro[PATCH] knfsd cleanups
2002-02-05 Linus Torvaldsv2.5.2 -> v2.5.2.1
2002-02-05 Linus Torvaldsv2.5.1.7 -> v2.5.1.8
2002-02-05 Linus Torvaldsv2.5.1.5 -> v2.5.1.6
2002-02-05 Linus Torvaldsv2.4.10.4 -> v2.4.10.5
next