summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-103-12/+12
| * SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust2007-07-104-31/+3
| * SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-102-3/+3
| * SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-9/+3
| * NFSv4: Convert struct nfs4_opendata to use struct krefTrond Myklebust2007-07-101-23/+30
| * NFS: Convert struct nfs_open_context to use a krefTrond Myklebust2007-07-101-17/+23
| * NFS: reduce latency by using conditional rescheduling in nfs_scan_listTrond Myklebust2007-07-101-1/+2
| * NFS: Prevent integer overflow in nfs_scan_list()Trond Myklebust2007-07-101-0/+2
| * NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2007-07-102-6/+0
| * NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust2007-07-102-8/+12
| * NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust2007-07-102-15/+15
| * NFS: Convert struct nfs_page to use krefsTrond Myklebust2007-07-102-9/+11
| * NFS: Fix an Oops in the nfs_access_cache_shrinker()Trond Myklebust2007-07-101-1/+2
| * NFS: nfs3_proc_create() should use nfs_post_op_update_inode()Trond Myklebust2007-07-101-3/+1
| * NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton2007-07-102-2/+27
| * NFS: Re-enable forced umountsTrond Myklebust2007-07-101-0/+13
| * NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()Jeff Layton2007-07-101-1/+1
| * NFS: Fix nfs_reval_fsid()Trond Myklebust2007-07-102-7/+6
| * NFSv4: Clean up nfs4_call_async()Trond Myklebust2007-07-102-21/+14
| * NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-104-38/+26
| * NFSv4: Ensure asynchronous open() calls always pin the mountpointTrond Myklebust2007-07-102-18/+32
| * NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust2007-07-103-21/+21
| * NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-107-27/+27
| * NFS: Minor read optimisation...Trond Myklebust2007-07-101-11/+23
| * NFS: Don't mark a written page as uptodate until it is on diskTrond Myklebust2007-07-101-3/+11
| * NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust2007-07-101-6/+16
| * NFS: Clean ups in fs/nfs/direct.cChuck Lever2007-07-101-5/+3
* | nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe2007-07-131-0/+1
* | splice: fix offset mangling with direct splicing (sendfile)Jens Axboe2007-07-131-23/+11
* | security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris2007-07-131-0/+9
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+2
* | sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-114-181/+187
* | sysfs: implement sysfs_get_dentry()Tejun Heo2007-07-112-0/+99
* | sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-113-57/+56
* | sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-115-124/+229
* | sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-115-80/+116
* | sysfs: consolidate sysfs spinlocksTejun Heo2007-07-114-23/+21
* | sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-117-135/+135
* | sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-114-20/+50
* | sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-112-1/+4
* | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-114-19/+31
* | sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-111-35/+28
* | sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-111-1/+2
* | sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-114-54/+111
* | sysfs: slim down sysfs_dirent->s_activeTejun Heo2007-07-112-37/+50
* | sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo2007-07-112-88/+94
* | sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo2007-07-111-0/+1
* | sysfs: use iget_locked() instead of new_inode()Tejun Heo2007-07-113-26/+37
* | sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo2007-07-114-144/+118
* | sysfs: fix parent refcounting during rename and moveTejun Heo2007-07-111-0/+6