Commit Graph

235285 Commits (326c86deaed54ad1b364fcafe5073f563671eb58)
 

Author SHA1 Message Date
Linus Torvalds b80cd62b7d Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 years ago
Linus Torvalds c345f60a5f Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 years ago
Linus Torvalds 422e6c4bc4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 14 years ago
Trond Myklebust c83ce989cb VFS: Fix the nfs sillyrename regression in kernel 2.6.38 14 years ago
James Morris a002951c97 Merge branch 'next' into for-linus 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
Ingo Molnar 5e814dd597 perf probe: Clean up probe_point_lazy_walker() return value 14 years ago
Linus Torvalds 76ca078328 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm 14 years ago
Roland Dreier 043332cf28 Merge branches 'cma', 'cxgb4', 'ipath' and 'qib' into for-next 14 years ago
Sean Hefty a396d43a35 RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one 14 years ago
Sean Hefty 8d8ac86564 IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state 14 years ago
Sean Hefty 29963437a4 IB/cm: Bump reference count on cm_id before invoking callback 14 years ago
Linus Torvalds 27d2a8b97e Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Linus Torvalds 010b8f4e26 Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Linus Torvalds 397fae0818 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Linus Torvalds c7146dd009 Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Sean Hefty 25ae21a101 RDMA/cma: Fix crash in request handlers 14 years ago
Mathieu Desnoyers 0e00f7aed6 x86: stop_machine_text_poke() should issue sync_core() 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 c0aa4caf4c net/9p: Implement syncfs 9P operation 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