Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
2010-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 27 | -1245/+1228 |
2010-05-17 | cifs: fix noserverino handling when unix extensions are enabled | Jeff Layton | 3 | -0/+15 |
2010-05-17 | cifs: don't update uniqueid in cifs_fattr_to_inode | Jeff Layton | 1 | -1/+0 |
2010-05-17 | cifs: always revalidate hardlinked inodes when using noserverino | Jeff Layton | 1 | -0/+5 |
2010-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs | Linus Torvalds | 10 | -53/+104 |
2010-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -0/+5 |
2010-05-15 | Btrfs: check for read permission on src file in the clone ioctl | Dan Rosenberg | 1 | -0/+5 |
2010-05-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -26/+34 |
2010-05-15 | JFS: Free sbi memory in error path | Jan Blunck | 1 | -7/+6 |
2010-05-15 | fs/sysv: dereferencing ERR_PTR() | Dan Carpenter | 1 | -1/+1 |
2010-05-15 | Fix double-free in logfs | Al Viro | 1 | -7/+7 |
2010-05-15 | Fix the regression created by "set S_DEAD on unlink()..." commit | Al Viro | 3 | -11/+20 |
2010-05-14 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2 | -8/+10 |
2010-05-14 | inotify: don't leak user struct on inotify release | Pavel Emelyanov | 1 | -0/+2 |
2010-05-14 | inotify: race use after free/double free in inotify inode marks | Eric Paris | 1 | -3/+6 |
2010-05-14 | inotify: clean up the inotify_add_watch out path | Eric Paris | 1 | -5/+2 |
2010-05-13 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 101 | -468/+975 |
2010-05-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr... | Linus Torvalds | 2 | -2/+20 |
2010-05-13 | vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes | Jan Kara | 1 | -2/+4 |
2010-05-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 12 | -49/+116 |
2010-05-12 | CacheFiles: Fix error handling in cachefiles_determine_cache_security() | David Howells | 1 | -0/+4 |
2010-05-12 | Inotify: undefined reference to `anon_inode_getfd' | Russell King | 1 | -0/+1 |
2010-05-11 | ceph: preserve seq # on requeued messages after transient transport errors | Sage Weil | 2 | -1/+11 |
2010-05-11 | ceph: fix cap removal races | Sage Weil | 2 | -9/+15 |
2010-05-12 | [CIFS] drop quota operation stubs | Steve French | 1 | -107/+0 |
2010-05-11 | revert "procfs: provide stack information for threads" and its fixup commits | Robin Holt | 4 | -25/+1 |
2010-05-11 | ceph: zero unused message header, footer fields | Sage Weil | 1 | -1/+5 |
2010-05-11 | cifs: guard against hardlinking directories | Jeff Layton | 2 | -2/+20 |
2010-05-11 | CacheFiles: Fix occasional EIO on call to vfs_unlink() | David Howells | 2 | -12/+87 |
2010-05-11 | ceph: fix locking for waking session requests after reconnect | Sage Weil | 1 | -13/+16 |
2010-05-11 | ceph: resubmit requests on pg mapping change (not just primary change) | Sage Weil | 5 | -9/+44 |
2010-05-11 | ceph: fix open file counting on snapped inodes when mds returns no caps | Sage Weil | 1 | -0/+4 |
2010-05-11 | ceph: unregister osd request on failure | Sage Weil | 1 | -2/+5 |
2010-05-11 | sched, wait: Use wrapper functions | Changli Gao | 1 | -2/+1 |
2010-05-11 | cifs: propagate cifs_new_fileinfo() error back to the caller | Suresh Jayaraman | 1 | -4/+13 |
2010-05-10 | cifs: add comments explaining cifs_new_fileinfo behavior | Suresh Jayaraman | 1 | -2/+16 |
2010-05-10 | autofs4-2.6.34-rc1 - fix link_count usage | Ian Kent | 1 | -3/+2 |
2010-05-10 | cifs: remove unused parameter from cifs_posix_open_inode_helper() | Suresh Jayaraman | 1 | -3/+2 |
2010-05-07 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 1 | -35/+51 |
2010-05-07 | logfs: handle powerfail on NAND flash | Joern Engel | 4 | -29/+52 |
2010-05-07 | logfs: handle errors from get_mtd_device() | Dan Carpenter | 1 | -0/+2 |
2010-05-07 | logfs: remove unused variable | Joern Engel | 1 | -1/+0 |
2010-05-05 | ceph: don't use writeback_control in writepages completion | Sage Weil | 2 | -7/+0 |
2010-05-06 | [CIFS] Remove unused cifs_oplock_cachep | Steve French | 2 | -14/+0 |
2010-05-05 | cifs: have decode_negTokenInit set flags in server struct | Jeff Layton | 6 | -30/+26 |
2010-05-05 | cifs: break negotiate protocol calls out of cifs_setup_session | Jeff Layton | 3 | -33/+52 |
2010-05-05 | logfs: fix sync | Joern Engel | 2 | -4/+2 |
2010-05-05 | logfs: fix compile failure | Joern Engel | 1 | -0/+4 |
2010-05-04 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 8 | -74/+110 |