Commit Graph

21658 Commits (4005996e428b0d3df10cd0eba389a14b9f5403e4)

Author SHA1 Message Date
Al Viro 1a102ff925 vfs: bury ->get_sb() 14 years ago
Al Viro 011949811b nfs: switch NFS from ->get_sb() to ->mount() 14 years ago
Al Viro fd462fb51d nfs: stop mangling ->mnt_devname on NFS 14 years ago
Al Viro c7f404b40a vfs: new superblock methods to override /proc/*/mount{s,info} 14 years ago
Al Viro f8ad9c4bae nfs: nfs_do_{ref,sub}mount() superblock argument is redundant 14 years ago
Al Viro b514f872f8 nfs: make nfs_path() work without vfsmount 14 years ago
Al Viro b1942c5f8c nfs: store devname at disconnected NFS roots 14 years ago
Al Viro 0d5839ad05 nfs: propagate devname to nfs{,4}_get_root() 14 years ago
Miklos Szeredi 60ed8cf78f fix cdev leak on O_PATH final fput() 14 years ago
Linus Torvalds 34d211a2d5 Increase OSF partition limit from 8 to 18 14 years ago
Christoph Hellwig bab1d9444d prune back iprune_sem 14 years ago
Al Viro 0e794589e5 fix follow_link() breakage 14 years ago
Trond Myklebust c83ce989cb VFS: Fix the nfs sillyrename regression in kernel 2.6.38 14 years ago
Linus Torvalds c826cb7dfc dcache.c: create helper function for duplicated functionality 14 years ago
Al Viro 574197e0de tidy the trailing symlinks traversal up 14 years ago
Al Viro b356379a02 Turn resolution of trailing symlinks iterative everywhere 14 years ago
Al Viro ce0525449d simplify link_path_walk() tail 14 years ago
Al Viro bd92d7fed8 Make trailing symlink resolution in path_lookupat() iterative 14 years ago
Al Viro b21041d0f7 update nd->inode in __do_follow_link() instead of after do_follow_link() 14 years ago
Al Viro ce57dfc179 pull handling of one pathname component into a helper 14 years ago
Aneesh Kumar K.V 11a7b371b6 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH 14 years ago
Aneesh Kumar K.V 7c9e592e1f fs/9p: Make the writeback_fid owned by root 14 years ago
Aneesh Kumar K.V 3dc5436aa5 fs/9p: Writeback dirty data before setattr 14 years ago
Aneesh Kumar K.V f10fc50f1a fs/9p: call vmtruncate before setattr 9p opeation 14 years ago
Aneesh Kumar K.V c06c066a08 fs/9p: Properly update inode attributes on link 14 years ago
Aneesh Kumar K.V e0459f57b8 fs/9p: Prevent multiple inclusion of same header 14 years ago
Aneesh Kumar K.V 23b08e97f2 fs/9p: Workaround vfs rename rehash bug 14 years ago
Aneesh Kumar K.V d28c61f0e0 fs/9p: Mark directory inode invalid for many directory inode operations 14 years ago
Aneesh Kumar K.V 823fcfd422 fs/9p: Add . and .. dentry revalidation flag 14 years ago
Aneesh Kumar K.V 3bc86de317 fs/9p: mark inode attribute invalid on rename, unlink and setattr 14 years ago
Aneesh Kumar K.V b3cbea03b4 fs/9p: Add support for marking inode attribute invalid 14 years ago
Aneesh Kumar K.V 0e432703aa fs/9p: Initialize root inode number for dotl 14 years ago
Aneesh Kumar K.V b271ec47bc fs/9p: Update link count correctly on different file system operations 14 years ago
Aneesh Kumar K.V edd73cf544 fs/9p: Add drop_inode 9p callback 14 years ago
Aneesh Kumar K.V e959b54901 fs/9p: Add direct IO support in cached mode 14 years ago
Aneesh Kumar K.V fa6ea16160 fs/9p: Fix inode i_size update in file_write 14 years ago
Aneesh Kumar K.V 6b365604ca fs/9p: set default readahead pages in cached mode 14 years ago
Aneesh Kumar K.V 6b39f6d22f fs/9p: Move writeback fid to v9fs_inode 14 years ago
Aneesh Kumar K.V a78ce05d5d fs/9p: Add v9fs_inode 14 years ago
Aneesh Kumar K.V a12119087b fs/9p: Don't set stat.st_blocks based on nrpages 14 years ago
Aneesh Kumar K.V 5ffc0cb308 fs/9p: Add inode hashing 14 years ago
Aneesh Kumar K.V 62d810b424 fs/9p: We need not writeback dirty pages during close 14 years ago
Aneesh Kumar K.V 00ea2df43e fs/9p: Implement syncfs call back for 9Pfs 14 years ago
Aneesh Kumar K.V db5841d4a5 fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode 14 years ago
Aneesh Kumar K.V a950a65264 fs/9p: Clarify cached dentry delete operation 14 years ago
Aneesh Kumar K.V 7263cebed9 fs/9p: Add buffered write support for v9fs. 14 years ago
Aneesh Kumar K.V 3cf387d780 fs/9p: Add fid to inode in cached mode 14 years ago
Aneesh Kumar K.V 17311779ac fs/9p: Add read write helper function 14 years ago
Aneesh Kumar K.V 2efda7998b fs/9p: [fscache] wait for page write in cached mode 14 years ago
Aneesh Kumar K.V 20656a49ef fs/9p: increment inode->i_count in cached mode. 14 years ago